2025-06-05T23:15:28.4940826Z Current runner version: '2.325.0' 2025-06-05T23:15:28.4947236Z Runner name: 'i-0dbd8254bd344e8eb' 2025-06-05T23:15:28.4948342Z Machine name: 'ip-10-0-37-64' 2025-06-05T23:15:28.4951467Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:15:28.4953915Z Contents: read 2025-06-05T23:15:28.4954486Z Metadata: read 2025-06-05T23:15:28.4955166Z ##[endgroup] 2025-06-05T23:15:28.4957443Z Secret source: Actions 2025-06-05T23:15:28.4958183Z Prepare workflow directory 2025-06-05T23:15:28.5555135Z Prepare all required actions 2025-06-05T23:15:28.5601770Z Getting action download info 2025-06-05T23:15:28.7863559Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:15:28.9895115Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:15:41.0801761Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:15:41.4213767Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:15:41.5206126Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:15:41.9393828Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:15:42.1750330Z Getting action download info 2025-06-05T23:15:42.2794236Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:15:45.5236870Z Complete job name: test-llama-runner-qnn-linux (fp32, qnn_8a8w, qnn) / linux-job 2025-06-05T23:15:45.5801236Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:15:45.5928851Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:15:45.5937537Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:45.5938203Z ##[endgroup] 2025-06-05T23:15:47.0106705Z Runner Type: linux.2xlarge 2025-06-05T23:15:47.0107203Z Instance Type: c5.2xlarge 2025-06-05T23:15:47.0107468Z AMI Name: unknown 2025-06-05T23:15:47.0133180Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:15:52.3592025Z ##[group]Run set -euxo pipefail 2025-06-05T23:15:52.3592433Z set -euxo pipefail 2025-06-05T23:15:52.3592745Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:15:52.3593147Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:15:52.3593531Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:15:52.3593854Z else 2025-06-05T23:15:52.3594122Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:15:52.3594499Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:15:52.3594790Z fi 2025-06-05T23:15:52.3595009Z  2025-06-05T23:15:52.3595247Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:15:52.3595570Z echo "::endgroup::" 2025-06-05T23:15:52.3605112Z shell: /usr/bin/bash -e {0} 2025-06-05T23:15:52.3605415Z env: 2025-06-05T23:15:52.3605684Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:52.3606097Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:52.3606438Z PR_NUMBER: 2025-06-05T23:15:52.3609745Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:52.3613300Z NO_SUDO: false 2025-06-05T23:15:52.3613518Z ##[endgroup] 2025-06-05T23:15:52.3639535Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:15:52.3649738Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:15:52.3650399Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:15:52.3656536Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:15:52.4817529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:15:52.4833215Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:15:52.4843920Z + echo ::endgroup:: 2025-06-05T23:15:52.4844867Z ##[endgroup] 2025-06-05T23:15:52.4949320Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:15:52.4949820Z with: 2025-06-05T23:15:52.4950146Z repository: pytorch/test-infra 2025-06-05T23:15:52.4950452Z path: test-infra 2025-06-05T23:15:52.4950685Z submodules: recursive 2025-06-05T23:15:52.4951101Z token: *** 2025-06-05T23:15:52.4951325Z ssh-strict: true 2025-06-05T23:15:52.4951544Z ssh-user: git 2025-06-05T23:15:52.4951787Z persist-credentials: true 2025-06-05T23:15:52.4952044Z clean: true 2025-06-05T23:15:52.4952290Z sparse-checkout-cone-mode: true 2025-06-05T23:15:52.4952574Z fetch-depth: 1 2025-06-05T23:15:52.4952805Z fetch-tags: false 2025-06-05T23:15:52.4953032Z show-progress: true 2025-06-05T23:15:52.4953271Z lfs: false 2025-06-05T23:15:52.4953485Z set-safe-directory: true 2025-06-05T23:15:52.4953774Z env: 2025-06-05T23:15:52.4954028Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:52.4954375Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:52.4954710Z PR_NUMBER: 2025-06-05T23:15:52.4958049Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:52.4961447Z ##[endgroup] 2025-06-05T23:15:52.6101418Z Syncing repository: pytorch/test-infra 2025-06-05T23:15:52.6102642Z ##[group]Getting Git version info 2025-06-05T23:15:52.6103541Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:15:52.6104885Z [command]/usr/bin/git version 2025-06-05T23:15:52.6105394Z git version 2.47.1 2025-06-05T23:15:52.6118863Z ##[endgroup] 2025-06-05T23:15:52.6133413Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cca685bb-d309-4470-a63b-3d1799a0454b' before making global git config changes 2025-06-05T23:15:52.6135485Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:15:52.6140095Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:15:52.6167757Z ##[group]Initializing the repository 2025-06-05T23:15:52.6173216Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:15:52.6201643Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:15:52.6202731Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:15:52.6204039Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:15:52.6204788Z hint: 2025-06-05T23:15:52.6205274Z hint: git config --global init.defaultBranch 2025-06-05T23:15:52.6205894Z hint: 2025-06-05T23:15:52.6206483Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:15:52.6207470Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:15:52.6208218Z hint: 2025-06-05T23:15:52.6208586Z hint: git branch -m 2025-06-05T23:15:52.6209677Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:15:52.6214320Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:15:52.6240736Z ##[endgroup] 2025-06-05T23:15:52.6241433Z ##[group]Disabling automatic garbage collection 2025-06-05T23:15:52.6244639Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:15:52.6267950Z ##[endgroup] 2025-06-05T23:15:52.6268388Z ##[group]Setting up auth 2025-06-05T23:15:52.6273561Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:15:52.6296228Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:15:52.6561737Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:15:52.6585271Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:15:52.6834250Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:52.6867387Z ##[endgroup] 2025-06-05T23:15:52.6867828Z ##[group]Determining the default branch 2025-06-05T23:15:52.6870851Z Retrieving the default branch name 2025-06-05T23:15:52.8926934Z Default branch 'main' 2025-06-05T23:15:52.8928013Z ##[endgroup] 2025-06-05T23:15:52.8928697Z ##[group]Fetching the repository 2025-06-05T23:15:52.8933261Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-06-05T23:15:53.2824015Z From https://github.com/pytorch/test-infra 2025-06-05T23:15:53.2824522Z * [new branch] main -> origin/main 2025-06-05T23:15:53.2843831Z ##[endgroup] 2025-06-05T23:15:53.2844497Z ##[group]Determining the checkout info 2025-06-05T23:15:53.2845907Z ##[endgroup] 2025-06-05T23:15:53.2851537Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:15:53.2882584Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:15:53.2905729Z ##[group]Checking out the ref 2025-06-05T23:15:53.2909835Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:15:53.3728698Z Switched to a new branch 'main' 2025-06-05T23:15:53.3729713Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:15:53.3735989Z ##[endgroup] 2025-06-05T23:15:53.3736426Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:15:53.3741841Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:53.3780621Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:15:53.3808267Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:15:53.3834140Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:15:53.3856614Z ##[endgroup] 2025-06-05T23:15:53.3857298Z ##[group]Fetching submodules 2025-06-05T23:15:53.3861350Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:15:53.4113074Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:15:53.4364591Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:15:53.4608374Z ##[endgroup] 2025-06-05T23:15:53.4609105Z ##[group]Persisting credentials for submodules 2025-06-05T23:15:53.4615353Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:15:53.4863018Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:15:53.5108383Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:15:53.5350387Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:15:53.5595360Z ##[endgroup] 2025-06-05T23:15:53.5625793Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:15:53.5645197Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:15:53.5820002Z Prepare all required actions 2025-06-05T23:15:53.5820559Z Getting action download info 2025-06-05T23:15:53.6806003Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:15:55.0765196Z Getting action download info 2025-06-05T23:15:55.1914023Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:15:55.3433319Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:15:55.3433703Z env: 2025-06-05T23:15:55.3433969Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:55.3434323Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:55.3434632Z PR_NUMBER: 2025-06-05T23:15:55.3437927Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:55.3441247Z ##[endgroup] 2025-06-05T23:15:55.3530437Z ##[group]Run set -euo pipefail 2025-06-05T23:15:55.3530799Z set -euo pipefail 2025-06-05T23:15:55.3531093Z function get_ec2_metadata() { 2025-06-05T23:15:55.3531457Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:15:55.3532121Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:15:55.3532681Z  category=$1 2025-06-05T23:15:55.3533579Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-06-05T23:15:55.3534507Z } 2025-06-05T23:15:55.3534759Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:15:55.3535183Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:15:55.3535650Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:15:55.3536067Z echo "system info $(uname -a)" 2025-06-05T23:15:55.3542090Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:55.3542471Z env: 2025-06-05T23:15:55.3542719Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:55.3543080Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:55.3543352Z PR_NUMBER: 2025-06-05T23:15:55.3546582Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:55.3549885Z ##[endgroup] 2025-06-05T23:15:55.3679490Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:15:55.3799009Z instance-id: i-0dbd8254bd344e8eb 2025-06-05T23:15:55.3887684Z instance-type: c5.2xlarge 2025-06-05T23:15:55.3897255Z system info Linux ip-10-0-37-64.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:15:55.3931725Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:55.3932688Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:55.3938369Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:55.3938756Z env: 2025-06-05T23:15:55.3939003Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:55.3939379Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:55.3939654Z PR_NUMBER: 2025-06-05T23:15:55.3942879Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:55.3946180Z ##[endgroup] 2025-06-05T23:15:55.4017330Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:15:55.4017793Z if systemctl is-active --quiet docker; then 2025-06-05T23:15:55.4018168Z  echo "Docker daemon is running..."; 2025-06-05T23:15:55.4018498Z else 2025-06-05T23:15:55.4018872Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:15:55.4019290Z fi 2025-06-05T23:15:55.4024468Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:55.4024855Z env: 2025-06-05T23:15:55.4025117Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:55.4025473Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:55.4025765Z PR_NUMBER: 2025-06-05T23:15:55.4029001Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:55.4032519Z ##[endgroup] 2025-06-05T23:15:55.4104548Z Docker daemon is running... 2025-06-05T23:15:55.4205262Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:15:55.4205922Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:15:55.4206447Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:15:55.4207081Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:15:55.4207816Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:15:55.4213916Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:55.4214301Z env: 2025-06-05T23:15:55.4214550Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:55.4214918Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:55.4215188Z PR_NUMBER: 2025-06-05T23:15:55.4218413Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:55.4221710Z AWS_RETRY_MODE: standard 2025-06-05T23:15:55.4222012Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:15:55.4222343Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:15:55.4222609Z ##[endgroup] 2025-06-05T23:15:56.4836302Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:15:56.4836939Z Configure a credential helper to remove this warning. See 2025-06-05T23:15:56.4837763Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:15:56.4838611Z 2025-06-05T23:15:56.4838781Z Login Succeeded 2025-06-05T23:15:56.4883382Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:56.4884021Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:56.4884524Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:56.4891218Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:56.4891586Z env: 2025-06-05T23:15:56.4891845Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:56.4892194Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:56.4892478Z PR_NUMBER: 2025-06-05T23:15:56.4895703Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:56.4899251Z ##[endgroup] 2025-06-05T23:15:56.4986715Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:15:56.4987212Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:15:56.4987625Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:15:56.4987973Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:15:56.4988431Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:56.4988875Z  2025-06-05T23:15:56.4989166Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:15:56.4989623Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:15:56.4989989Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:15:56.4990572Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:56.4991023Z  2025-06-05T23:15:56.4991408Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:15:56.4991748Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:15:56.4992082Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:15:56.4992493Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:56.4997952Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:56.4998332Z env: 2025-06-05T23:15:56.4998581Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:56.4998942Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:56.4999216Z PR_NUMBER: 2025-06-05T23:15:56.5002469Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:56.5005777Z ##[endgroup] 2025-06-05T23:15:57.0379302Z ##[group]Run needs=0 2025-06-05T23:15:57.0379582Z needs=0 2025-06-05T23:15:57.0379949Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:15:57.0380410Z  needs=1 2025-06-05T23:15:57.0380622Z fi 2025-06-05T23:15:57.0380871Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:15:57.0386744Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:57.0387123Z env: 2025-06-05T23:15:57.0387388Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:57.0387749Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:57.0388034Z PR_NUMBER: 2025-06-05T23:15:57.0391370Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:57.0395000Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:57.0395584Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:57.0396148Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:57.0396525Z ##[endgroup] 2025-06-05T23:15:57.1034829Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:57.1035438Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:57.1035859Z # shellcheck disable=SC2046 2025-06-05T23:15:57.1036196Z docker stop $(docker ps -q) || true 2025-06-05T23:15:57.1036545Z # Prune all of the docker images 2025-06-05T23:15:57.1036882Z docker system prune -af 2025-06-05T23:15:57.1042467Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:57.1042833Z env: 2025-06-05T23:15:57.1043109Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:57.1043612Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:57.1043907Z PR_NUMBER: 2025-06-05T23:15:57.1047136Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:57.1050586Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:57.1051174Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:57.1051737Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:57.1052134Z ##[endgroup] 2025-06-05T23:15:57.1259119Z "docker stop" requires at least 1 argument. 2025-06-05T23:15:57.1259527Z See 'docker stop --help'. 2025-06-05T23:15:57.1259703Z 2025-06-05T23:15:57.1259864Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:15:57.1260150Z 2025-06-05T23:15:57.1260263Z Stop one or more running containers 2025-06-05T23:15:57.1425008Z Total reclaimed space: 0B 2025-06-05T23:15:57.1498915Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:15:57.1499422Z with: 2025-06-05T23:15:57.1500169Z github-secret: *** 2025-06-05T23:15:57.1501085Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:15:57.1501950Z activate-with-label: false 2025-06-05T23:15:57.1502264Z label: with-ssh 2025-06-05T23:15:57.1502648Z remove-existing-keys: true 2025-06-05T23:15:57.1502976Z fail-silently: true 2025-06-05T23:15:57.1503302Z env: 2025-06-05T23:15:57.1503642Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:57.1504098Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:57.1504461Z PR_NUMBER: 2025-06-05T23:15:57.1507902Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:57.1511713Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:57.1512449Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:57.1513109Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:57.1513550Z ##[endgroup] 2025-06-05T23:15:57.2635190Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:15:57.2636403Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:15:57.2757594Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:15:57.2758033Z with: 2025-06-05T23:15:57.2758252Z repository: pytorch/executorch 2025-06-05T23:15:57.2758588Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:57.2759038Z path: pytorch/executorch 2025-06-05T23:15:57.2759300Z fetch-depth: 1 2025-06-05T23:15:57.2759522Z submodules: recursive 2025-06-05T23:15:57.2759934Z token: *** 2025-06-05T23:15:57.2760153Z ssh-strict: true 2025-06-05T23:15:57.2760370Z ssh-user: git 2025-06-05T23:15:57.2760603Z persist-credentials: true 2025-06-05T23:15:57.2760853Z clean: true 2025-06-05T23:15:57.2761090Z sparse-checkout-cone-mode: true 2025-06-05T23:15:57.2761370Z fetch-tags: false 2025-06-05T23:15:57.2761609Z show-progress: true 2025-06-05T23:15:57.2761834Z lfs: false 2025-06-05T23:15:57.2762075Z set-safe-directory: true 2025-06-05T23:15:57.2762316Z env: 2025-06-05T23:15:57.2762614Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:57.2762959Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:57.2763235Z PR_NUMBER: 2025-06-05T23:15:57.2766453Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:15:57.2770173Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:57.2770971Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:57.2771536Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:57.2771916Z ##[endgroup] 2025-06-05T23:15:57.3692030Z Syncing repository: pytorch/executorch 2025-06-05T23:15:57.3699785Z ##[group]Getting Git version info 2025-06-05T23:15:57.3700431Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:15:57.3725253Z [command]/usr/bin/git version 2025-06-05T23:15:57.3759274Z git version 2.47.1 2025-06-05T23:15:57.3782612Z ##[endgroup] 2025-06-05T23:15:57.3793936Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b5674051-5a7c-4b48-9ddf-ad14be3bfc39' before making global git config changes 2025-06-05T23:15:57.3795147Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:15:57.3798764Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:15:57.3824981Z ##[group]Initializing the repository 2025-06-05T23:15:57.3829377Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:15:57.3856201Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:15:57.3856827Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:15:57.3857463Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:15:57.3857882Z hint: 2025-06-05T23:15:57.3858164Z hint: git config --global init.defaultBranch 2025-06-05T23:15:57.3858497Z hint: 2025-06-05T23:15:57.3858824Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:15:57.3859411Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:15:57.3860066Z hint: 2025-06-05T23:15:57.3860278Z hint: git branch -m 2025-06-05T23:15:57.3861008Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:15:57.3865133Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:15:57.3888449Z ##[endgroup] 2025-06-05T23:15:57.3888869Z ##[group]Disabling automatic garbage collection 2025-06-05T23:15:57.3892832Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:15:57.3914877Z ##[endgroup] 2025-06-05T23:15:57.3915254Z ##[group]Setting up auth 2025-06-05T23:15:57.3920645Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:15:57.3944609Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:15:57.4187648Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:15:57.4211113Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:15:57.4454554Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:57.4493632Z ##[endgroup] 2025-06-05T23:15:57.4494038Z ##[group]Fetching the repository 2025-06-05T23:15:57.4501423Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:58.9621852Z From https://github.com/pytorch/executorch 2025-06-05T23:15:58.9622384Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:15:58.9650925Z ##[endgroup] 2025-06-05T23:15:58.9651455Z ##[group]Determining the checkout info 2025-06-05T23:15:58.9653164Z ##[endgroup] 2025-06-05T23:15:58.9656944Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:15:58.9686488Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:15:58.9708029Z ##[group]Checking out the ref 2025-06-05T23:15:58.9711456Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:59.4600663Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:15:59.4601221Z 2025-06-05T23:15:59.4601614Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:15:59.4602622Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:15:59.4603673Z state without impacting any branches by switching back to a branch. 2025-06-05T23:15:59.4604291Z 2025-06-05T23:15:59.4604678Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:15:59.4605869Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:15:59.4606365Z 2025-06-05T23:15:59.4606540Z git switch -c 2025-06-05T23:15:59.4606857Z 2025-06-05T23:15:59.4607020Z Or undo this operation with: 2025-06-05T23:15:59.4607323Z 2025-06-05T23:15:59.4607462Z git switch - 2025-06-05T23:15:59.4607658Z 2025-06-05T23:15:59.4608024Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:15:59.4608606Z 2025-06-05T23:15:59.4609043Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:15:59.4631970Z ##[endgroup] 2025-06-05T23:15:59.4632411Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:15:59.4638001Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:59.4674175Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:15:59.4696942Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:15:59.4720148Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:15:59.4739567Z ##[endgroup] 2025-06-05T23:15:59.4740020Z ##[group]Fetching submodules 2025-06-05T23:15:59.4743016Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:15:59.4993442Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:15:59.5243748Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:59.5245466Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:59.5247824Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:15:59.5250849Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:59.5254483Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:59.5257200Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:15:59.5260713Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:59.5264215Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:59.5267979Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:59.5271609Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:59.5275379Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:59.5278821Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:15:59.5282607Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:59.5286267Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:15:59.5290171Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:15:59.5294972Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:15:59.5300498Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:15:59.5304653Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:15:59.5308975Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:15:59.5313328Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:15:59.5317833Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:15:59.5322536Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:15:59.5327002Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:15:59.5331572Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:15:59.5357251Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:16:00.3120096Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:16:00.9929955Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:16:01.2976517Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:16:01.6666289Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:16:01.9613481Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:16:02.4415779Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:16:02.6855994Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:16:02.8765193Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:16:03.5460406Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:16:03.9482733Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:16:04.1752406Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:16:04.4832456Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:16:05.2368328Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:16:05.5102205Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:16:06.0172966Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:16:06.4089500Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:16:06.6404381Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:16:06.9203294Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:16:07.2286195Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:16:07.4216975Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:16:07.8296159Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:16:08.0828042Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:16:08.5112426Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:16:10.0999281Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:16:10.0999975Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:16:10.1105067Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:16:11.4745117Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:16:11.4746039Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:16:11.4850022Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:16:11.4865214Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:11.4888903Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:16:12.5566312Z From https://github.com/google/flatbuffers 2025-06-05T23:16:12.5566829Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:16:12.6573860Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:16:13.1601326Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:16:13.1601937Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:16:13.1676880Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:16:13.9551345Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:16:13.9551880Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:16:14.0039127Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:16:14.7336591Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:16:14.7337213Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:16:14.7644027Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:16:15.3006971Z From https://github.com/zeux/volk 2025-06-05T23:16:15.3007474Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:16:15.3074862Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:16:15.8022173Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:16:15.8022700Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:16:15.8103175Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:16:16.2667033Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:16:16.2667553Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:16:16.2717633Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:16:17.8245675Z From https://github.com/google/XNNPACK 2025-06-05T23:16:17.8246561Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:16:18.4031815Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:16:18.9295036Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:16:18.9295530Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:16:19.0107880Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:16:19.4744995Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:16:19.4745558Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:16:19.4824489Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:16:19.8535296Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:16:19.8535811Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:16:19.8774835Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:16:19.8790152Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:19.8792409Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:19.8794820Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:19.8797292Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:19.8799898Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:19.8823273Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:16:20.2083492Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:16:20.6127465Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:16:20.9039817Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:16:21.2141800Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:16:22.4749117Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:16:22.4749625Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:16:22.5694323Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:16:23.2658354Z From https://github.com/nlohmann/json 2025-06-05T23:16:23.2658867Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:16:23.3573216Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:16:23.9270968Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:16:23.9271518Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:16:23.9980240Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:16:23.9996434Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:24.0021372Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:16:24.8118300Z From https://github.com/zherczeg/sljit 2025-06-05T23:16:24.8118796Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:16:24.8302171Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:16:25.3607603Z From https://github.com/google/re2 2025-06-05T23:16:25.3608090Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:16:25.3766046Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:16:25.9406889Z From https://github.com/google/sentencepiece 2025-06-05T23:16:25.9407398Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:16:26.0655339Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:16:27.8488822Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:16:27.8489355Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:16:27.9702127Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:16:28.5445906Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:16:28.5446523Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:16:28.5710022Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:16:29.2681838Z From https://github.com/pytorch/ao 2025-06-05T23:16:29.2682385Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:16:29.3590625Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:16:29.3607754Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:29.3633901Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:16:31.2493737Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:16:31.2494250Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:16:31.7924086Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:16:32.6534640Z From https://github.com/google/flatbuffers 2025-06-05T23:16:32.6535191Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:16:32.7545177Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:16:33.2135413Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:16:33.2135905Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:16:33.2373305Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:16:33.7872734Z From https://github.com/gflags/gflags 2025-06-05T23:16:33.7873220Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:16:33.7955587Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:16:34.5004962Z From https://github.com/google/googletest 2025-06-05T23:16:34.5005455Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:16:34.5344203Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:16:34.9431421Z From https://github.com/leetal/ios-cmake 2025-06-05T23:16:34.9431923Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:16:34.9498887Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:16:35.4675019Z From https://github.com/nlohmann/json 2025-06-05T23:16:35.4675506Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:16:35.5586167Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:16:35.5673164Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:16:36.1677936Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:16:36.1678454Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:16:36.3034548Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:16:36.9366433Z From https://github.com/pybind/pybind11 2025-06-05T23:16:36.9366958Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:16:36.9639067Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:16:36.9669048Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:16:36.9918189Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:36.9955622Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:36.9993240Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:37.0034416Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:37.0073112Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:37.0110165Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:37.0147153Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:37.0183852Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:37.0220543Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:37.0257280Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:37.0311165Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:37.0349509Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:37.0386091Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:37.0422154Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:37.0460310Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:37.0499148Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:37.0537290Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:37.0576250Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:37.0612785Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:37.0650648Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:37.0690121Z Entering 'shim' 2025-06-05T23:16:37.0726760Z Entering 'third-party/ao' 2025-06-05T23:16:37.0763477Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:37.0811646Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:37.0850706Z Entering 'third-party/flatcc' 2025-06-05T23:16:37.0887815Z Entering 'third-party/gflags' 2025-06-05T23:16:37.0923818Z Entering 'third-party/googletest' 2025-06-05T23:16:37.0960153Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:37.0996073Z Entering 'third-party/json' 2025-06-05T23:16:37.1033218Z Entering 'third-party/pocketfft' 2025-06-05T23:16:37.1069166Z Entering 'third-party/prelude' 2025-06-05T23:16:37.1109455Z Entering 'third-party/pybind11' 2025-06-05T23:16:37.1153477Z ##[endgroup] 2025-06-05T23:16:37.1153899Z ##[group]Persisting credentials for submodules 2025-06-05T23:16:37.1160499Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:16:37.1405540Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:37.1453775Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:37.1501702Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:37.1554411Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:37.1602998Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:37.1650708Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:37.1699299Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:37.1747263Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:37.1795679Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:37.1843431Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:37.1906005Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:37.1954231Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:37.2002871Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:37.2049543Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:37.2099117Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:37.2148409Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:37.2198887Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:37.2247952Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:37.2295496Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:37.2343966Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:37.2395294Z Entering 'shim' 2025-06-05T23:16:37.2442954Z Entering 'third-party/ao' 2025-06-05T23:16:37.2491824Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:37.2549516Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:37.2599710Z Entering 'third-party/flatcc' 2025-06-05T23:16:37.2647368Z Entering 'third-party/gflags' 2025-06-05T23:16:37.2694926Z Entering 'third-party/googletest' 2025-06-05T23:16:37.2742258Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:37.2789314Z Entering 'third-party/json' 2025-06-05T23:16:37.2837742Z Entering 'third-party/pocketfft' 2025-06-05T23:16:37.2885186Z Entering 'third-party/prelude' 2025-06-05T23:16:37.2935623Z Entering 'third-party/pybind11' 2025-06-05T23:16:37.2995334Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:16:37.3242113Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:37.3288437Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:16:37.3302737Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:37.3348242Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:16:37.3361628Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:37.3411236Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:16:37.3428251Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:37.3473953Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:16:37.3488373Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:37.3533454Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:16:37.3547625Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:37.3593319Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:16:37.3607516Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:37.3652580Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:16:37.3666555Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:37.3712040Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:16:37.3726084Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:37.3771599Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:16:37.3785398Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:37.3830332Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:16:37.3858648Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:37.3903849Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:16:37.3918615Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:37.3963512Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:16:37.3977860Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:37.4024240Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:16:37.4037137Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:37.4085231Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:16:37.4100890Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:37.4147319Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:16:37.4162697Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:37.4208332Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:16:37.4221835Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:37.4268949Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:16:37.4284678Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:37.4330355Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:16:37.4344224Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:37.4390223Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:16:37.4405913Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:37.4451264Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:16:37.4467298Z Entering 'shim' 2025-06-05T23:16:37.4511733Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:16:37.4526068Z Entering 'third-party/ao' 2025-06-05T23:16:37.4571532Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:16:37.4591059Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:37.4637856Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:16:37.4661173Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:37.4706520Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:16:37.4722709Z Entering 'third-party/flatcc' 2025-06-05T23:16:37.4767763Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:16:37.4781468Z Entering 'third-party/gflags' 2025-06-05T23:16:37.4826334Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:16:37.4840622Z Entering 'third-party/googletest' 2025-06-05T23:16:37.4886138Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:16:37.4900502Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:37.4945989Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:16:37.4960028Z Entering 'third-party/json' 2025-06-05T23:16:37.5006833Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:16:37.5022407Z Entering 'third-party/pocketfft' 2025-06-05T23:16:37.5069633Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:16:37.5082799Z Entering 'third-party/prelude' 2025-06-05T23:16:37.5128746Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:16:37.5147155Z Entering 'third-party/pybind11' 2025-06-05T23:16:37.5194055Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:16:37.5438164Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:16:37.5689144Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:37.5725813Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:37.5761967Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:37.5803944Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:37.5840381Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:37.5876802Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:37.5913330Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:37.5950005Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:37.5986569Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:37.6022900Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:37.6073731Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:37.6111304Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:37.6147373Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:37.6183513Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:37.6221348Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:37.6259041Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:37.6294865Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:37.6333716Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:37.6370773Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:37.6408338Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:37.6446995Z Entering 'shim' 2025-06-05T23:16:37.6483599Z Entering 'third-party/ao' 2025-06-05T23:16:37.6520448Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:37.6566529Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:37.6605353Z Entering 'third-party/flatcc' 2025-06-05T23:16:37.6641530Z Entering 'third-party/gflags' 2025-06-05T23:16:37.6678462Z Entering 'third-party/googletest' 2025-06-05T23:16:37.6714810Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:37.6750440Z Entering 'third-party/json' 2025-06-05T23:16:37.6788557Z Entering 'third-party/pocketfft' 2025-06-05T23:16:37.6824951Z Entering 'third-party/prelude' 2025-06-05T23:16:37.6863533Z Entering 'third-party/pybind11' 2025-06-05T23:16:37.6911055Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:16:37.7153410Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:37.7189382Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:37.7226126Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:37.7266352Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:37.7303707Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:37.7340185Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:37.7379196Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:37.7415704Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:37.7451853Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:37.7488345Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:37.7539461Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:37.7576965Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:37.7612844Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:37.7649033Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:37.7687881Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:37.7725412Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:37.7761401Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:37.7799591Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:37.7835395Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:37.7872957Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:37.7912560Z Entering 'shim' 2025-06-05T23:16:37.7949106Z Entering 'third-party/ao' 2025-06-05T23:16:37.7986246Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:37.8032190Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:37.8071183Z Entering 'third-party/flatcc' 2025-06-05T23:16:37.8107231Z Entering 'third-party/gflags' 2025-06-05T23:16:37.8143304Z Entering 'third-party/googletest' 2025-06-05T23:16:37.8180113Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:37.8215837Z Entering 'third-party/json' 2025-06-05T23:16:37.8253615Z Entering 'third-party/pocketfft' 2025-06-05T23:16:37.8289958Z Entering 'third-party/prelude' 2025-06-05T23:16:37.8329199Z Entering 'third-party/pybind11' 2025-06-05T23:16:37.8376343Z ##[endgroup] 2025-06-05T23:16:37.8407259Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:16:37.8425965Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:37.8631757Z Prepare all required actions 2025-06-05T23:16:37.8632304Z Getting action download info 2025-06-05T23:16:37.9639370Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:16:38.1046540Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:16:38.1046932Z with: 2025-06-05T23:16:38.1047206Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:38.1047583Z docker-build-dir: .ci/docker 2025-06-05T23:16:38.1047872Z working-directory: pytorch/executorch 2025-06-05T23:16:38.1048201Z docker-build-script: ./build.sh 2025-06-05T23:16:38.1048578Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:38.1048974Z force-push: false 2025-06-05T23:16:38.1049186Z env: 2025-06-05T23:16:38.1049431Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:38.1049773Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:38.1050052Z PR_NUMBER: 2025-06-05T23:16:38.1053327Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:16:38.1056776Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:38.1057367Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:38.1057927Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:38.1058312Z ##[endgroup] 2025-06-05T23:16:38.1081391Z ##[group]Run set -ex 2025-06-05T23:16:38.1081716Z set -ex 2025-06-05T23:16:38.1081922Z  2025-06-05T23:16:38.1082320Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:16:38.1082999Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:16:38.1083562Z # job could then download the pre-built image as usual 2025-06-05T23:16:38.1084123Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:16:38.1084627Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1085075Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1085470Z  2025-06-05T23:16:38.1085827Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:16:38.1086272Z  exit 0 2025-06-05T23:16:38.1086488Z else 2025-06-05T23:16:38.1086747Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1087058Z fi 2025-06-05T23:16:38.1087259Z  2025-06-05T23:16:38.1087582Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:16:38.1088190Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:16:38.1088730Z  # use it as it is, but first let's extract the tag 2025-06-05T23:16:38.1089202Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:16:38.1089711Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1090190Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1090738Z else 2025-06-05T23:16:38.1091005Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:16:38.1091477Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:16:38.1091874Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:16:38.1092198Z  fi 2025-06-05T23:16:38.1092656Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:16:38.1093262Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1093909Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1094620Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1095038Z fi 2025-06-05T23:16:38.1100693Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:38.1101057Z env: 2025-06-05T23:16:38.1101322Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:38.1101666Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:38.1101958Z PR_NUMBER: 2025-06-05T23:16:38.1105196Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:16:38.1108624Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:38.1109206Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:38.1109768Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:38.1110155Z REPO_NAME: executorch 2025-06-05T23:16:38.1110552Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:38.1110915Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:16:38.1111185Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:16:38.1111563Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:38.1111943Z CUSTOM_TAG_PREFIX: 2025-06-05T23:16:38.1112182Z ##[endgroup] 2025-06-05T23:16:38.1136694Z + [[ ! -d .ci/docker ]] 2025-06-05T23:16:38.1136978Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:16:38.1137271Z + echo skip=false 2025-06-05T23:16:38.1138355Z + [[ executorch-ubuntu-22.04-qnn-sdk == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-06-05T23:16:38.1138944Z + [[ executorch-ubuntu-22.04-qnn-sdk == *:* ]] 2025-06-05T23:16:38.1141472Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:16:38.1156591Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:38.1157036Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:38.1157889Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:38.1158663Z + echo custom-tag-prefix= 2025-06-05T23:16:38.1213487Z ##[group]Run set +e 2025-06-05T23:16:38.1213978Z set +e 2025-06-05T23:16:38.1214291Z set -x 2025-06-05T23:16:38.1214604Z  2025-06-05T23:16:38.1214906Z login() { 2025-06-05T23:16:38.1215475Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:16:38.1216105Z } 2025-06-05T23:16:38.1216558Z  2025-06-05T23:16:38.1216816Z retry () { 2025-06-05T23:16:38.1217213Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:16:38.1217682Z } 2025-06-05T23:16:38.1217984Z  2025-06-05T23:16:38.1218277Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:16:38.1218699Z  2025-06-05T23:16:38.1219004Z START_TIME=$(date +%s) 2025-06-05T23:16:38.1219362Z # Wait up to 120 minutes 2025-06-05T23:16:38.1219844Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:16:38.1220391Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:16:38.1220995Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:16:38.1221475Z  exit 0 2025-06-05T23:16:38.1221754Z  fi 2025-06-05T23:16:38.1222069Z  2025-06-05T23:16:38.1222534Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:16:38.1223299Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:16:38.1224003Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:16:38.1224692Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:16:38.1225186Z  # It's a Docker build job, let's build the image 2025-06-05T23:16:38.1225571Z  break 2025-06-05T23:16:38.1225790Z  else 2025-06-05T23:16:38.1226129Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:16:38.1226536Z  sleep 300 2025-06-05T23:16:38.1226783Z  fi 2025-06-05T23:16:38.1226999Z done 2025-06-05T23:16:38.1227199Z  2025-06-05T23:16:38.1227550Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:16:38.1228122Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:16:38.1228645Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:16:38.1229097Z  # if we're on the base branch then use the parent commit 2025-06-05T23:16:38.1229505Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:16:38.1229825Z else 2025-06-05T23:16:38.1230143Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:16:38.1230723Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:16:38.1231073Z fi 2025-06-05T23:16:38.1231283Z  2025-06-05T23:16:38.1231500Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:16:38.1231861Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1232178Z  2025-06-05T23:16:38.1232648Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:16:38.1233211Z  exit 0 2025-06-05T23:16:38.1233419Z fi 2025-06-05T23:16:38.1233620Z  2025-06-05T23:16:38.1233907Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:16:38.1234600Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:16:38.1235183Z  exit 1 2025-06-05T23:16:38.1235441Z fi 2025-06-05T23:16:38.1235636Z  2025-06-05T23:16:38.1235997Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:16:38.1236653Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:16:38.1237249Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:16:38.1237923Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:16:38.1238796Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:16:38.1239261Z fi 2025-06-05T23:16:38.1239540Z  2025-06-05T23:16:38.1239798Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:38.1245325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:38.1245708Z env: 2025-06-05T23:16:38.1246369Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:38.1247136Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:38.1247404Z PR_NUMBER: 2025-06-05T23:16:38.1250639Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:16:38.1254085Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:38.1254672Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:38.1255229Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:38.1255622Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:16:38.1255960Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:38.1256384Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:38.1256820Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:38.1257209Z DOCKER_PUSH: 2025-06-05T23:16:38.1257425Z ##[endgroup] 2025-06-05T23:16:38.1279833Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:38.1280274Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:38.1282937Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:16:38.1283813Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:38.6417930Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:38.6418545Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:38.6419179Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:38.6419757Z 2025-06-05T23:16:38.6419912Z Login Succeeded 2025-06-05T23:16:38.6431386Z ++ date +%s 2025-06-05T23:16:38.6439792Z + START_TIME=1749165398 2025-06-05T23:16:38.6442932Z ++ date +%s 2025-06-05T23:16:38.6451095Z + [[ 1749158198 -lt 1749165398 ]] 2025-06-05T23:16:38.6451914Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:38.8625996Z { 2025-06-05T23:16:38.8626460Z "schemaVersion": 2, 2025-06-05T23:16:38.8627138Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:16:38.8627784Z "config": { 2025-06-05T23:16:38.8628124Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:16:38.8628521Z "size": 15106, 2025-06-05T23:16:38.8628944Z "digest": "sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087" 2025-06-05T23:16:38.8629406Z }, 2025-06-05T23:16:38.8629599Z "layers": [ 2025-06-05T23:16:38.8629790Z { 2025-06-05T23:16:38.8630120Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8630594Z "size": 30438509, 2025-06-05T23:16:38.8631298Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:16:38.8631896Z }, 2025-06-05T23:16:38.8632074Z { 2025-06-05T23:16:38.8632399Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8632803Z "size": 631, 2025-06-05T23:16:38.8633207Z "digest": "sha256:53b460f20fa277f78e0346f07eca1d411d0d3c597c8d64ff88be2593c3ff02da" 2025-06-05T23:16:38.8633663Z }, 2025-06-05T23:16:38.8633852Z { 2025-06-05T23:16:38.8634160Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8634575Z "size": 150105280, 2025-06-05T23:16:38.8634994Z "digest": "sha256:9c0222e3bd9666bcd88da1fb2ab316f87a0a11beaa90b59c544d59d3a014615c" 2025-06-05T23:16:38.8635476Z }, 2025-06-05T23:16:38.8635663Z { 2025-06-05T23:16:38.8635972Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8636388Z "size": 622, 2025-06-05T23:16:38.8636793Z "digest": "sha256:c30fec91d711e8b49a9c20c8e2ceaa27c327f6ea17b7a368fe6b70d8ac33f22f" 2025-06-05T23:16:38.8637273Z }, 2025-06-05T23:16:38.8637447Z { 2025-06-05T23:16:38.8637763Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8638347Z "size": 19308683, 2025-06-05T23:16:38.8638774Z "digest": "sha256:2137fe3d6c8b4024aad31b4bc17ed8d7998a4e5df7c7c884344470aa90700b9d" 2025-06-05T23:16:38.8639246Z }, 2025-06-05T23:16:38.8639420Z { 2025-06-05T23:16:38.8639738Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8640143Z "size": 736, 2025-06-05T23:16:38.8640556Z "digest": "sha256:3993b97cc01a6f053cfd9d8f4c6ae714adabe8fbe6066dd8518c452b2111936b" 2025-06-05T23:16:38.8641022Z }, 2025-06-05T23:16:38.8641217Z { 2025-06-05T23:16:38.8641523Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8641944Z "size": 131417865, 2025-06-05T23:16:38.8642370Z "digest": "sha256:6e964dcfe8cdf44f0104592827d0804bb072ef3327b339db4d8dabb977d6bd30" 2025-06-05T23:16:38.8642828Z }, 2025-06-05T23:16:38.8643014Z { 2025-06-05T23:16:38.8643324Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8643734Z "size": 445, 2025-06-05T23:16:38.8644113Z "digest": "sha256:59140483a9d7aa85510c5b35c11d2284b1f668b153292897d0c727494a8efef4" 2025-06-05T23:16:38.8644571Z }, 2025-06-05T23:16:38.8644744Z { 2025-06-05T23:16:38.8645063Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8645463Z "size": 102, 2025-06-05T23:16:38.8645867Z "digest": "sha256:442b52cf2c6506d12e947b1deb0874bf5bf0c3b7081a36e8bd9cc74658fcf2f6" 2025-06-05T23:16:38.8646341Z }, 2025-06-05T23:16:38.8646513Z { 2025-06-05T23:16:38.8646835Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8647236Z "size": 636, 2025-06-05T23:16:38.8647637Z "digest": "sha256:81817e7913a3169b88d5c5e91281e9ba34d57ddfeffca3b7235d0f6aff0a4ddd" 2025-06-05T23:16:38.8648100Z }, 2025-06-05T23:16:38.8648288Z { 2025-06-05T23:16:38.8648594Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8649015Z "size": 35165349, 2025-06-05T23:16:38.8649427Z "digest": "sha256:fa3705fea3261d40f40cfcccedafae73e277181f3037f56ebba76a89551821b6" 2025-06-05T23:16:38.8649905Z }, 2025-06-05T23:16:38.8650088Z { 2025-06-05T23:16:38.8650395Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8650803Z "size": 318, 2025-06-05T23:16:38.8651189Z "digest": "sha256:8a647cebb32f33ee6d82d200e5c9666e1c367150807c09031204cd678424d1f9" 2025-06-05T23:16:38.8651657Z }, 2025-06-05T23:16:38.8651829Z { 2025-06-05T23:16:38.8652146Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8652545Z "size": 252129619, 2025-06-05T23:16:38.8652970Z "digest": "sha256:7b2f37adad324a6b7d4b30770f9beb5c4f57b17ffa493d7d22be5a836b0f72df" 2025-06-05T23:16:38.8653450Z }, 2025-06-05T23:16:38.8653722Z { 2025-06-05T23:16:38.8654052Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8654557Z "size": 472, 2025-06-05T23:16:38.8654970Z "digest": "sha256:5c08f897efe59b47621cf93f55f0ee0114c16a0daaff32a6e5646cbcb2726a43" 2025-06-05T23:16:38.8655433Z }, 2025-06-05T23:16:38.8655618Z { 2025-06-05T23:16:38.8655924Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8656335Z "size": 1041, 2025-06-05T23:16:38.8656727Z "digest": "sha256:c906c3b73c9a07577673cc305885ff3cb88a96410f3536d3cc37d1ab95ea8105" 2025-06-05T23:16:38.8657195Z }, 2025-06-05T23:16:38.8657381Z { 2025-06-05T23:16:38.8657688Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8658099Z "size": 612, 2025-06-05T23:16:38.8658486Z "digest": "sha256:fb297e4a7f96923109096212b0029b1b5b21510539f2c63e24dff4e6b1aa678f" 2025-06-05T23:16:38.8658952Z }, 2025-06-05T23:16:38.8659128Z { 2025-06-05T23:16:38.8659458Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8659868Z "size": 77568761, 2025-06-05T23:16:38.8660293Z "digest": "sha256:ef88320afe39d721649c724f38d0a3d34ba3b6c4b8d97d8574fe5902964a3f92" 2025-06-05T23:16:38.8660762Z }, 2025-06-05T23:16:38.8660934Z { 2025-06-05T23:16:38.8661250Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8661651Z "size": 574, 2025-06-05T23:16:38.8662059Z "digest": "sha256:c81ceab1dc2961c8831104ca42f43350bf1eba62a2fa0538f805dbf4b42e033d" 2025-06-05T23:16:38.8662520Z }, 2025-06-05T23:16:38.8662708Z { 2025-06-05T23:16:38.8663015Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8663426Z "size": 208, 2025-06-05T23:16:38.8663835Z "digest": "sha256:b7a0ba8fe68b602dcebdcba8ba28d5a778fdbfcbcd73e3903910e943ed616076" 2025-06-05T23:16:38.8664322Z }, 2025-06-05T23:16:38.8664508Z { 2025-06-05T23:16:38.8664820Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8665231Z "size": 1190, 2025-06-05T23:16:38.8665628Z "digest": "sha256:c71f810ba4d6aa45f4208fdf22d786c14f968922d5e50bac9df9efd112fb2911" 2025-06-05T23:16:38.8666103Z }, 2025-06-05T23:16:38.8666302Z { 2025-06-05T23:16:38.8666611Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8667028Z "size": 678, 2025-06-05T23:16:38.8667283Z + exit 0 2025-06-05T23:16:38.8667670Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:16:38.8668152Z }, 2025-06-05T23:16:38.8668327Z { 2025-06-05T23:16:38.8668651Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8669073Z "size": 6857041337, 2025-06-05T23:16:38.8669490Z "digest": "sha256:0f670d2c149df699b89ee7c94cd0a93c4fa56165c0dde73dc405f519497b7975" 2025-06-05T23:16:38.8669967Z }, 2025-06-05T23:16:38.8670143Z { 2025-06-05T23:16:38.8670556Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8671170Z "size": 1382, 2025-06-05T23:16:38.8671583Z "digest": "sha256:315188b3b5fdbf68eb7a3c0a5c26255856cd545c0739fa42b5064eba69f2a61a" 2025-06-05T23:16:38.8672053Z }, 2025-06-05T23:16:38.8672242Z { 2025-06-05T23:16:38.8672553Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8672970Z "size": 678, 2025-06-05T23:16:38.8673382Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:16:38.8673843Z }, 2025-06-05T23:16:38.8674031Z { 2025-06-05T23:16:38.8674344Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8674756Z "size": 232889912, 2025-06-05T23:16:38.8675155Z "digest": "sha256:5f6470ba979094a0d47178761a0fd51de00bc516f8676377ea33cc8760e5e95d" 2025-06-05T23:16:38.8675614Z }, 2025-06-05T23:16:38.8675784Z { 2025-06-05T23:16:38.8676103Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8676638Z "size": 827, 2025-06-05T23:16:38.8677055Z "digest": "sha256:a2057a0a9541ca36d33ba50dc8aabcefaa67670b6ff4ee4fae8e17199bef903e" 2025-06-05T23:16:38.8677624Z }, 2025-06-05T23:16:38.8677798Z { 2025-06-05T23:16:38.8678115Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8678516Z "size": 678, 2025-06-05T23:16:38.8678927Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:16:38.8679387Z }, 2025-06-05T23:16:38.8679575Z { 2025-06-05T23:16:38.8679880Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8680300Z "size": 185012473, 2025-06-05T23:16:38.8680730Z "digest": "sha256:9b45fc6abe7abe2131a5a707ccc3d8a0335a7a8c4e9fd504fefa92f07634ff21" 2025-06-05T23:16:38.8681200Z }, 2025-06-05T23:16:38.8681383Z { 2025-06-05T23:16:38.8681691Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8682107Z "size": 529, 2025-06-05T23:16:38.8682506Z "digest": "sha256:dc71e2d5671ebf9dc7dc253323aa010a23b518e229c2e09df61e762ed863f373" 2025-06-05T23:16:38.8682985Z }, 2025-06-05T23:16:38.8683156Z { 2025-06-05T23:16:38.8683473Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8683874Z "size": 678, 2025-06-05T23:16:38.8684284Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:16:38.8684758Z }, 2025-06-05T23:16:38.8684932Z { 2025-06-05T23:16:38.8685251Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8685653Z "size": 355, 2025-06-05T23:16:38.8686055Z "digest": "sha256:1767d7f283e866fe6f8bd739f8f6d0035d36c25143c3a23d865e07d4c2afb075" 2025-06-05T23:16:38.8686510Z }, 2025-06-05T23:16:38.8686694Z { 2025-06-05T23:16:38.8687001Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8687412Z "size": 32, 2025-06-05T23:16:38.8687820Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:16:38.8688283Z }, 2025-06-05T23:16:38.8688469Z { 2025-06-05T23:16:38.8688773Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8689188Z "size": 166, 2025-06-05T23:16:38.8689580Z "digest": "sha256:a6c04087a6b913389cd29ba0cbd0ed052bd8320a048da620c4db5de43deff3c0" 2025-06-05T23:16:38.8690050Z }, 2025-06-05T23:16:38.8690224Z { 2025-06-05T23:16:38.8690539Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8690940Z "size": 1110, 2025-06-05T23:16:38.8691347Z "digest": "sha256:31d099d02998d06abc17e3b88ab0cd293dc8e67f30e8185e1e3eee59cd746bfd" 2025-06-05T23:16:38.8691819Z }, 2025-06-05T23:16:38.8691992Z { 2025-06-05T23:16:38.8692310Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8692709Z "size": 32, 2025-06-05T23:16:38.8693118Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:16:38.8693579Z }, 2025-06-05T23:16:38.8693762Z { 2025-06-05T23:16:38.8694068Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:38.8694486Z "size": 108, 2025-06-05T23:16:38.8694975Z "digest": "sha256:e269d1739d753c3be22ebc4dc91645e7481b4466e9671d84fe85f222e0af9f8b" 2025-06-05T23:16:38.8695444Z } 2025-06-05T23:16:38.8695631Z ] 2025-06-05T23:16:38.8695801Z } 2025-06-05T23:16:38.8724501Z ##[group]Run set -eux 2025-06-05T23:16:38.8724794Z set -eux 2025-06-05T23:16:38.8725687Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:16:38.8732055Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:38.8732460Z env: 2025-06-05T23:16:38.8732708Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:38.8733170Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:38.8733446Z PR_NUMBER: 2025-06-05T23:16:38.8736713Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:16:38.8740224Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:38.8740824Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:38.8741370Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:38.8741760Z ##[endgroup] 2025-06-05T23:16:38.8767568Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:16:38.8768377Z + jq --raw-output .SecretString 2025-06-05T23:16:38.8769344Z + jq -r .docker_hub_readonly_token 2025-06-05T23:16:38.8771099Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:16:39.4484899Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:39.4485540Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:39.4486265Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:39.4486664Z 2025-06-05T23:16:39.4486761Z Login Succeeded 2025-06-05T23:16:39.4565214Z Prepare all required actions 2025-06-05T23:16:39.4618753Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:16:39.4619141Z with: 2025-06-05T23:16:39.4619791Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:39.4620660Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:39.4621054Z env: 2025-06-05T23:16:39.4621291Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:39.4621648Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:39.4621920Z PR_NUMBER: 2025-06-05T23:16:39.4625203Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:16:39.4628643Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:39.4629231Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:39.4629791Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:39.4630165Z ##[endgroup] 2025-06-05T23:16:39.4648577Z ##[group]Run set -x 2025-06-05T23:16:39.4648841Z set -x 2025-06-05T23:16:39.4649066Z set +e 2025-06-05T23:16:39.4649299Z  2025-06-05T23:16:39.4649497Z login() { 2025-06-05T23:16:39.4649975Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:16:39.4650618Z } 2025-06-05T23:16:39.4650824Z  2025-06-05T23:16:39.4651015Z retry () { 2025-06-05T23:16:39.4651282Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:16:39.4651581Z } 2025-06-05T23:16:39.4651780Z  2025-06-05T23:16:39.4651995Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:16:39.4652297Z  2025-06-05T23:16:39.4652783Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:16:39.4653439Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:16:39.4653812Z  2025-06-05T23:16:39.4654006Z set -e 2025-06-05T23:16:39.4654345Z # ignore output since only exit code is used for conditional 2025-06-05T23:16:39.4654822Z # only pull docker image if it's not available locally 2025-06-05T23:16:39.4655366Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:16:39.4655874Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:16:39.4656176Z fi 2025-06-05T23:16:39.4662206Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:39.4662571Z env: 2025-06-05T23:16:39.4663224Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:39.4663976Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:39.4664259Z PR_NUMBER: 2025-06-05T23:16:39.4667644Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:16:39.4671370Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:39.4671959Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:39.4672522Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:39.4673011Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:39.4673386Z ##[endgroup] 2025-06-05T23:16:39.4696083Z + set +e 2025-06-05T23:16:39.4696442Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:39.4696888Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:39.4699487Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:16:39.4700787Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:39.9832912Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:39.9833529Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:39.9834117Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:39.9834621Z 2025-06-05T23:16:39.9834921Z Login Succeeded 2025-06-05T23:16:39.9851584Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:39.9852525Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:16:40.2028446Z + IMAGE_SIZE=7601.8407192230225 2025-06-05T23:16:40.2028859Z + echo 'Compressed size of image in MB: 7601.8407192230225' 2025-06-05T23:16:40.2029234Z + set -e 2025-06-05T23:16:40.2030201Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:40.2031149Z Compressed size of image in MB: 7601.8407192230225 2025-06-05T23:16:40.2145611Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:40.2146858Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:40.4242613Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:40.4243630Z f557aa5ee224: Pulling fs layer 2025-06-05T23:16:40.4243973Z 53b460f20fa2: Pulling fs layer 2025-06-05T23:16:40.4244321Z 9c0222e3bd96: Pulling fs layer 2025-06-05T23:16:40.4244611Z c30fec91d711: Pulling fs layer 2025-06-05T23:16:40.4244881Z 2137fe3d6c8b: Pulling fs layer 2025-06-05T23:16:40.4245171Z 3993b97cc01a: Pulling fs layer 2025-06-05T23:16:40.4245439Z 6e964dcfe8cd: Pulling fs layer 2025-06-05T23:16:40.4245716Z 59140483a9d7: Pulling fs layer 2025-06-05T23:16:40.4245987Z 442b52cf2c65: Pulling fs layer 2025-06-05T23:16:40.4246249Z 81817e7913a3: Pulling fs layer 2025-06-05T23:16:40.4246514Z c30fec91d711: Waiting 2025-06-05T23:16:40.4246751Z fa3705fea326: Pulling fs layer 2025-06-05T23:16:40.4247025Z 8a647cebb32f: Pulling fs layer 2025-06-05T23:16:40.4247278Z 3993b97cc01a: Waiting 2025-06-05T23:16:40.4247515Z 6e964dcfe8cd: Waiting 2025-06-05T23:16:40.4247752Z 7b2f37adad32: Pulling fs layer 2025-06-05T23:16:40.4248016Z 59140483a9d7: Waiting 2025-06-05T23:16:40.4248246Z 5c08f897efe5: Pulling fs layer 2025-06-05T23:16:40.4248744Z 442b52cf2c65: Waiting 2025-06-05T23:16:40.4248986Z c906c3b73c9a: Pulling fs layer 2025-06-05T23:16:40.4249266Z fb297e4a7f96: Pulling fs layer 2025-06-05T23:16:40.4249532Z 81817e7913a3: Waiting 2025-06-05T23:16:40.4249756Z 8a647cebb32f: Waiting 2025-06-05T23:16:40.4250014Z ef88320afe39: Pulling fs layer 2025-06-05T23:16:40.4250267Z fa3705fea326: Waiting 2025-06-05T23:16:40.4250510Z c81ceab1dc29: Pulling fs layer 2025-06-05T23:16:40.4250777Z b7a0ba8fe68b: Pulling fs layer 2025-06-05T23:16:40.4251055Z c71f810ba4d6: Pulling fs layer 2025-06-05T23:16:40.4251309Z c906c3b73c9a: Waiting 2025-06-05T23:16:40.4251551Z a4b29879ad48: Pulling fs layer 2025-06-05T23:16:40.4251812Z 0f670d2c149d: Pulling fs layer 2025-06-05T23:16:40.4252081Z 5c08f897efe5: Waiting 2025-06-05T23:16:40.4252325Z 315188b3b5fd: Pulling fs layer 2025-06-05T23:16:40.4252592Z fb297e4a7f96: Waiting 2025-06-05T23:16:40.4252918Z 5f6470ba9790: Pulling fs layer 2025-06-05T23:16:40.4253202Z a2057a0a9541: Pulling fs layer 2025-06-05T23:16:40.4253459Z ef88320afe39: Waiting 2025-06-05T23:16:40.4253772Z b7a0ba8fe68b: Waiting 2025-06-05T23:16:40.4254001Z 5f6470ba9790: Waiting 2025-06-05T23:16:40.4254327Z 9b45fc6abe7a: Pulling fs layer 2025-06-05T23:16:40.4254670Z 315188b3b5fd: Waiting 2025-06-05T23:16:40.4254975Z dc71e2d5671e: Pulling fs layer 2025-06-05T23:16:40.4255306Z 1767d7f283e8: Pulling fs layer 2025-06-05T23:16:40.4255622Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:16:40.4255883Z 0f670d2c149d: Waiting 2025-06-05T23:16:40.4256184Z c71f810ba4d6: Waiting 2025-06-05T23:16:40.4256464Z a6c04087a6b9: Pulling fs layer 2025-06-05T23:16:40.4256741Z a2057a0a9541: Waiting 2025-06-05T23:16:40.4256986Z 31d099d02998: Pulling fs layer 2025-06-05T23:16:40.4257302Z a6c04087a6b9: Waiting 2025-06-05T23:16:40.4257548Z e269d1739d75: Pulling fs layer 2025-06-05T23:16:40.4257804Z 4f4fb700ef54: Waiting 2025-06-05T23:16:40.4258096Z e269d1739d75: Waiting 2025-06-05T23:16:40.4258313Z dc71e2d5671e: Waiting 2025-06-05T23:16:40.4258547Z 31d099d02998: Waiting 2025-06-05T23:16:40.5095436Z 53b460f20fa2: Verifying Checksum 2025-06-05T23:16:40.5095793Z 53b460f20fa2: Download complete 2025-06-05T23:16:40.5685702Z c30fec91d711: Verifying Checksum 2025-06-05T23:16:40.5686416Z c30fec91d711: Download complete 2025-06-05T23:16:40.8005145Z f557aa5ee224: Verifying Checksum 2025-06-05T23:16:40.8005617Z f557aa5ee224: Download complete 2025-06-05T23:16:40.8542830Z 2137fe3d6c8b: Verifying Checksum 2025-06-05T23:16:40.8543384Z 2137fe3d6c8b: Download complete 2025-06-05T23:16:40.8978533Z 3993b97cc01a: Verifying Checksum 2025-06-05T23:16:40.8979107Z 3993b97cc01a: Download complete 2025-06-05T23:16:40.9589399Z 59140483a9d7: Download complete 2025-06-05T23:16:41.0457507Z 442b52cf2c65: Download complete 2025-06-05T23:16:41.1349463Z 81817e7913a3: Verifying Checksum 2025-06-05T23:16:41.1350074Z 81817e7913a3: Download complete 2025-06-05T23:16:41.5582435Z fa3705fea326: Verifying Checksum 2025-06-05T23:16:41.5583628Z fa3705fea326: Download complete 2025-06-05T23:16:41.6517421Z 8a647cebb32f: Verifying Checksum 2025-06-05T23:16:41.6518134Z 8a647cebb32f: Download complete 2025-06-05T23:16:41.7159641Z f557aa5ee224: Pull complete 2025-06-05T23:16:41.7297310Z 53b460f20fa2: Pull complete 2025-06-05T23:16:41.9967132Z 9c0222e3bd96: Verifying Checksum 2025-06-05T23:16:41.9967534Z 9c0222e3bd96: Download complete 2025-06-05T23:16:42.1161157Z 5c08f897efe5: Verifying Checksum 2025-06-05T23:16:42.1161782Z 5c08f897efe5: Download complete 2025-06-05T23:16:42.1862997Z c906c3b73c9a: Verifying Checksum 2025-06-05T23:16:42.1863522Z c906c3b73c9a: Download complete 2025-06-05T23:16:42.2245872Z 6e964dcfe8cd: Verifying Checksum 2025-06-05T23:16:42.2246439Z 6e964dcfe8cd: Download complete 2025-06-05T23:16:42.2757733Z fb297e4a7f96: Verifying Checksum 2025-06-05T23:16:42.2758309Z fb297e4a7f96: Download complete 2025-06-05T23:16:42.3652367Z c81ceab1dc29: Verifying Checksum 2025-06-05T23:16:42.3653124Z c81ceab1dc29: Download complete 2025-06-05T23:16:42.4679936Z b7a0ba8fe68b: Verifying Checksum 2025-06-05T23:16:42.4680529Z b7a0ba8fe68b: Download complete 2025-06-05T23:16:42.5496264Z c71f810ba4d6: Verifying Checksum 2025-06-05T23:16:42.5496934Z c71f810ba4d6: Download complete 2025-06-05T23:16:42.6525444Z a4b29879ad48: Download complete 2025-06-05T23:16:43.0554719Z ef88320afe39: Verifying Checksum 2025-06-05T23:16:43.0555379Z ef88320afe39: Download complete 2025-06-05T23:16:43.1351548Z 315188b3b5fd: Verifying Checksum 2025-06-05T23:16:43.1351921Z 315188b3b5fd: Download complete 2025-06-05T23:16:44.2440553Z 7b2f37adad32: Verifying Checksum 2025-06-05T23:16:44.3411291Z 7b2f37adad32: Download complete 2025-06-05T23:16:44.3411876Z a2057a0a9541: Download complete 2025-06-05T23:16:45.5149695Z 5f6470ba9790: Verifying Checksum 2025-06-05T23:16:45.5150344Z 5f6470ba9790: Download complete 2025-06-05T23:16:45.6134573Z dc71e2d5671e: Verifying Checksum 2025-06-05T23:16:45.6135111Z dc71e2d5671e: Download complete 2025-06-05T23:16:45.6976227Z 1767d7f283e8: Download complete 2025-06-05T23:16:45.7053227Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:16:45.7053616Z 4f4fb700ef54: Download complete 2025-06-05T23:16:45.7923016Z a6c04087a6b9: Download complete 2025-06-05T23:16:45.8709857Z 31d099d02998: Download complete 2025-06-05T23:16:45.9456566Z e269d1739d75: Verifying Checksum 2025-06-05T23:16:45.9456976Z e269d1739d75: Download complete 2025-06-05T23:16:46.0304744Z 9c0222e3bd96: Pull complete 2025-06-05T23:16:46.2407754Z c30fec91d711: Pull complete 2025-06-05T23:16:46.2520634Z 9b45fc6abe7a: Verifying Checksum 2025-06-05T23:16:46.2520997Z 9b45fc6abe7a: Download complete 2025-06-05T23:16:46.6391080Z 2137fe3d6c8b: Pull complete 2025-06-05T23:16:46.7653059Z 3993b97cc01a: Pull complete 2025-06-05T23:16:49.4128629Z 6e964dcfe8cd: Pull complete 2025-06-05T23:16:49.6340907Z 59140483a9d7: Pull complete 2025-06-05T23:16:49.8824452Z 442b52cf2c65: Pull complete 2025-06-05T23:16:50.0999223Z 81817e7913a3: Pull complete 2025-06-05T23:16:50.9098224Z fa3705fea326: Pull complete 2025-06-05T23:16:51.1182269Z 8a647cebb32f: Pull complete 2025-06-05T23:16:59.7367711Z 7b2f37adad32: Pull complete 2025-06-05T23:16:59.8652839Z 5c08f897efe5: Pull complete 2025-06-05T23:17:00.0205151Z c906c3b73c9a: Pull complete 2025-06-05T23:17:00.1523173Z fb297e4a7f96: Pull complete 2025-06-05T23:17:04.0751295Z ef88320afe39: Pull complete 2025-06-05T23:17:04.3014145Z c81ceab1dc29: Pull complete 2025-06-05T23:17:04.5017837Z b7a0ba8fe68b: Pull complete 2025-06-05T23:17:04.7234420Z c71f810ba4d6: Pull complete 2025-06-05T23:17:04.8640322Z a4b29879ad48: Pull complete 2025-06-05T23:17:51.2839113Z 0f670d2c149d: Verifying Checksum 2025-06-05T23:17:51.2840734Z 0f670d2c149d: Download complete 2025-06-05T23:19:03.9277487Z 0f670d2c149d: Pull complete 2025-06-05T23:19:04.1343411Z 315188b3b5fd: Pull complete 2025-06-05T23:19:11.3743598Z 5f6470ba9790: Pull complete 2025-06-05T23:19:11.4015840Z a2057a0a9541: Pull complete 2025-06-05T23:19:19.0579622Z 9b45fc6abe7a: Pull complete 2025-06-05T23:19:19.2062582Z dc71e2d5671e: Pull complete 2025-06-05T23:19:19.5627425Z 1767d7f283e8: Pull complete 2025-06-05T23:19:19.7535019Z 4f4fb700ef54: Pull complete 2025-06-05T23:19:19.8485506Z a6c04087a6b9: Pull complete 2025-06-05T23:19:19.9071292Z 31d099d02998: Pull complete 2025-06-05T23:19:19.9690550Z e269d1739d75: Pull complete 2025-06-05T23:19:19.9907277Z Digest: sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:19:19.9989668Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:20.0043604Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:20.0084001Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:20.0084990Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:20.0092513Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:19:20.0092905Z env: 2025-06-05T23:19:20.0093155Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:19:20.0093517Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:20.0093801Z PR_NUMBER: 2025-06-05T23:19:20.0097077Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:19:20.0100501Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:20.0101090Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:20.0101659Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:20.0102101Z ##[endgroup] 2025-06-05T23:19:20.0238183Z ##[group]Run set -ex 2025-06-05T23:19:20.0238487Z set -ex 2025-06-05T23:19:20.0238712Z { 2025-06-05T23:19:20.0238928Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:19:20.0239257Z  echo "set -eou pipefail"; 2025-06-05T23:19:20.0239565Z  # shellcheck disable=SC2016 2025-06-05T23:19:20.0239909Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:19:20.0240237Z  echo "set -x"; 2025-06-05T23:19:20.0240507Z  echo "${SCRIPT}"; 2025-06-05T23:19:20.0240800Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:20.0241127Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:20.0241863Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:19:20.0247918Z shell: /usr/bin/bash -e {0} 2025-06-05T23:19:20.0248194Z env: 2025-06-05T23:19:20.0248898Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:20.0249656Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:20.0249944Z PR_NUMBER: 2025-06-05T23:19:20.0253176Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:19:20.0256606Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:20.0257211Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:20.0257759Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:20.0258534Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:19:20.0258848Z ##[endgroup] 2025-06-05T23:19:20.0282147Z + echo '#!/usr/bin/env bash' 2025-06-05T23:19:20.0282469Z + echo 'set -eou pipefail' 2025-06-05T23:19:20.0282869Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:19:20.0283249Z + echo 'set -x' 2025-06-05T23:19:20.0283637Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:19:20.0284214Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:19:20.0284587Z conda activate "${CONDA_ENV}" 2025-06-05T23:19:20.0284782Z 2025-06-05T23:19:20.0284867Z DTYPE=fp32 2025-06-05T23:19:20.0285092Z BUILD_TOOL="cmake" 2025-06-05T23:19:20.0285304Z MODE=qnn 2025-06-05T23:19:20.0285512Z PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:19:20.0285671Z 2025-06-05T23:19:20.0285817Z ./install_requirements.sh --use-pt-pinned-commit 2025-06-05T23:19:20.0286272Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:19:20.0286742Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:19:20.0287044Z 2025-06-05T23:19:20.0287130Z # Setup executorch 2025-06-05T23:19:20.0287728Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:19:20.0288622Z # Install requirements for export_llama 2025-06-05T23:19:20.0289275Z PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh 2025-06-05T23:19:20.0289722Z # Test llama2 2025-06-05T23:19:20.0290638Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:19:20.0291423Z ' 2025-06-05T23:19:20.0291761Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:19:20.0292960Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:19:40.6586100Z Running command: 2025-06-05T23:19:40.6594148Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_15475023378" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7d61d2ad-c82f-49e4-8c82-5fa56eedb5db":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7d61d2ad-c82f-49e4-8c82-5fa56eedb5db" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:19:40.6600471Z 2025-06-05T23:19:40.6600825Z a910ee3902790da725eccfbb2f89538eafd68d2c56d127b3685c1601e80418c9 2025-06-05T23:19:40.6601532Z Running command: docker exec -t a910ee3902790da725eccfbb2f89538eafd68d2c56d127b3685c1601e80418c9 /exec 2025-06-05T23:19:40.6602108Z ++ conda env list --json 2025-06-05T23:19:40.6602370Z ++ local cmd=env 2025-06-05T23:19:40.6602582Z ++ case "$cmd" in 2025-06-05T23:19:40.6602822Z ++ __conda_exe env list --json 2025-06-05T23:19:40.6603090Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:19:40.6603363Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:19:40.6603675Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:19:40.6603990Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:19:40.6604286Z + local cmd=activate 2025-06-05T23:19:40.6604519Z + case "$cmd" in 2025-06-05T23:19:40.6604794Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:19:40.6605121Z + '[' -n '' ']' 2025-06-05T23:19:40.6605337Z + local ask_conda 2025-06-05T23:19:40.6605550Z ++ PS1='(base) ' 2025-06-05T23:19:40.6605854Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:19:40.6606334Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:19:40.6606764Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:19:40.6607641Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:19:40.6608580Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:19:40.6608940Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:19:40.6609218Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:19:40.6609574Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:19:40.6609920Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:19:40.6610262Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:19:40.6610579Z export _CE_M='\'''\'' 2025-06-05T23:19:40.6610824Z export _CE_CONDA='\'''\'' 2025-06-05T23:19:40.6611277Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:19:40.6611651Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:19:40.6612514Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:19:40.6613435Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:19:40.6613796Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:19:40.6614074Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:19:40.6614425Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:19:40.6614768Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:19:40.6615110Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:19:40.6615432Z export _CE_M='\'''\'' 2025-06-05T23:19:40.6615669Z export _CE_CONDA='\'''\'' 2025-06-05T23:19:40.6616058Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:19:40.6616404Z ++ PS1='(py_3.10) ' 2025-06-05T23:19:40.6617222Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:19:40.6618614Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:19:40.6619494Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:19:40.6619844Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:19:40.6620143Z ++ export CONDA_SHLVL=2 2025-06-05T23:19:40.6620390Z ++ CONDA_SHLVL=2 2025-06-05T23:19:40.6620624Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:19:40.6620928Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:19:40.6621217Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:19:40.6621561Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:19:40.6621864Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:19:40.6622165Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:19:40.6622447Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:19:40.6622769Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:19:40.6623054Z ++ export _CE_M= 2025-06-05T23:19:40.6623263Z ++ _CE_M= 2025-06-05T23:19:40.6623474Z ++ export _CE_CONDA= 2025-06-05T23:19:40.6623694Z ++ _CE_CONDA= 2025-06-05T23:19:40.6623957Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:19:40.6624303Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:19:40.6624608Z + __conda_hashr 2025-06-05T23:19:40.6624811Z + '[' -n '' ']' 2025-06-05T23:19:40.6625023Z + '[' -n '' ']' 2025-06-05T23:19:40.6625218Z + hash -r 2025-06-05T23:19:40.6625418Z + DTYPE=fp32 2025-06-05T23:19:40.6625617Z + BUILD_TOOL=cmake 2025-06-05T23:19:40.6625841Z + MODE=qnn 2025-06-05T23:19:40.6626054Z + PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:19:40.6626356Z + ./install_requirements.sh --use-pt-pinned-commit 2025-06-05T23:19:40.6626943Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:19:40.6627765Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:19:40.6628700Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:19:40.6629627Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:19:40.6630445Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:19:40.6630962Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:19:40.6631805Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:19:40.6632720Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:19:40.6633269Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:19:40.6634276Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:19:40.6635213Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:19:40.6635858Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:19:40.6636818Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:19:40.6637957Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:19:40.6639148Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:19:40.6640387Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:19:40.6641531Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:19:40.6642676Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:19:40.6643940Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:19:40.6645275Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:19:40.6646641Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.18.0) 2025-06-05T23:19:40.6648034Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.2.6) 2025-06-05T23:19:40.6649417Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (25.0) 2025-06-05T23:19:40.6650841Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2024.11.6) 2025-06-05T23:19:40.6652244Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.32.3) 2025-06-05T23:19:40.6653672Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:19:43.6385129Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:19:43.6386647Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:19:43.6388383Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:19:43.6390056Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:19:43.6391330Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:19:43.6392947Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:19:43.6393878Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:19:43.6394853Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:19:43.6395719Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6396342Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:19:43.6396949Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6397530Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:19:43.6398223Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6398836Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:19:43.6399449Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6400460Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:19:43.6402015Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:19:43.6402730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 104.9 MB/s eta 0:00:00 2025-06-05T23:19:43.6403452Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6404216Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:19:43.6404989Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6405730Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:19:43.6406469Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6407215Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:19:43.6407928Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6408798Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:19:43.6410094Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:19:43.6411257Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6412128Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:19:43.6413267Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:19:43.6414510Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-06-05T23:19:43.6415422Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6416143Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:19:43.6416853Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6417617Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:19:43.6418804Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:19:43.6419887Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6420820Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:19:43.6421809Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6422662Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:19:43.6423519Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:19:43.6424178Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:19:43.6425005Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6425936Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:19:43.6426947Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6427876Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:19:43.6428760Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6429614Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:19:43.6430614Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6431483Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:19:43.6432671Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:19:43.6434159Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6435301Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:19:43.6436444Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6437440Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:19:43.6438429Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6439421Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:19:43.6440387Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:43.6441313Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:19:43.6442636Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:19:43.6444431Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:19:43.6445998Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:19:43.6447258Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:46.0968339Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:19:46.0970198Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-06-05T23:19:46.0972596Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:46.0974343Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:19:46.0976143Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:19:46.0978325Z [?25hRequirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:19:46.0981122Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:19:46.0983860Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:19:46.0986712Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:19:46.0988577Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:19:46.0989876Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:19:46.0991242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 125.2 MB/s eta 0:00:00 2025-06-05T23:19:46.0992654Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:19:46.0994273Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:19:46.0995636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.8/27.8 MB 144.2 MB/s eta 0:00:01 2025-06-05T23:19:46.0997038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 111.2 MB/s eta 0:00:00 2025-06-05T23:19:46.0998193Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:19:46.0999366Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:19:46.1000690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 91.8 MB/s eta 0:00:00 2025-06-05T23:19:46.1001804Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:19:46.1003035Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:19:46.1004567Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:19:46.1005830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 211.0 MB/s eta 0:00:00 2025-06-05T23:19:46.1006955Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:19:46.1007784Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:19:46.1009155Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:19:46.1010647Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:19:46.1011902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 94.8 MB/s eta 0:00:00 2025-06-05T23:19:46.1013079Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:19:46.1014292Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:19:46.1015726Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:19:46.1016900Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:19:46.1017972Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:19:46.1019482Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:19:46.1021262Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:19:46.1022578Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:19:46.1023887Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:19:46.1025199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 292.7 MB/s eta 0:00:00 2025-06-05T23:19:46.1026703Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:19:46.1028195Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:19:46.1029618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 218.9 MB/s eta 0:00:00 2025-06-05T23:19:46.1030805Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:19:46.1032269Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:19:46.1034029Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:19:46.1035501Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:19:46.1036778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 147.8 MB/s eta 0:00:00 2025-06-05T23:19:46.1037942Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:19:46.1043217Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:19:46.1047812Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:19:46.1050201Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=5f606ce248798bcf3ff5c1c926d7ebdcc5df9e49ff351fc0604665e94ce483ff 2025-06-05T23:19:46.1052629Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:19:46.1053990Z Successfully built antlr4-python3-runtime 2025-06-05T23:19:46.1056922Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, timm, datasets, torchtune 2025-06-05T23:19:46.1059962Z [?25l 2025-06-05T23:19:46.1060843Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:19:46.1062019Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:19:46.1063318Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5629074Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5629770Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5630461Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5631163Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5631776Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5632382Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:54.5632980Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:19:54.5633587Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:19:54.5634197Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:54.5634672Z  Attempting uninstall: fsspec 2025-06-05T23:19:54.5635190Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:54.5635721Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:19:54.5636527Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:54.5636997Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:19:54.5637513Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:54.5638004Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:19:54.5638560Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:54.5639181Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11/27 [frozenlist] 2025-06-05T23:19:54.5639785Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:54.5640382Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:54.5641077Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:54.5641697Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:54.5656714Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:54.5657908Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 16/27 [yarl] 2025-06-05T23:19:54.5658813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 19/27 [kagglehub] 2025-06-05T23:19:54.5659496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:54.5659955Z  Attempting uninstall: timm 2025-06-05T23:19:54.5660439Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:54.5660924Z  Found existing installation: timm 0.6.13 2025-06-05T23:19:54.5661485Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:54.5661956Z  Uninstalling timm-0.6.13: 2025-06-05T23:19:54.5662432Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:54.5662908Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:19:54.5663431Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:54.5664000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:54.5664576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:54.5665130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:54.5665697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:54.5666442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:19:54.5667128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:19:54.5667736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:19:54.5668285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:19:54.5668672Z [?25h 2025-06-05T23:19:54.5671215Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:19:54.5673287Z Processing ./third-party/ao 2025-06-05T23:19:54.5673691Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:19:54.5674131Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:19:54.5674595Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:19:54.5675533Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:19:54.5676665Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:19:54.5677813Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:19:54.5679009Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:19:54.5680240Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:19:54.5681587Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:19:54.5682957Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:20:02.7205702Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:20:02.7207213Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:20:02.7208819Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:20:02.7210505Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:20:02.7211958Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:20:02.7213428Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:20:02.7214905Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:20:02.7216424Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:20:02.7217900Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:20:02.7219405Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:20:02.7220403Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:02.7223010Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:20:02.7225264Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:20:02.7226450Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=be25a0f4a325bb0d50ef96b69ef74b130da15c3c57641ed9a6dc6f7c991b4b92 2025-06-05T23:20:02.7227697Z Stored in directory: /tmp/pip-ephem-wheel-cache-661j5w_4/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:20:02.7228614Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:02.7229801Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=571b28ac5147246b762c7d9461a454be1557735cee6a0b39cf88e0c39b25cf55 2025-06-05T23:20:02.7231097Z Stored in directory: /tmp/pip-ephem-wheel-cache-661j5w_4/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:20:02.7231827Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:20:02.7232251Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:02.7232663Z [?25l 2025-06-05T23:20:02.7233057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:02.7233572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:02.7234090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:02.7234681Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [pytorch_tokenizers] 2025-06-05T23:20:02.7235284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:20:02.7235665Z [?25h 2025-06-05T23:20:02.7236139Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:20:02.7236628Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:02.7237008Z + bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:20:02.7237314Z + setup_libc++ 12 2025-06-05T23:20:02.7237533Z + clang_version=12 2025-06-05T23:20:02.7237774Z + sudo apt-get update 2025-06-05T23:20:02.7237928Z 2025-06-05T23:20:02.7238010Z 0% [Working] 2025-06-05T23:20:02.7238221Z 2025-06-05T23:20:02.7238521Z Hit:1 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-06-05T23:20:02.7238834Z 2025-06-05T23:20:02.7239034Z 0% [Waiting for headers] [Waiting for headers] [Waiting for headers] 2025-06-05T23:20:02.7239459Z 2025-06-05T23:20:02.7239839Z Hit:2 https://dl.yarnpkg.com/debian stable InRelease 2025-06-05T23:20:02.7240103Z 2025-06-05T23:20:02.7240224Z 2025-06-05T23:20:02.7240628Z 0% [Waiting for headers] [Waiting for headers] 2025-06-05T23:20:02.7240961Z 2025-06-05T23:20:02.7241396Z Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-06-05T23:20:02.7241759Z 2025-06-05T23:20:02.7241903Z 0% [Waiting for headers] [3 InRelease 4096 B/129 kB 3%] 2025-06-05T23:20:02.7242263Z 2025-06-05T23:20:02.7242626Z Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-06-05T23:20:02.7242893Z 2025-06-05T23:20:02.7243007Z 2025-06-05T23:20:02.7243310Z 0% [3 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:20:02.7243660Z 0% [Waiting for headers] [3 InRelease 14.2 kB/129 kB 11%] 2025-06-05T23:20:02.7244014Z 2025-06-05T23:20:02.7244458Z Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-06-05T23:20:02.7244797Z 2025-06-05T23:20:02.7244988Z 0% [5 InRelease 9828 B/128 kB 8%] [3 InRelease 20.0 kB/129 kB 15%] 2025-06-05T23:20:02.7245445Z 0% [5 InRelease 15.6 kB/128 kB 12%] [3 InRelease 43.1 kB/129 kB 33%] 2025-06-05T23:20:02.7245923Z 0% [5 InRelease 38.8 kB/128 kB 30%] [3 InRelease 77.9 kB/129 kB 60%] 2025-06-05T23:20:02.7246313Z 2025-06-05T23:20:02.7246641Z 0% [5 InRelease 64.9 kB/128 kB 51%] 2025-06-05T23:20:02.7246919Z 2025-06-05T23:20:02.7247207Z 0% [5 InRelease 108 kB/128 kB 85%] 2025-06-05T23:20:02.7247489Z 2025-06-05T23:20:02.7247757Z 0% [Waiting for headers] 2025-06-05T23:20:02.7248010Z 2025-06-05T23:20:02.7248449Z Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] 2025-06-05T23:20:02.7248872Z 2025-06-05T23:20:02.7249017Z 0% [Waiting for headers] [6 Packages 2655 B/1246 kB 0%] 2025-06-05T23:20:02.7249410Z 0% [Waiting for headers] [6 Packages 17.1 kB/1246 kB 1%] 2025-06-05T23:20:02.7249786Z 2025-06-05T23:20:02.7250237Z Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-06-05T23:20:02.7250589Z 2025-06-05T23:20:02.7250757Z 0% [7 InRelease 2181 B/127 kB 2%] [6 Packages 43.2 kB/1246 kB 3%] 2025-06-05T23:20:02.7251154Z 2025-06-05T23:20:02.7251469Z 0% [6 Packages 147 kB/1246 kB 12%] 2025-06-05T23:20:02.7251814Z 24% [Waiting for headers] [6 Packages 315 kB/1246 kB 25%] 2025-06-05T23:20:02.7252170Z 2025-06-05T23:20:02.7252659Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3295 kB] 2025-06-05T23:20:02.7253040Z 2025-06-05T23:20:02.7253224Z 24% [8 Packages 2655 B/3295 kB 0%] [6 Packages 350 kB/1246 kB 28%] 2025-06-05T23:20:02.7253607Z 2025-06-05T23:20:02.7253936Z 34% [8 Packages 298 kB/3295 kB 9%] 2025-06-05T23:20:02.7254330Z 34% [6 Packages store 0 B] [8 Packages 298 kB/3295 kB 9%] [Waiting for headers] 2025-06-05T23:20:02.7254841Z 2025-06-05T23:20:02.7255213Z 37% [8 Packages 582 kB/3295 kB 18%] [Waiting for headers] 2025-06-05T23:20:02.7255576Z 2025-06-05T23:20:02.7256069Z Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB] 2025-06-05T23:20:02.7256461Z 2025-06-05T23:20:02.7256633Z 38% [8 Packages 656 kB/3295 kB 20%] [9 Packages 22.9 kB/2984 kB 1%] 2025-06-05T23:20:02.7257036Z 2025-06-05T23:20:02.7257352Z 71% [9 Packages 1320 kB/2984 kB 44%] 2025-06-05T23:20:02.7257641Z 2025-06-05T23:20:02.7258103Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] 2025-06-05T23:20:02.7258576Z 2025-06-05T23:20:02.7258752Z 71% [10 Packages 7709 B/1553 kB 0%] [9 Packages 1320 kB/2984 kB 44%] 2025-06-05T23:20:02.7259264Z 71% [8 Packages store 0 B] [10 Packages 7709 B/1553 kB 0%] [9 Packages 1320 kB/ 2025-06-05T23:20:02.7259697Z 2025-06-05T23:20:02.7260086Z 85% [8 Packages store 0 B] [9 Packages 1404 kB/2984 kB 47%] 2025-06-05T23:20:02.7260442Z 2025-06-05T23:20:02.7260765Z 98% [9 Packages 2827 kB/2984 kB 95%] 2025-06-05T23:20:02.7261106Z 98% [10 Packages store 0 B] [9 Packages 2827 kB/2984 kB 95%] 2025-06-05T23:20:02.7261482Z 2025-06-05T23:20:02.7261808Z 99% [10 Packages store 0 B] 2025-06-05T23:20:02.7262057Z 2025-06-05T23:20:02.7262302Z 100% [Working] 2025-06-05T23:20:02.7262517Z 100% [9 Packages store 0 B] 2025-06-05T23:20:02.7262771Z 2025-06-05T23:20:02.7263004Z 100% [Working] 2025-06-05T23:20:02.7263212Z 2025-06-05T23:20:02.7263481Z Fetched 9462 kB in 1s (6793 kB/s) 2025-06-05T23:20:02.7263733Z 2025-06-05T23:20:02.7263835Z Reading package lists... 0% 2025-06-05T23:20:02.7264006Z 2025-06-05T23:20:02.7264116Z Reading package lists... 0% 2025-06-05T23:20:02.7264284Z 2025-06-05T23:20:02.7264381Z Reading package lists... 0% 2025-06-05T23:20:02.7264547Z 2025-06-05T23:20:02.7264656Z Reading package lists... 4% 2025-06-05T23:20:02.7264824Z 2025-06-05T23:20:02.7264919Z Reading package lists... 4% 2025-06-05T23:20:02.7265100Z 2025-06-05T23:20:02.7265199Z Reading package lists... 4% 2025-06-05T23:20:02.7265366Z 2025-06-05T23:20:02.7265463Z Reading package lists... 4% 2025-06-05T23:20:02.7265643Z 2025-06-05T23:20:35.5324243Z Reading package lists... 45% 2025-06-05T23:20:35.5324541Z 2025-06-05T23:20:35.5324676Z Reading package lists... 45% 2025-06-05T23:20:35.5324860Z 2025-06-05T23:20:35.5324961Z Reading package lists... 46% 2025-06-05T23:20:35.5325177Z 2025-06-05T23:20:35.5325309Z Reading package lists... 46% 2025-06-05T23:20:35.5325530Z 2025-06-05T23:20:35.5325694Z Reading package lists... 55% 2025-06-05T23:20:35.5326015Z 2025-06-05T23:20:35.5326167Z Reading package lists... 55% 2025-06-05T23:20:35.5326450Z 2025-06-05T23:20:35.5326596Z Reading package lists... 69% 2025-06-05T23:20:35.5326824Z 2025-06-05T23:20:35.5327092Z Reading package lists... 69% 2025-06-05T23:20:35.5327301Z 2025-06-05T23:20:35.5327427Z Reading package lists... 73% 2025-06-05T23:20:35.5327621Z 2025-06-05T23:20:35.5327777Z Reading package lists... 73% 2025-06-05T23:20:35.5328035Z 2025-06-05T23:20:35.5328137Z Reading package lists... 73% 2025-06-05T23:20:35.5328362Z 2025-06-05T23:20:35.5328505Z Reading package lists... 73% 2025-06-05T23:20:35.5328707Z 2025-06-05T23:20:35.5328805Z Reading package lists... 73% 2025-06-05T23:20:35.5328979Z 2025-06-05T23:20:35.5329092Z Reading package lists... 73% 2025-06-05T23:20:35.5329312Z 2025-06-05T23:20:35.5329476Z Reading package lists... 73% 2025-06-05T23:20:35.5329696Z 2025-06-05T23:20:35.5329809Z Reading package lists... 74% 2025-06-05T23:20:35.5329983Z 2025-06-05T23:20:35.5330316Z Reading package lists... 74% 2025-06-05T23:20:35.5330509Z 2025-06-05T23:20:35.5330605Z Reading package lists... 82% 2025-06-05T23:20:35.5330822Z 2025-06-05T23:20:35.5330919Z Reading package lists... 82% 2025-06-05T23:20:35.5331105Z 2025-06-05T23:20:35.5331203Z Reading package lists... 95% 2025-06-05T23:20:35.5331376Z 2025-06-05T23:20:35.5331485Z Reading package lists... 95% 2025-06-05T23:20:35.5331658Z 2025-06-05T23:20:35.5331755Z Reading package lists... 99% 2025-06-05T23:20:35.5331940Z 2025-06-05T23:20:35.5332036Z Reading package lists... 99% 2025-06-05T23:20:35.5332208Z 2025-06-05T23:20:35.5332398Z Reading package lists... 99% 2025-06-05T23:20:35.5332601Z 2025-06-05T23:20:35.5332748Z Reading package lists... 99% 2025-06-05T23:20:35.5332966Z 2025-06-05T23:20:35.5333063Z Reading package lists... 99% 2025-06-05T23:20:35.5333338Z 2025-06-05T23:20:35.5333449Z Reading package lists... 99% 2025-06-05T23:20:35.5333623Z 2025-06-05T23:20:35.5333718Z Reading package lists... 99% 2025-06-05T23:20:35.5333904Z 2025-06-05T23:20:35.5334006Z Reading package lists... 99% 2025-06-05T23:20:35.5334220Z 2025-06-05T23:20:35.5334317Z Reading package lists... 99% 2025-06-05T23:20:35.5334503Z 2025-06-05T23:20:35.5334599Z Reading package lists... 99% 2025-06-05T23:20:35.5334770Z 2025-06-05T23:20:35.5334884Z Reading package lists... Done 2025-06-05T23:20:35.5335063Z 2025-06-05T23:20:35.5336025Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-06-05T23:20:35.5337068Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-06-05T23:20:35.5337383Z + j=0 2025-06-05T23:20:35.5337591Z + '[' 0 -lt 1 ']' 2025-06-05T23:20:35.5337884Z ++ verify_pkg_installed libc++-12-dev 2025-06-05T23:20:35.5338373Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-06-05T23:20:35.5338768Z +++ grep 'install ok installed' 2025-06-05T23:20:35.5339043Z ++ echo install ok installed 2025-06-05T23:20:35.5339375Z + install_status='install ok installed' 2025-06-05T23:20:35.5339777Z + '[' 'install ok installed' == '' ']' 2025-06-05T23:20:35.5340107Z + j=1 2025-06-05T23:20:35.5340291Z + '[' 1 -lt 1 ']' 2025-06-05T23:20:35.5340593Z + install_qnn 2025-06-05T23:20:35.5340812Z + echo 'Start installing qnn.' 2025-06-05T23:20:35.5341089Z Start installing qnn. 2025-06-05T23:20:35.5341334Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-06-05T23:20:35.5341613Z + mkdir -p /tmp/qnn 2025-06-05T23:20:35.5342427Z + curl -Lo /tmp/v2.28.0.24.10.29.zip https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.28.0.241029.zip 2025-06-05T23:20:35.5343470Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:20:35.5343986Z Dload Upload Total Spent Left Speed 2025-06-05T23:20:35.5344308Z 2025-06-05T23:20:35.5344442Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:20:35.5344856Z 100 134 100 134 0 0 422 0 --:--:-- --:--:-- --:--:-- 424 2025-06-05T23:20:35.5345124Z 2025-06-05T23:20:35.5345284Z 1 954M 1 17.7M 0 0 19.3M 0 0:00:49 --:--:-- 0:00:49 19.3M 2025-06-05T23:20:35.5345828Z 9 954M 9 91.4M 0 0 48.4M 0 0:00:19 0:00:01 0:00:18 75.6M 2025-06-05T23:20:35.5346344Z 17 954M 17 167M 0 0 58.0M 0 0:00:16 0:00:02 0:00:14 75.9M 2025-06-05T23:20:35.5346753Z 25 954M 25 246M 0 0 63.2M 0 0:00:15 0:00:03 0:00:12 76.7M 2025-06-05T23:20:35.5347301Z 33 954M 33 321M 0 0 65.7M 0 0:00:14 0:00:04 0:00:10 76.4M 2025-06-05T23:20:35.5347707Z 41 954M 41 398M 0 0 67.6M 0 0:00:14 0:00:05 0:00:09 76.5M 2025-06-05T23:20:35.5348126Z 49 954M 49 475M 0 0 69.0M 0 0:00:13 0:00:06 0:00:07 76.8M 2025-06-05T23:20:35.5348650Z 57 954M 57 552M 0 0 70.0M 0 0:00:13 0:00:07 0:00:06 76.9M 2025-06-05T23:20:35.5349249Z 65 954M 65 629M 0 0 70.7M 0 0:00:13 0:00:08 0:00:05 76.5M 2025-06-05T23:20:35.5349671Z 73 954M 73 705M 0 0 71.3M 0 0:00:13 0:00:09 0:00:04 76.7M 2025-06-05T23:20:35.5350159Z 81 954M 81 779M 0 0 71.6M 0 0:00:13 0:00:10 0:00:03 76.2M 2025-06-05T23:20:35.5350725Z 88 954M 88 845M 0 0 71.0M 0 0:00:13 0:00:11 0:00:02 73.8M 2025-06-05T23:20:35.5351230Z 96 954M 96 920M 0 0 71.4M 0 0:00:13 0:00:12 0:00:01 73.5M 2025-06-05T23:20:35.5351805Z 100 954M 100 954M 0 0 71.5M 0 0:00:13 0:00:13 --:--:-- 73.1M 2025-06-05T23:20:35.5352249Z + echo 'Finishing downloading qnn sdk.' 2025-06-05T23:20:35.5352631Z Finishing downloading qnn sdk. 2025-06-05T23:20:35.5353046Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-06-05T23:20:35.5353456Z + echo 'Finishing unzip qnn sdk.' 2025-06-05T23:20:35.5353839Z Finishing unzip qnn sdk. 2025-06-05T23:20:35.5354139Z + ls -lah /tmp/qairt 2025-06-05T23:20:35.5354373Z total 16K 2025-06-05T23:20:35.5354629Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 2024 . 2025-06-05T23:20:35.5354993Z drwxrwxrwt. 1 root root 58 Jun 5 23:20 .. 2025-06-05T23:20:35.5355405Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:20:35.5355779Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-06-05T23:20:35.5356123Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-06-05T23:20:35.5356477Z Finishing installing qnn '/tmp/qnn' . 2025-06-05T23:20:35.5356779Z + ls -lah /tmp/qnn 2025-06-05T23:20:35.5356991Z total 16K 2025-06-05T23:20:35.5357240Z drwxr-xr-x. 3 ci-user ci-user 27 Jun 5 23:20 . 2025-06-05T23:20:35.5357603Z drwxrwxrwt. 1 root root 58 Jun 5 23:20 .. 2025-06-05T23:20:35.5358012Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:20:35.5358401Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:35.5358680Z + bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:20:35.5358979Z + set -o xtrace 2025-06-05T23:20:35.5359188Z + build_qnn_backend 2025-06-05T23:20:35.5359442Z + echo 'Start building qnn backend.' 2025-06-05T23:20:35.5359735Z Start building qnn backend. 2025-06-05T23:20:35.5360016Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:20:35.5360299Z + ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:20:35.5360592Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:20:35.5360925Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:20:35.5361239Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:20:35.5361561Z ++ cd -- .ci/scripts/../.. 2025-06-05T23:20:35.5361800Z ++ pwd 2025-06-05T23:20:35.5362042Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:20:35.5362374Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:20:35.5362672Z ++ nproc 2025-06-05T23:20:35.5362866Z + parallelism=7 2025-06-05T23:20:35.5363284Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 7 --release 2025-06-05T23:20:35.5363927Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-06-05T23:20:35.5364221Z + '[' --skip_aarch64 = -h ']' 2025-06-05T23:20:35.5364487Z + BUILD_X86_64=true 2025-06-05T23:20:35.5364712Z + CMAKE_X86_64=build-x86 2025-06-05T23:20:35.5364962Z + BUILD_AARCH64=true 2025-06-05T23:20:35.5365197Z + CMAKE_AARCH64=build-android 2025-06-05T23:20:35.5365458Z + CLEAN=true 2025-06-05T23:20:35.5365667Z + BUILD_TYPE=RelWithDebInfo 2025-06-05T23:20:35.5365930Z + BUILD_JOB_NUMBER=16 2025-06-05T23:20:35.5366174Z + '[' -z PYTHON_EXECUTABLE ']' 2025-06-05T23:20:35.5366443Z + '[' -z BUCK2 ']' 2025-06-05T23:20:35.5366773Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-06-05T23:20:35.5367725Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 7 --release 2025-06-05T23:20:35.5368657Z + parsed_args=' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:20:35.5369133Z + eval set -- ' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:20:35.5369557Z ++ set -- --skip_aarch64 --job_number 7 --release -- 2025-06-05T23:20:35.5369877Z + true 2025-06-05T23:20:35.5370172Z + case "$1" in 2025-06-05T23:20:35.5370385Z + BUILD_AARCH64=false 2025-06-05T23:20:35.5370776Z + shift 2025-06-05T23:20:35.5370956Z + true 2025-06-05T23:20:35.5371151Z + case "$1" in 2025-06-05T23:20:35.5371355Z + BUILD_JOB_NUMBER=7 2025-06-05T23:20:35.5371583Z + shift 2 2025-06-05T23:20:35.5371774Z + true 2025-06-05T23:20:35.5371957Z + case "$1" in 2025-06-05T23:20:35.5372174Z + BUILD_TYPE=Release 2025-06-05T23:20:35.5372387Z + shift 2025-06-05T23:20:35.5372573Z + true 2025-06-05T23:20:35.5372752Z + case "$1" in 2025-06-05T23:20:35.5372960Z + shift 2025-06-05T23:20:35.5373141Z + break 2025-06-05T23:20:35.5373378Z +++ dirname backends/qualcomm/scripts/build.sh 2025-06-05T23:20:35.5373716Z ++ cd backends/qualcomm/scripts/../../.. 2025-06-05T23:20:35.5374025Z ++ pwd -P 2025-06-05T23:20:35.5374435Z + PRJ_ROOT=/pytorch/executorch 2025-06-05T23:20:35.5374782Z + '[' false = true ']' 2025-06-05T23:20:35.5375021Z + '[' true = true ']' 2025-06-05T23:20:35.5375283Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-06-05T23:20:35.5375595Z + '[' true = true ']' 2025-06-05T23:20:35.5375842Z + rm -rf /pytorch/executorch/build-x86 2025-06-05T23:20:35.5376169Z + mkdir /pytorch/executorch/build-x86 2025-06-05T23:20:35.5376473Z + cd /pytorch/executorch/build-x86 2025-06-05T23:20:35.5378325Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-06-05T23:20:35.5380252Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:35.5380638Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:35.5381004Z -- Detecting C compiler ABI info 2025-06-05T23:20:35.5381302Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:35.5381705Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:35.5382092Z -- Detecting C compile features 2025-06-05T23:20:35.5382395Z -- Detecting C compile features - done 2025-06-05T23:20:35.5382719Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:35.5383026Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:35.5383432Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:35.5383825Z -- Detecting CXX compile features 2025-06-05T23:20:35.5384132Z -- Detecting CXX compile features - done 2025-06-05T23:20:35.5384444Z -- --- Configured Options --- 2025-06-05T23:20:35.5384638Z 2025-06-05T23:20:35.5384753Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:35.5385100Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:35.5385480Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:35.5385851Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:20:35.5386217Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:35.5386591Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:35.5386940Z -- BUCK2 x (unset) 2025-06-05T23:20:35.5387297Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:20:35.5387647Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:20:35.5388017Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:35.5388384Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:35.5388949Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:35.5389511Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:35.5389871Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:35.5390244Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:20:35.5390672Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:35.5391036Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:35.5391569Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:20:35.5391938Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:20:35.5392308Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:20:35.5392671Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:35.5393045Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:20:35.5393403Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:35.5393768Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:20:35.5394125Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:20:35.5394496Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:35.5394864Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:35.5395226Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:35.5395658Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:44.0769147Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:44.0769949Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:44.0770750Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:20:44.0771383Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:20:44.0772029Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:44.0772724Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:20:44.0773385Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:20:44.0774054Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:44.0774685Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:44.0775344Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:44.0775996Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:44.0776634Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:20:44.0777319Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:44.0777975Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:44.0778652Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:44.0779290Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:44.0779962Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:44.0780607Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:44.0781230Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:44.0781862Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:44.0782478Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:44.0783095Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:20:44.0783712Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:44.0784379Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:44.0785039Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:44.0785645Z -- -------------------------- 2025-06-05T23:20:44.0786397Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:44.0788053Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:44.0789321Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.0790085Z CMake. 2025-06-05T23:20:44.0790401Z 2025-06-05T23:20:44.0790816Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.0791892Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.0792783Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.0793253Z 2025-06-05T23:20:44.0793490Z  2025-06-05T23:20:44.0793970Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:44.0794757Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:44.0795498Z -- Setting Clang compiler options 2025-06-05T23:20:44.0796983Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:44.0799103Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:44.0800372Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.0801094Z CMake. 2025-06-05T23:20:44.0801265Z 2025-06-05T23:20:44.0801635Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.0802611Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.0803453Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.0803950Z 2025-06-05T23:20:44.0804280Z  2025-06-05T23:20:44.0805415Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:44.0806991Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.0807777Z CMake. 2025-06-05T23:20:44.0807966Z 2025-06-05T23:20:44.0808384Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.0809413Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.0810292Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.0810749Z 2025-06-05T23:20:44.0810961Z  2025-06-05T23:20:44.0811347Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:44.0812019Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:44.0812652Z -- Found Threads: TRUE 2025-06-05T23:20:44.0813954Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:44.0815488Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.0816296Z CMake. 2025-06-05T23:20:44.0816508Z 2025-06-05T23:20:44.0816919Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.0817980Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.0818890Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.0819385Z 2025-06-05T23:20:44.0819605Z  2025-06-05T23:20:44.0819963Z -- Resolved buck2 as buck2. 2025-06-05T23:20:44.0820443Z -- Killing buck2 daemon 2025-06-05T23:20:44.0820869Z 'buck2 killall' 2025-06-05T23:20:44.0821318Z -- executorch: Generating source lists 2025-06-05T23:20:44.0822285Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:20:44.0823543Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:20:44.0824444Z -- Generating operator lib: 2025-06-05T23:20:44.0824923Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:44.0825652Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:44.0826428Z -- ROOT_OPS: 2025-06-05T23:20:44.0826769Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:44.0829256Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:20:44.0831572Z -- Generating kernel bindings: 2025-06-05T23:20:44.0832022Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:44.0832730Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:44.0833507Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:44.0833948Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:44.0837241Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:44.0840303Z -- Generating operator lib: 2025-06-05T23:20:44.0840777Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:44.0841408Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:44.0841917Z -- DEPS: executorch_core 2025-06-05T23:20:44.0842999Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:44.0844245Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.0845046Z CMake. 2025-06-05T23:20:44.0845223Z 2025-06-05T23:20:44.0845606Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.0846621Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.0847500Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.0847969Z 2025-06-05T23:20:44.0848189Z  2025-06-05T23:20:44.0848574Z -- Looking for C++ include unistd.h 2025-06-05T23:20:44.0849294Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:44.0849914Z -- Looking for C++ include stdint.h 2025-06-05T23:20:44.0850508Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:44.0851125Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:44.0851726Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:44.0852326Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:44.0852933Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:44.0853548Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:44.0854147Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:44.0854754Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:44.0855356Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:44.0855955Z -- Looking for C++ include stddef.h 2025-06-05T23:20:44.0856533Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:44.0857092Z -- Check size of uint32_t 2025-06-05T23:20:44.0857562Z -- Check size of uint32_t - done 2025-06-05T23:20:44.0858057Z -- Looking for strtoll 2025-06-05T23:20:44.0858500Z -- Looking for strtoll - found 2025-06-05T23:20:44.0859028Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:20:44.0859675Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:20:44.0861012Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:44.0862304Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.0863085Z CMake. 2025-06-05T23:20:44.0863288Z 2025-06-05T23:20:44.0863713Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.0864757Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.0865666Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.0866125Z 2025-06-05T23:20:44.0866319Z  2025-06-05T23:20:44.0866630Z -- pybind11 v2.13.6 2025-06-05T23:20:44.0867412Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:20:44.0868556Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:44.0869299Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:44.0869852Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:44.0870522Z -- Generating operator lib: 2025-06-05T23:20:44.0871219Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:44.0871968Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:44.0872722Z -- ROOT_OPS: 2025-06-05T23:20:44.0873279Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:44.0875695Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:20:44.0877979Z -- Generating kernel bindings: 2025-06-05T23:20:44.0878503Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:44.0878963Z -- FUNCTIONS_YAML: 2025-06-05T23:20:44.0879593Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:44.0880574Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:44.0887139Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:20:44.0892843Z -- Generating operator lib: 2025-06-05T23:20:44.0893791Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:44.0894299Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:20:44.0894836Z -- DEPS: executorch_core 2025-06-05T23:20:44.0895493Z -- Configuring done (9.6s) 2025-06-05T23:20:44.0895951Z -- Generating done (0.1s) 2025-06-05T23:20:44.0896571Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-06-05T23:20:44.0897512Z + cmake --build /pytorch/executorch/build-x86 -j7 --target install 2025-06-05T23:20:44.0898674Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:44.0899778Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:20:44.9919920Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:20:44.9921984Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:20:44.9923937Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:20:44.9925886Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:20:44.9927697Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:20:44.9928970Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:44.9929886Z [ 1%] No download step for 'flatcc_external_project' 2025-06-05T23:20:44.9930854Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:44.9931741Z [ 1%] No update step for 'flatcc_external_project' 2025-06-05T23:20:44.9932591Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:44.9933461Z [ 1%] No patch step for 'flatcc_external_project' 2025-06-05T23:20:44.9934437Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:44.9935533Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:20:44.9936320Z CMake Warning: 2025-06-05T23:20:44.9936838Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:44.9937322Z 2025-06-05T23:20:44.9937506Z  2025-06-05T23:20:44.9937880Z CMake Warning: 2025-06-05T23:20:44.9938390Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:44.9938873Z 2025-06-05T23:20:44.9939040Z  2025-06-05T23:20:44.9939762Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:44.9940767Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.9941486Z CMake. 2025-06-05T23:20:44.9941669Z 2025-06-05T23:20:44.9942067Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.9943017Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.9943882Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.9944336Z 2025-06-05T23:20:44.9944568Z  2025-06-05T23:20:44.9944972Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:44.9945776Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:44.9946709Z git describe failed with exit code: 128 2025-06-05T23:20:44.9947103Z 2025-06-05T23:20:44.9947403Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:44.9948065Z Call Stack (most recent call first): 2025-06-05T23:20:44.9948586Z CMakeLists.txt:5 (include) 2025-06-05T23:20:44.9948895Z 2025-06-05T23:20:44.9949108Z  2025-06-05T23:20:44.9949472Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:44.9950062Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:44.9951487Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:20:44.9952570Z -- Detecting C compiler ABI info 2025-06-05T23:20:44.9953904Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:20:44.9956167Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:20:44.9958063Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:20:44.9959205Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:44.9959827Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:44.9961167Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:20:44.9962939Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:20:44.9964024Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:44.9965364Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:20:44.9967289Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:20:44.9968644Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:44.9969375Z -- Detecting C compile features 2025-06-05T23:20:44.9969922Z -- Detecting C compile features - done 2025-06-05T23:20:44.9973163Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:44.9974148Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:44.9974878Z -- Setting Clang compiler options 2025-06-05T23:20:44.9976189Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:44.9977557Z -- Configuring done (0.3s) 2025-06-05T23:20:44.9978031Z -- Generating done (0.0s) 2025-06-05T23:20:44.9979350Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:20:44.9981252Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:20:44.9983506Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:20:44.9985050Z [ 4%] Performing build step for 'flatcc_external_project' 2025-06-05T23:20:44.9986214Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:44.9987852Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:20:44.9989084Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:44.9989754Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:44.9990527Z -- Detecting CXX compile features 2025-06-05T23:20:44.9991126Z -- Detecting CXX compile features - done 2025-06-05T23:20:44.9992496Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:20:44.9995025Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:20:44.9996479Z -- Looking for strtof_l 2025-06-05T23:20:44.9997388Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:44.9998860Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:20:45.0000740Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:20:45.0002758Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:20:45.0004363Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:45.0005885Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:20:45.0008048Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:20:45.0009472Z [ 7%] Linking C static library libpthreadpool.a 2025-06-05T23:20:45.0010578Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:45.0012218Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:20:45.0013344Z -- Looking for strtof_l - found 2025-06-05T23:20:45.0013888Z -- Looking for strtoull_l 2025-06-05T23:20:45.0015256Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:20:45.0016419Z [ 7%] Built target pthreadpool 2025-06-05T23:20:45.0017788Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:20:45.0019526Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:20:45.0021547Z [ 8%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:20:45.0023194Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:45.0024795Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:20:45.0026458Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:45.0028313Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:20:45.0030642Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:45.0032821Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:20:45.0034656Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:20:45.0035953Z [ 9%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:20:45.0037328Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:20:45.0039304Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:45.0040583Z [ 9%] Built target gflags_nothreads_static 2025-06-05T23:20:45.0041970Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:45.0043738Z [ 24%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:45.0044736Z -- Looking for strtoull_l - found 2025-06-05T23:20:45.0046180Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:20:45.0047404Z -- Looking for realpath 2025-06-05T23:20:45.0048872Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:45.0050678Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:20:45.0052266Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:20:46.4038965Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:20:46.4041237Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:46.4042688Z [ 30%] Built target flatccrt 2025-06-05T23:20:46.4043947Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:46.4046523Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:20:46.4048138Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:20:46.4049764Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:20:46.4051386Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:20:46.4053365Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:20:46.4055622Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:20:46.4057304Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:20:46.4058560Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:20:46.4060302Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:20:46.4061567Z -- Looking for realpath - found 2025-06-05T23:20:46.4062928Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:20:46.4064241Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:46.4064930Z -- Configuring done (1.0s) 2025-06-05T23:20:46.4065423Z -- Generating done (0.0s) 2025-06-05T23:20:46.4066852Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:20:46.4068831Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:20:46.4070944Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:20:46.4073130Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:20:46.4074790Z [ 12%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:46.4076458Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:20:46.4078109Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:46.4079291Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:20:46.4080861Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:20:46.4082346Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:20:46.4083521Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:20:46.4084605Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:20:46.4085932Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:20:46.4087157Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:46.4088097Z [ 14%] Linking C static library libcpuinfo.a 2025-06-05T23:20:46.4089069Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:46.4090267Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:20:46.4091111Z [ 14%] Built target cpuinfo_internals 2025-06-05T23:20:46.4092099Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:20:46.4093278Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:46.4093934Z [ 14%] Built target cpuinfo 2025-06-05T23:20:46.4094927Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:46.4096137Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:20:46.4097498Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:20:46.4098623Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:46.4099739Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:20:46.4100990Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:20:46.4102165Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:46.4103373Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:20:46.4104528Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:46.4105752Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:20:46.4107042Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:46.4108291Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:46.4109583Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:46.4111022Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:20:46.4112354Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:46.4113681Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:20:46.4114971Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:46.4116040Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:46.4117361Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:46.4118536Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:46.4119705Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:46.4120970Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:46.4122208Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:46.4123341Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:46.4124540Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:46.4125780Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:46.4127130Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:46.4128345Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:46.4129598Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:46.4130386Z [ 93%] Built target flatcc 2025-06-05T23:20:46.4131191Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:46.4132229Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:20:46.4133539Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:46.4135135Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:46.4136692Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:46.4138222Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:20:46.4139586Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:46.4140554Z [100%] Built target flatcc_cli 2025-06-05T23:20:46.4141591Z [ 14%] Performing install step for 'flatcc_external_project' 2025-06-05T23:20:46.4142640Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:46.4143421Z [ 21%] Built target flatccrt 2025-06-05T23:20:46.4144364Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:46.4145379Z [ 93%] Built target flatcc 2025-06-05T23:20:46.4145711Z [100%] Built target flatcc_cli 2025-06-05T23:20:46.4146199Z Install the project... 2025-06-05T23:20:46.4146618Z -- Install configuration: "" 2025-06-05T23:20:46.4147331Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:20:46.4148499Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:20:46.4149895Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:20:46.4151312Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:20:46.4152686Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:20:46.4153989Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:20:46.4155418Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:20:46.4156723Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:20:46.4158011Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:20:46.4159104Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:20:46.4160301Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:20:46.4273955Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:20:46.4275938Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:20:46.4277735Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:20:46.4279669Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:20:46.4281543Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:20:46.4283411Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:20:46.4285550Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:20:46.4287407Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:20:46.4289296Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:20:46.4291220Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:20:46.4293110Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:20:46.4294855Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:20:46.4296636Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:20:46.4298728Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:20:46.4300725Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:20:46.4302743Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:20:46.4304777Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:20:46.4306739Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:20:46.4308634Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:20:46.4310749Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:20:46.4312865Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:20:46.4314961Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:20:46.4317041Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:20:46.4319259Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:20:46.4321413Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:20:46.4323490Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:20:46.4325566Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:20:46.4327616Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:20:46.4329589Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:20:46.4331503Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:20:46.4333445Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:20:46.4335501Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:20:46.4337603Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:20:46.4339617Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:20:46.4341774Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:20:46.4343772Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:20:46.4345730Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:20:46.4347715Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:20:46.4349670Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:20:46.4351748Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:20:46.4353864Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:20:46.4355840Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:20:46.4357810Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:20:46.4359805Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:20:46.4361720Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:20:46.4363719Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:20:46.4365864Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:20:46.4367973Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:20:46.4369905Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:20:46.4372039Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:46.4373702Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:20:46.4375657Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:20:46.4377592Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:20:46.4379530Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:20:46.4381380Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:20:46.4383186Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:20:46.4385378Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:20:46.4387693Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:20:46.4389954Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:20:46.4392052Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:20:46.4394259Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:20:46.4396138Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:20:46.4398085Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:20:46.4399955Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:20:46.4401803Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:20:46.4403704Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:20:46.4405630Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:20:46.4407391Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:20:46.4408996Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:20:46.4410662Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:20:47.7329037Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:47.7330431Z [ 15%] Completed 'flatcc_external_project' 2025-06-05T23:20:47.7331650Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:47.7332656Z [ 15%] Built target flatcc_external_project 2025-06-05T23:20:47.7333800Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:47.7335350Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:47.7336989Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:47.7338492Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:47.7339996Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:47.7341552Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:47.7342791Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:47.7344472Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:47.7346108Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:47.7347236Z [100%] Linking CXX executable flatc 2025-06-05T23:20:47.7347865Z [ 17%] Built target flatccrt 2025-06-05T23:20:47.7348366Z [100%] Built target flatc 2025-06-05T23:20:47.7349204Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:47.7350024Z [100%] Built target flatc 2025-06-05T23:20:47.7350681Z Install the project... 2025-06-05T23:20:47.7351217Z -- Install configuration: "" 2025-06-05T23:20:47.7352298Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:47.7354316Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:20:47.7356110Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:20:47.7357867Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:20:47.7359491Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:20:47.7361284Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:20:47.7363781Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:20:47.7366030Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:20:47.7367991Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:20:47.7369859Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:20:47.7371849Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:20:47.7373759Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:20:47.7375729Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:20:47.7377849Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:20:47.7379777Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:20:47.7381815Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:20:47.7383848Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:20:47.7385663Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:20:47.7387424Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:20:47.7389273Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:20:47.7390471Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:20:47.7391528Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:20:47.7392532Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:20:47.7393534Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:20:47.7394598Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:20:47.7395636Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:20:47.7396643Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:20:47.7397662Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:20:47.7398624Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:20:47.7399589Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:20:47.7400534Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:20:47.7401498Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:20:47.7402516Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:20:47.7403524Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:20:47.7404764Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:20:47.7405907Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:20:47.7407103Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:20:47.7408134Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:47.7409067Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:20:47.7410218Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:20:47.7411273Z [ 19%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:47.7411688Z [ 19%] Built target flatbuffers_external_project 2025-06-05T23:20:47.7412131Z [ 20%] Generating common_schema headers 2025-06-05T23:20:47.7412572Z [ 20%] Generating qualcomm ir schema headers 2025-06-05T23:20:47.7413009Z [ 20%] Generating qnn_schema headers 2025-06-05T23:20:47.7413434Z [ 21%] Generating scalar_type_schema headers 2025-06-05T23:20:47.7413797Z [ 21%] Built target common_schema 2025-06-05T23:20:47.7414091Z [ 21%] Built target scalar_type_schema 2025-06-05T23:20:47.7414411Z [ 21%] Built target qnn_schema 2025-06-05T23:20:47.7414676Z [ 21%] Built target qcir 2025-06-05T23:20:47.7415029Z [ 21%] Generating program_schema headers 2025-06-05T23:20:47.7415479Z [ 21%] Generating flat_tensor_schema headers 2025-06-05T23:20:47.7416218Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:20:47.7417180Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:20:47.7417744Z [ 22%] Built target flat_tensor_schema 2025-06-05T23:20:47.7418068Z [ 22%] Built target program_schema 2025-06-05T23:20:47.7418661Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:47.7419745Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:47.7420706Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:47.7435910Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:47.7437279Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:47.7438714Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:47.7439884Z [ 23%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:20:47.7440678Z [ 23%] Linking CXX static library libqcir_utils.a 2025-06-05T23:20:47.7441068Z [ 23%] Built target qnn_executorch_logging 2025-06-05T23:20:47.7441714Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:47.7442251Z [ 23%] Built target qcir_utils 2025-06-05T23:20:47.7442832Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:49.2642149Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:20:49.2644474Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:20:49.2646672Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:20:49.2648810Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:49.2650472Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:20:49.2651765Z [ 26%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:20:49.2652844Z [ 26%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:20:49.2653814Z [ 26%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:20:49.2654571Z [ 26%] Built target qnn_sys_implementation 2025-06-05T23:20:49.2655204Z [ 26%] Built target qnn_implementation 2025-06-05T23:20:49.2656523Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:20:49.2658471Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:49.2660748Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:20:49.2662012Z [ 26%] Built target qnn_profiler 2025-06-05T23:20:49.2663273Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:20:49.2665213Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:20:49.2666561Z [ 27%] Linking CXX static library libutils.a 2025-06-05T23:20:49.2667773Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:49.2668769Z [ 27%] Built target utils 2025-06-05T23:20:49.2670089Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:20:49.2672678Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:20:49.2674378Z [ 27%] Linking CXX static library libshared_buffer.a 2025-06-05T23:20:49.2675702Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:49.2676717Z [ 27%] Built target shared_buffer 2025-06-05T23:20:49.2677456Z [ 28%] Linking CXX static library libwrappers.a 2025-06-05T23:20:49.2678885Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:49.2680283Z [ 29%] Linking CXX static library libqnn_logger.a 2025-06-05T23:20:49.2680958Z [ 29%] Built target wrappers 2025-06-05T23:20:49.2682201Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:49.2683311Z [ 29%] Built target qnn_logger 2025-06-05T23:20:49.2684796Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:20:49.2686829Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:49.2688486Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:49.2690024Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:49.2691583Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:49.2692879Z [ 31%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:20:49.2693649Z [ 31%] Built target qnn_backend_cache 2025-06-05T23:20:49.2694871Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:49.2696497Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:49.2698426Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:20:49.2700791Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:20:49.2703054Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:20:49.2705335Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:49.2707286Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:49.2709042Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:20:49.2711561Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:20:49.2713531Z [ 33%] Linking CXX static library libqnn_backend.a 2025-06-05T23:20:49.2714907Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:49.2715993Z [ 34%] Built target qnn_backend 2025-06-05T23:20:49.2717649Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:20:49.2719461Z [ 34%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:20:49.2720812Z [ 35%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:49.2721864Z [ 35%] Built target qnn_custom_protocol 2025-06-05T23:20:49.2722731Z [ 35%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:49.2723499Z [ 35%] Built target executorch_core 2025-06-05T23:20:49.2724673Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:49.2726403Z [ 35%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:20:49.2728436Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:20:49.2730572Z [ 35%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:20:49.2732740Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:20:49.2734306Z [ 35%] Linking CXX static library libqnn_device.a 2025-06-05T23:20:49.2735001Z [ 35%] Built target qnn_device 2025-06-05T23:20:49.2736375Z [ 35%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:20:49.2738475Z [ 35%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:20:49.2740708Z [ 35%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:20:49.2742376Z [ 36%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:20:49.2743754Z [ 36%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:49.2744804Z [ 36%] Built target extension_data_loader 2025-06-05T23:20:49.2746150Z [ 37%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:20:49.2748018Z [ 37%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:20:49.2749955Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:20:49.2752043Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:20:49.2754367Z [ 38%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:20:49.2755961Z [ 38%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:20:49.2757453Z [ 38%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:49.2758568Z [ 38%] Built target extension_flat_tensor 2025-06-05T23:20:49.2760013Z [ 39%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:20:49.2762076Z [ 39%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:20:49.2763576Z [ 39%] Linking CXX static library libextension_tensor.a 2025-06-05T23:20:49.2765252Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:20:49.2766733Z [ 39%] Built target extension_tensor 2025-06-05T23:20:49.2768117Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:20:49.2770236Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:20:49.2772521Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:20:49.2774109Z [ 39%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:20:49.2775097Z [ 40%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:49.2775818Z [ 40%] Built target extension_threadpool 2025-06-05T23:20:49.2777030Z [ 41%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:20:49.2778077Z [ 41%] Built target executorch 2025-06-05T23:20:49.2779732Z [ 41%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:20:51.5417509Z [ 41%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:20:51.5419688Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:20:51.5421763Z [ 41%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:20:51.5423820Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:20:51.5425387Z [ 42%] Linking CXX shared library libextension_module.so 2025-06-05T23:20:51.5427032Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:20:51.5428604Z [ 43%] Linking CXX static library libqnn_context.a 2025-06-05T23:20:51.5429332Z [ 43%] Built target qnn_context 2025-06-05T23:20:51.5430739Z [ 43%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:20:51.5432931Z [ 43%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:20:51.5434284Z [ 43%] Built target extension_module 2025-06-05T23:20:51.5435009Z [ 43%] Generating etdump headers 2025-06-05T23:20:51.5435970Z [ 43%] Linking CXX static library libextension_module_static.a 2025-06-05T23:20:51.5437376Z [ 43%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:20:51.5438426Z [ 43%] Built target extension_module_static 2025-06-05T23:20:51.5439502Z [ 43%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:20:51.5441247Z [ 44%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:20:51.5443476Z [ 45%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:20:51.5445478Z [ 45%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:20:51.5447482Z [ 45%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:20:51.5449420Z [ 45%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:20:51.5451517Z [ 45%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:20:51.5453656Z [ 46%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:20:51.5455895Z [ 46%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:20:51.5457954Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:20:51.5460015Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:20:51.5461488Z [ 47%] Linking CXX static library libetdump.a 2025-06-05T23:20:51.5462152Z [ 47%] Built target etdump 2025-06-05T23:20:51.5463521Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:20:51.5464971Z [ 47%] Generating bundled_program headers 2025-06-05T23:20:51.5466416Z [ 47%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:20:51.5468682Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:51.5472436Z [ 47%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:20:51.5473316Z [ 47%] Built target kernels_util_all_deps 2025-06-05T23:20:51.5474721Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:20:51.5477048Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:51.5479247Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:51.5480546Z [ 48%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:20:51.5481269Z [ 48%] Built target qnn_mem_manager 2025-06-05T23:20:51.5482674Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:20:51.5484208Z [ 48%] Linking CXX static library libbundled_program.a 2025-06-05T23:20:51.5485723Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:20:51.5486953Z [ 49%] Built target bundled_program 2025-06-05T23:20:51.5488305Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:20:51.5490244Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:51.5492235Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:20:51.5493666Z [ 49%] Linking CXX static library libqnn_graph.a 2025-06-05T23:20:51.5494349Z [ 49%] Built target qnn_graph 2025-06-05T23:20:51.5495718Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:20:51.5497745Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:20:51.5499846Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:20:51.5501652Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:20:51.5503534Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:20:51.5505503Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:20:51.5507416Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:20:51.5509282Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:20:51.5511163Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:51.5513112Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:20:51.5515003Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:20:51.5516826Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:20:51.5518581Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:20:51.5520001Z [ 52%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:20:51.5520776Z [ 52%] Built target quantized_kernels 2025-06-05T23:20:51.5522243Z [ 52%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:20:51.5524228Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:20:51.5526061Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:20:51.5527885Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:20:51.5529738Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:20:51.5531589Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:20:51.5532983Z [ 54%] Linking CXX static library libqnn_factory.a 2025-06-05T23:20:51.5533695Z [ 54%] Built target qnn_factory 2025-06-05T23:20:51.5534908Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:20:51.5536742Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:20:51.5538508Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:20:51.5540028Z [ 54%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:20:51.5541551Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:20:51.5543362Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:20:51.5545170Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:20:51.5546983Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:20:51.5548851Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:20:51.5551177Z [ 57%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:20:51.5552896Z [ 58%] Generating code for kernel registration 2025-06-05T23:20:51.5554536Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:20:51.5556459Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:20:51.5558381Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:20:54.7884792Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:54.7885756Z [ 58%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:20:54.7886170Z [ 58%] Built target qnn_dlc_manager 2025-06-05T23:20:54.7886971Z [ 59%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:20:54.7887880Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:20:54.7889069Z [ 60%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:54.7890354Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:20:54.7891824Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:20:54.7893326Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:20:54.7894980Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:20:54.7896825Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:20:54.7898219Z [ 61%] Linking CXX static library libqnn_manager.a 2025-06-05T23:20:54.7898840Z [ 61%] Built target qnn_manager 2025-06-05T23:20:54.7899604Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:20:54.7901541Z [ 61%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:20:54.7903630Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:20:54.7905730Z [ 61%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:20:54.7907199Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:20:54.7908242Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:20:54.7909040Z [ 62%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:20:54.7909876Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:20:54.7910938Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:20:54.7911983Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:20:54.7912613Z [ 63%] Built target qnn_executorch_backend 2025-06-05T23:20:54.7913374Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:20:54.7914403Z [ 63%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:54.7915310Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:54.7916254Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:54.7917244Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:54.7918273Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:20:54.7919392Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:20:54.7920383Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:20:54.7921344Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:54.7922335Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:20:54.7923326Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:20:54.7924353Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:20:54.7925300Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:20:54.7927286Z [ 65%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:20:54.7929237Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:20:54.7930248Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:20:54.7931208Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:20:54.7932157Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:20:54.7932866Z [ 66%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:20:54.7933693Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:20:54.7934290Z [ 67%] Built target quantized_ops_lib 2025-06-05T23:20:54.7935433Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:20:54.7936786Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:20:54.7937896Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:20:54.7938797Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:20:54.7939812Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:20:54.7941251Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:20:54.7942588Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:20:54.7944025Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:20:54.7945733Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:20:54.7947438Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:20:54.7949122Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:20:54.7950856Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:20:54.7952634Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:20:54.7954453Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:20:54.7956331Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:20:54.7958323Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:20:54.7959956Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:20:54.7961537Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:20:54.7963192Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:20:54.7964910Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:20:54.7966707Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:20:54.7968468Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:20:54.7970377Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:20:54.7972251Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:20:54.7973889Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:20:54.7975396Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:20:54.7977014Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:20:54.7978508Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:20:54.7979865Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:20:54.7981286Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:20:54.7982382Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:20:54.7983730Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:20:54.7985007Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:20:54.7986738Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:20:54.7988351Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:20:57.0917990Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:20:57.0919862Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:20:57.0921677Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:20:57.0923528Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:20:57.0925551Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:20:57.0927587Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:20:57.0929603Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:20:57.0931642Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:20:57.0933383Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:20:57.0934780Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:20:57.0936582Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:20:57.0938446Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:20:57.0940263Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:20:57.0942214Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:20:57.0944180Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:20:57.0945405Z [ 78%] Built target PyQnnWrapperAdaptor 2025-06-05T23:20:57.0946788Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:20:57.0948760Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:20:57.0950644Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:20:57.0952444Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:20:57.0954254Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:20:57.0955394Z [ 80%] Built target PyQnnManagerAdaptor 2025-06-05T23:20:57.0956756Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:20:57.0958636Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:20:57.0960627Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:20:57.0962626Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:20:57.0964469Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:20:57.0966227Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:20:57.0968007Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:20:57.0969884Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:20:57.0973698Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:20:57.0975750Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:20:57.0977806Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:20:57.0979710Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:20:57.0981470Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:20:57.0983268Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:20:57.0985037Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:20:57.0986816Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:20:57.0988662Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:20:57.0990580Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:20:57.0992488Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:20:57.0994596Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:20:57.0996486Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:20:57.0998280Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:20:57.1000037Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:20:57.1001787Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:20:57.1003413Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:20:57.1005288Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:20:57.1007348Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:20:57.1009093Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:20:57.1010830Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:20:57.1012464Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:20:57.1013789Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:20:57.1015114Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:20:57.1016371Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:20:57.1017647Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:20:57.1018940Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:20:57.1020318Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:20:57.1021654Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:20:57.1023102Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:20:57.1024661Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:20:57.1026316Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:20:57.1028133Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:20:57.1029871Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:20:57.1031810Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:20:57.1033661Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:20:57.1035549Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:20:57.1037548Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:20:57.1039612Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:20:57.1041370Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:20:57.1043231Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:20:57.1045344Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:20:57.1047196Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:20:57.1048959Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:20:57.1051061Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:20:57.1053539Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:21:00.2969951Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:21:00.2971957Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:21:00.2973246Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:21:00.2974328Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:21:00.2975545Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:21:00.2976732Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:21:00.2978031Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:21:00.2979187Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:21:00.2980315Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:21:00.2981463Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:21:00.2982639Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:21:00.2983846Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:21:00.2985102Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:21:00.2986242Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:00.2987368Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:21:00.2988544Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:21:00.2989702Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:21:00.2990927Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:21:00.2991849Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:21:00.2992250Z [ 97%] Built target portable_kernels 2025-06-05T23:21:00.2992881Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:21:00.2993438Z [ 97%] Generating code for kernel registration 2025-06-05T23:21:00.2994540Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:00.2995638Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:21:00.2996043Z [ 98%] Built target portable_ops_lib 2025-06-05T23:21:00.2997069Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:21:00.2998395Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:21:00.2999686Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:00.3001018Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:21:00.3002290Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:21:00.3003530Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:21:00.3004434Z [100%] Linking CXX executable executor_runner 2025-06-05T23:21:00.3005036Z [100%] Built target executor_runner 2025-06-05T23:21:00.3005456Z Install the project... 2025-06-05T23:21:00.3005746Z -- Install configuration: "Release" 2025-06-05T23:21:00.3006331Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-06-05T23:21:00.3006896Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-06-05T23:21:00.3007587Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:21:00.3008209Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-06-05T23:21:00.3008774Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-06-05T23:21:00.3009444Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:21:00.3010182Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:21:00.3010945Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:21:00.3011507Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-06-05T23:21:00.3012227Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-06-05T23:21:00.3012844Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-06-05T23:21:00.3013530Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-06-05T23:21:00.3014347Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-06-05T23:21:00.3015316Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:21:00.3016214Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-06-05T23:21:00.3016973Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-06-05T23:21:00.3017792Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-06-05T23:21:00.3018632Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-06-05T23:21:00.3019455Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-06-05T23:21:00.3020235Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-06-05T23:21:00.3021005Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:21:00.3021921Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:21:00.3022922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:21:00.3023850Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:00.3024703Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:21:00.3025603Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:00.3026640Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:21:00.3027868Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:21:00.3028925Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:21:00.3029873Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:00.3030882Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:21:00.3031974Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:21:00.3033110Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:21:00.3034288Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:21:00.3035555Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:21:00.3036527Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:21:00.3037450Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:21:00.3038281Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/function_ref.h 2025-06-05T23:21:00.3039183Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:21:00.3040103Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:21:00.3041011Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:21:00.3041903Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-06-05T23:21:00.3042856Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:21:00.3043952Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:21:00.3045032Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:21:00.3045879Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:21:00.3046816Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:21:00.3047788Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:00.3048712Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:21:00.3049842Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:21:00.3050766Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:00.3185437Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:21:00.3186516Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:21:00.3187542Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:21:00.3188531Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:21:00.3189486Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:21:00.3190568Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:21:00.3192012Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:21:00.3193107Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:21:00.3194204Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:21:00.3195219Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:21:00.3196291Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:21:00.3197353Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:21:00.3198329Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:21:00.3199183Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:21:00.3200121Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:21:00.3200996Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:21:00.3201924Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:21:00.3202894Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:21:00.3203989Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:21:00.3204998Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:21:00.3205974Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:21:00.3206917Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:21:00.3208232Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:21:00.3209541Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-06-05T23:21:00.3210293Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-06-05T23:21:00.3210973Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-06-05T23:21:00.3211650Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-06-05T23:21:00.3212350Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:21:00.3213155Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:21:00.3213925Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-06-05T23:21:00.3214568Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-06-05T23:21:00.3215286Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:21:00.3216112Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:21:00.3216964Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:21:00.3217818Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-06-05T23:21:00.3218571Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:21:00.3219931Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:21:00.3220988Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-06-05T23:21:00.3221795Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-06-05T23:21:00.3222515Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-06-05T23:21:00.3223242Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-06-05T23:21:00.3224005Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:21:00.3224767Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-06-05T23:21:00.3225499Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-06-05T23:21:00.3226195Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-06-05T23:21:00.3226979Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-06-05T23:21:00.3227733Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-06-05T23:21:00.3228621Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-06-05T23:21:00.3229423Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-06-05T23:21:00.3230725Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-06-05T23:21:00.3232079Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:21:00.3233256Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:21:00.3234055Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-06-05T23:21:00.3234770Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-06-05T23:21:00.3235639Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:21:00.3236615Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:21:00.3237419Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-06-05T23:21:00.3238203Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:21:00.3238939Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-06-05T23:21:00.3239617Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-06-05T23:21:00.3240398Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:21:00.3241187Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:21:00.3241997Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:21:00.3242764Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-06-05T23:21:00.3243441Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-06-05T23:21:00.3244214Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:21:00.3244994Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-06-05T23:21:00.3245779Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:21:00.3246631Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:21:00.3247316Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-06-05T23:21:00.3247848Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-06-05T23:21:00.3248483Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:21:00.3249295Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-06-05T23:21:00.3249987Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-06-05T23:21:00.3250504Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-06-05T23:21:00.3251082Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-06-05T23:21:00.3251672Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-06-05T23:21:00.3252255Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-06-05T23:21:00.3252831Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-06-05T23:21:00.3253415Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-06-05T23:21:00.3253979Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-06-05T23:21:00.3254664Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-06-05T23:21:00.3255238Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-06-05T23:21:00.3255965Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:21:00.3256778Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:21:00.3257415Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-06-05T23:21:02.2786021Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:21:02.2789541Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:02.2791579Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:02.2792937Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-06-05T23:21:02.2793710Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-06-05T23:21:02.2794520Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-06-05T23:21:02.2795346Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:21:02.2795911Z + EXAMPLE_ROOT=examples/qualcomm 2025-06-05T23:21:02.2796570Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-06-05T23:21:02.2797259Z + echo 'Update tokenizers submodule...' 2025-06-05T23:21:02.2797589Z Update tokenizers submodule... 2025-06-05T23:21:02.2797920Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-06-05T23:21:02.2798447Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-06-05T23:21:02.2798941Z + git submodule update --init 2025-06-05T23:21:02.2799199Z + popd 2025-06-05T23:21:02.2799421Z /pytorch/executorch/build-x86 2025-06-05T23:21:02.2800806Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-06-05T23:21:02.2802261Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:02.2802667Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:02.2803019Z -- Detecting C compiler ABI info 2025-06-05T23:21:02.2803343Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:02.2803731Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:02.2804407Z -- Detecting C compile features 2025-06-05T23:21:02.2805081Z -- Detecting C compile features - done 2025-06-05T23:21:02.2805612Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:02.2806142Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:02.2806844Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:02.2807570Z -- Detecting CXX compile features 2025-06-05T23:21:02.2808116Z -- Detecting CXX compile features - done 2025-06-05T23:21:02.2809187Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-06-05T23:21:02.2810168Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:21:02.2811066Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:21:02.2811625Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:21:02.2812174Z 2025-06-05T23:21:02.2812298Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:21:02.2812524Z 2025-06-05T23:21:02.2812684Z /pytorch/executorch/examples/qualcomm/../.. 2025-06-05T23:21:02.2812920Z 2025-06-05T23:21:02.2813062Z Environment variable EXECUTORCH_ROOT is set to: 2025-06-05T23:21:02.2813327Z 2025-06-05T23:21:02.2813424Z /pytorch/executorch 2025-06-05T23:21:02.2813581Z 2025-06-05T23:21:02.2813831Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:21:02.2814275Z .cmake module might still use it. 2025-06-05T23:21:02.2814689Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:21:02.2815166Z  2025-06-05T23:21:02.2815440Z coreml_util library is not found. 2025-06-05T23:21:02.2815925Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2816418Z coreml_inmemoryfs library is not found. 2025-06-05T23:21:02.2816914Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2817393Z coremldelegate library is not found. 2025-06-05T23:21:02.2817889Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2818343Z mpsdelegate library is not found. 2025-06-05T23:21:02.2818821Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2819281Z neuron_backend library is not found. 2025-06-05T23:21:02.2819771Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2820222Z custom_ops library is not found. 2025-06-05T23:21:02.2820691Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2821192Z extension_runner_util library is not found. 2025-06-05T23:21:02.2821694Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2822184Z extension_training library is not found. 2025-06-05T23:21:02.2822676Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2823155Z xnnpack_backend library is not found. 2025-06-05T23:21:02.2823640Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2824100Z XNNPACK library is not found. 2025-06-05T23:21:02.2824547Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2825029Z microkernels-prod library is not found. 2025-06-05T23:21:02.2825521Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2825971Z kleidiai library is not found. 2025-06-05T23:21:02.2826435Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2826892Z vulkan_backend library is not found. 2025-06-05T23:21:02.2827379Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2827846Z optimized_kernels library is not found. 2025-06-05T23:21:02.2828340Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2828939Z optimized_portable_kernels library is not found. 2025-06-05T23:21:02.2829464Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2829927Z cpublas library is not found. 2025-06-05T23:21:02.2830469Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2830937Z eigen_blas library is not found. 2025-06-05T23:21:02.2831402Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2831887Z optimized_ops_lib library is not found. 2025-06-05T23:21:02.2832382Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2832901Z optimized_native_cpu_ops_lib library is not found. 2025-06-05T23:21:02.2833440Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2834349Z quantized_ops_aot_lib library is not found. 2025-06-05T23:21:02.2834866Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:21:02.2835708Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-06-05T23:21:02.2836347Z -- Generating operator lib: 2025-06-05T23:21:02.2836711Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:21:02.2837002Z -- OPS_SCHEMA_YAML: 2025-06-05T23:21:02.2837309Z -- ROOT_OPS: 2025-06-05T23:21:02.2837530Z -- INCLUDE_ALL_OPS: ON 2025-06-05T23:21:02.2838600Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-06-05T23:21:02.2839530Z -- Generating kernel bindings: 2025-06-05T23:21:02.2839826Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:21:02.2840361Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-06-05T23:21:02.2840911Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:02.2841174Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:02.2841466Z -- Generating operator lib: 2025-06-05T23:21:02.2841748Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:21:02.2842044Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:21:02.2842332Z -- DEPS: executorch 2025-06-05T23:21:02.2842684Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:21:02.2843366Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:21:02.2843906Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:21:02.2844313Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:21:02.2844706Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:21:02.2845070Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:21:02.2845426Z -- Found Threads: TRUE 2025-06-05T23:21:02.2846486Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-06-05T23:21:02.2848925Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-06-05T23:21:02.2850524Z 2025-06-05T23:21:02.2850748Z  2025-06-05T23:21:02.2851122Z -- Configuring done (1.2s) 2025-06-05T23:21:02.2851614Z -- Generating done (0.3s) 2025-06-05T23:21:02.2852377Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-06-05T23:21:02.2853290Z + cmake --build examples/qualcomm -j7 2025-06-05T23:21:02.2854285Z [ 0%] Generating selected_operators.yaml for full_portable_ops_lib 2025-06-05T23:21:02.2855784Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:21:02.2857585Z [ 2%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:21:02.2858890Z [ 2%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:21:02.2859955Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:21:02.2860949Z [ 3%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-06-05T23:21:02.2862067Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-06-05T23:21:02.2862931Z [ 4%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:21:02.2863520Z [ 4%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:21:02.2863935Z [ 4%] Built target utf8_for_code_point 2025-06-05T23:21:02.2864247Z [ 4%] Built target spinlock_wait 2025-06-05T23:21:02.2864679Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:21:02.2865939Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-06-05T23:21:02.2868088Z [ 4%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:21:03.3021019Z [ 4%] Built target strerror 2025-06-05T23:21:03.3022506Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:21:03.3023878Z [ 4%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:21:03.3024646Z [ 4%] Built target log_severity 2025-06-05T23:21:03.3026218Z [ 4%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:21:03.3028365Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-06-05T23:21:03.3029805Z [ 4%] Generating code for kernel registration 2025-06-05T23:21:03.3030863Z [ 4%] Linking CXX static library libabsl_int128.a 2025-06-05T23:21:03.3031851Z [ 5%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:21:03.3032561Z [ 5%] Built target int128 2025-06-05T23:21:03.3033044Z [ 5%] Built target leak_check 2025-06-05T23:21:03.3034341Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-06-05T23:21:03.3036307Z [ 6%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:21:03.3037964Z [ 6%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:21:03.3039207Z [ 7%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:21:03.3040282Z [ 7%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:21:03.3041062Z [ 7%] Built target flags_commandlineflag_internal 2025-06-05T23:21:03.3041701Z [ 7%] Built target civil_time 2025-06-05T23:21:03.3042236Z [ 7%] Built target exponential_biased 2025-06-05T23:21:03.3043691Z [ 7%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-06-05T23:21:03.3045745Z [ 7%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-06-05T23:21:03.3047948Z [ 7%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-06-05T23:21:03.3050118Z [ 7%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-06-05T23:21:03.3051742Z [ 8%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:21:03.3052976Z [ 8%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:21:03.3053861Z [ 8%] Built target log_internal_nullguard 2025-06-05T23:21:03.3055289Z [ 9%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:21:03.3056852Z [ 9%] Built target random_internal_platform 2025-06-05T23:21:03.3058474Z [ 9%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-06-05T23:21:03.3060640Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-06-05T23:21:03.3062348Z [ 10%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:21:03.3063259Z [ 10%] Built target random_seed_gen_exception 2025-06-05T23:21:03.3064714Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-06-05T23:21:03.3066826Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-06-05T23:21:03.3069150Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-06-05T23:21:03.3072992Z [ 10%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:21:03.3073871Z [ 11%] Built target raw_logging_internal 2025-06-05T23:21:03.3074852Z [ 11%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:21:03.3076615Z [ 11%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:21:03.3078882Z [ 12%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-06-05T23:21:03.3081248Z [ 12%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-06-05T23:21:03.3082665Z [ 12%] Built target decode_rust_punycode 2025-06-05T23:21:03.3083859Z [ 12%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-06-05T23:21:03.3085359Z [ 12%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:21:03.3086382Z [ 13%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:21:03.3087457Z [ 13%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:21:03.3088272Z [ 13%] Built target periodic_sampler 2025-06-05T23:21:03.3089487Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:21:03.3090589Z [ 14%] Built target bad_any_cast_impl 2025-06-05T23:21:03.3091966Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:21:03.3093811Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:21:03.3094697Z [ 15%] Built target time_zone 2025-06-05T23:21:03.3096038Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-06-05T23:21:03.3097688Z [ 15%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:21:03.3098609Z [ 15%] Built target random_internal_randen_slow 2025-06-05T23:21:03.3100218Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:21:03.3102507Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:21:03.3104133Z [ 15%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:21:03.3105219Z [ 15%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:21:03.3105884Z [ 15%] Built target scoped_set_env 2025-06-05T23:21:03.3107333Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:21:03.3108651Z [ 16%] Built target throw_delegate 2025-06-05T23:21:03.3109692Z [ 16%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:21:03.3111737Z [ 17%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:21:03.3113029Z [ 17%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:21:03.3114517Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:21:03.3116278Z [ 17%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:21:03.3118136Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:21:03.3120077Z [ 17%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:21:03.3121725Z [ 17%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:21:03.3122901Z [ 17%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:21:03.3123723Z [ 17%] Built target bad_variant_access 2025-06-05T23:21:03.3124289Z [ 17%] Built target debugging_internal 2025-06-05T23:21:03.3125676Z [ 18%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:21:03.3127172Z [ 18%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:21:03.3128903Z [ 19%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-06-05T23:21:03.3130230Z [ 19%] Built target demangle_rust 2025-06-05T23:21:03.3131483Z [ 19%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:21:03.3132946Z [ 20%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:21:03.3134491Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:21:03.3135687Z [ 21%] Built target bad_optional_access 2025-06-05T23:21:03.3136718Z [ 21%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:21:03.3138469Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:21:03.3139789Z [ 21%] Built target random_internal_randen_hwaes 2025-06-05T23:21:03.3141268Z [ 21%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:21:03.3142794Z [ 22%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:21:03.3143574Z [ 22%] Built target stacktrace 2025-06-05T23:21:03.3144409Z [ 22%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:21:03.3145431Z [ 22%] Linking CXX static library libabsl_base.a 2025-06-05T23:21:03.3146139Z [ 22%] Built target cordz_functions 2025-06-05T23:21:03.3146689Z [ 22%] Built target base 2025-06-05T23:21:03.3148043Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:21:03.3150049Z [ 22%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:21:03.3152038Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:21:03.3153906Z [ 22%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:21:03.3155426Z [ 22%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:21:03.3156258Z [ 22%] Built target demangle_internal 2025-06-05T23:21:03.3157203Z [ 22%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:21:04.8717795Z [ 22%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-06-05T23:21:04.8719070Z [ 22%] Built target random_internal_randen 2025-06-05T23:21:04.8720480Z [ 22%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:21:04.8721756Z [ 22%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:21:04.8722518Z [ 22%] Built target tracing_internal 2025-06-05T23:21:04.8723777Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:21:04.8725301Z [ 23%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-06-05T23:21:04.8726671Z [ 23%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:21:04.8727676Z [ 24%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:21:04.8728649Z [ 24%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:21:04.8729544Z [ 24%] Built target crc_cpu_detect 2025-06-05T23:21:04.8730825Z [ 25%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:21:04.8732000Z [ 25%] Built target malloc_internal 2025-06-05T23:21:04.8732507Z [ 25%] Built target string_view 2025-06-05T23:21:04.8733878Z [ 25%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:21:04.8735726Z [ 25%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:21:04.8737847Z [ 25%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:21:04.8739505Z [ 26%] Linking CXX static library libabsl_city.a 2025-06-05T23:21:04.8740174Z [ 26%] Built target city 2025-06-05T23:21:04.8741167Z [ 27%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:21:04.8742473Z [ 27%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:21:04.8743256Z [ 27%] Built target log_internal_conditions 2025-06-05T23:21:04.8744011Z [ 28%] Linking CXX static library libabsl_poison.a 2025-06-05T23:21:04.8745301Z [ 28%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-06-05T23:21:04.8746353Z [ 28%] Built target poison 2025-06-05T23:21:04.8747068Z [ 28%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:21:04.8748064Z [ 28%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:21:04.8748754Z [ 28%] Built target low_level_hash 2025-06-05T23:21:04.8749252Z [ 28%] Built target strings_internal 2025-06-05T23:21:04.8750387Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:21:04.8751898Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:21:04.8753407Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:21:04.8754700Z [ 29%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:21:04.8755470Z [ 29%] Built target graphcycles_internal 2025-06-05T23:21:04.8756704Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:21:04.8758487Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:21:04.8759881Z [ 30%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:21:04.8760560Z [ 30%] Built target crc_internal 2025-06-05T23:21:04.8761980Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:21:04.8763941Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:21:04.8765848Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:21:04.8767545Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:21:04.8769079Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:21:04.8772470Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:21:04.8774196Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:21:04.8775838Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:21:04.8777434Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:21:04.8778968Z [ 33%] Linking CXX static library libabsl_strings.a 2025-06-05T23:21:04.8779664Z [ 33%] Built target strings 2025-06-05T23:21:04.8780794Z [ 33%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:21:04.8782432Z [ 33%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:21:04.8783960Z [ 35%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:21:04.8785821Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-06-05T23:21:04.8787866Z [ 35%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:21:04.8789791Z [ 35%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:21:04.8791251Z [ 35%] Linking CXX static library libabsl_hash.a 2025-06-05T23:21:04.8792997Z [ 35%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:04.8794443Z [ 35%] Built target hash 2025-06-05T23:21:04.8795820Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-06-05T23:21:04.8797322Z [ 36%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:21:04.8798348Z [ 36%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:21:04.8799162Z [ 36%] Built target log_internal_proto 2025-06-05T23:21:04.8800099Z [ 37%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:21:04.8800914Z [ 37%] Built target symbolize 2025-06-05T23:21:04.8802401Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-06-05T23:21:04.8804751Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-06-05T23:21:04.8806706Z [ 38%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:21:04.8807700Z [ 38%] Built target flags_commandlineflag 2025-06-05T23:21:04.8809226Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-06-05T23:21:04.8811260Z [ 39%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:21:04.8812799Z [ 40%] Linking CXX static library libfull_portable_ops_lib.a 2025-06-05T23:21:04.8813638Z [ 40%] Built target full_portable_ops_lib 2025-06-05T23:21:04.8815084Z [ 40%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:21:04.8817209Z [ 40%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:21:04.8819561Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-06-05T23:21:04.8821211Z [ 41%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:21:04.8822552Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:21:04.8823491Z [ 41%] Built target log_internal_fnmatch 2025-06-05T23:21:04.8824612Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:21:04.8826542Z [ 41%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-06-05T23:21:04.8828671Z [ 41%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-06-05T23:21:04.8830302Z [ 41%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:21:04.8832492Z [ 41%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:21:04.8834450Z [ 42%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:21:04.8835312Z [ 42%] Built target str_format_internal 2025-06-05T23:21:04.8837045Z [ 42%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:04.8838610Z [ 42%] Built target random_distributions 2025-06-05T23:21:04.8840332Z [ 43%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-06-05T23:21:04.8842308Z [ 44%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:21:04.8844352Z [ 45%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-06-05T23:21:04.8847024Z [ 45%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:21:04.8849824Z [ 45%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:21:04.8851928Z [ 46%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:21:04.8852898Z [ 46%] Built target random_internal_seed_material 2025-06-05T23:21:05.8635528Z [ 46%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:21:05.8636506Z [ 46%] Linking CXX static library libabsl_time.a 2025-06-05T23:21:05.8636921Z [ 46%] Built target time 2025-06-05T23:21:05.8637708Z [ 47%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:21:05.8638769Z [ 48%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:21:05.8639500Z [ 48%] Linking CXX static library libcustom_ops.a 2025-06-05T23:21:05.8640411Z [ 48%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-06-05T23:21:05.8641589Z [ 48%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:21:05.8642187Z [ 48%] Built target custom_ops 2025-06-05T23:21:05.8642902Z [ 49%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-06-05T23:21:05.8643778Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:21:05.8644646Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:21:05.8647219Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:21:05.8649069Z const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:21:05.8649408Z ^ 2025-06-05T23:21:05.8650133Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:21:05.8650952Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:21:05.8651248Z ^ 2025-06-05T23:21:05.8651873Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:21:05.8652969Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:21:05.8653693Z ^ 2025-06-05T23:21:05.8654479Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:21:05.8656506Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:21:05.8659148Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:68:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:21:05.8661342Z const NamedDataMap* get_named_data_map() const { 2025-06-05T23:21:05.8661908Z ^ 2025-06-05T23:21:05.8663187Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:21:05.8664756Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:21:05.8665274Z ^ 2025-06-05T23:21:05.8666484Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:21:05.8668144Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:21:05.8668933Z ^ 2025-06-05T23:21:05.8669751Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:21:05.8671873Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:21:05.8674473Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:76:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:21:05.8676574Z const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:21:05.8677190Z ^ 2025-06-05T23:21:05.8678564Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:21:05.8680211Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:21:05.8680705Z ^ 2025-06-05T23:21:05.8681930Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:21:05.8683653Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:21:05.8684449Z ^ 2025-06-05T23:21:05.8684808Z 3 warnings generated. 2025-06-05T23:21:05.8685598Z [ 50%] Linking CXX executable qnn_executor_runner 2025-06-05T23:21:05.8687063Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:21:05.8688249Z [ 50%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:21:05.8688871Z [ 50%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:21:05.8689524Z [ 50%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:21:05.8689993Z [ 50%] Built target examine_stack 2025-06-05T23:21:05.8690339Z [ 50%] Built target flags_private_handle_accessor 2025-06-05T23:21:05.8691216Z [ 51%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:21:05.8692128Z [ 51%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:21:05.8692666Z [ 51%] Built target flags_marshalling 2025-06-05T23:21:05.8693417Z [ 51%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-06-05T23:21:05.8694609Z [ 51%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-06-05T23:21:05.8695919Z [ 51%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-06-05T23:21:05.8696920Z [ 52%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:21:05.8697653Z [ 52%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:21:05.8698217Z [ 52%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:21:05.8698639Z [ 52%] Built target random_internal_pool_urbg 2025-06-05T23:21:05.8699489Z [ 53%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-06-05T23:21:05.8700702Z [ 53%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:21:05.8701389Z [ 53%] Built target log_internal_globals 2025-06-05T23:21:05.8701698Z [ 53%] Built target log_entry 2025-06-05T23:21:05.8702110Z [ 53%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:21:05.8702881Z [ 54%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:21:05.8703897Z [ 54%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-06-05T23:21:05.8704774Z [ 55%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:21:05.8705276Z [ 55%] Built target crc32c 2025-06-05T23:21:05.8705609Z [ 55%] Built target random_internal_distribution_test_util 2025-06-05T23:21:05.8706244Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:21:05.8707142Z [ 56%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-06-05T23:21:05.8707742Z [ 56%] Built target qnn_executor_runner 2025-06-05T23:21:05.8708260Z [ 56%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:21:05.8709255Z [ 56%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:21:05.8710155Z [ 56%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:21:05.8710780Z [ 56%] Built target failure_signal_handler 2025-06-05T23:21:05.8711113Z [ 56%] Built target random_seed_sequences 2025-06-05T23:21:05.8711455Z [ 56%] Built target log_internal_format 2025-06-05T23:21:05.8711974Z [ 56%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:21:05.8712436Z [ 56%] Built target kernel_timeout_internal 2025-06-05T23:21:05.8713040Z [ 56%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:21:05.8714264Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:21:05.8716005Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:21:05.8718187Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:21:05.8720573Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:21:05.8722487Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:21:05.8723238Z [ 57%] Built target log_sink 2025-06-05T23:21:05.8724025Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:21:05.8724881Z [ 57%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:21:05.8725303Z [ 57%] Built target crc_cord_state 2025-06-05T23:21:05.8725999Z [ 58%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:21:05.8727089Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:21:05.8728241Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:21:05.8729494Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:21:08.0105758Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:21:08.0108188Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:21:08.0110210Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:21:08.0112166Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:21:08.0114306Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-06-05T23:21:08.0116543Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-06-05T23:21:08.0118625Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-06-05T23:21:08.0120675Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-06-05T23:21:08.0122244Z [ 61%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:21:08.0123027Z [ 61%] Built target synchronization 2025-06-05T23:21:08.0124582Z [ 61%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:21:08.0126725Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:21:08.0129155Z [ 62%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-06-05T23:21:08.0131649Z [ 63%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-06-05T23:21:08.0133701Z [ 63%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:21:08.0135237Z [ 63%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:21:08.0135999Z [ 63%] Built target cord_internal 2025-06-05T23:21:08.0136873Z [ 63%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:21:08.0137686Z [ 63%] Built target flags_program_name 2025-06-05T23:21:08.0138948Z [ 64%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:21:08.0140324Z [ 65%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:21:08.0141439Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:21:08.0142624Z [ 66%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:21:08.0143440Z [ 66%] Built target cordz_handle 2025-06-05T23:21:08.0143997Z [ 66%] Built target vlog_config_internal 2025-06-05T23:21:08.0144899Z [ 66%] Built target hashtablez_sampler 2025-06-05T23:21:08.0146273Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:21:08.0148029Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:21:08.0149228Z [ 66%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:21:08.0149975Z [ 66%] Built target flags_config 2025-06-05T23:21:08.0151285Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:21:08.0152652Z [ 66%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:21:08.0153625Z [ 66%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:21:08.0154601Z [ 66%] Built target cordz_info 2025-06-05T23:21:08.0155097Z [ 66%] Built target log_globals 2025-06-05T23:21:08.0156111Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:21:08.0157666Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:21:08.0159603Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-06-05T23:21:08.0161483Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:21:08.0163360Z [ 67%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-06-05T23:21:08.0165272Z [ 68%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:21:08.0166660Z [ 68%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:21:08.0167439Z [ 68%] Built target flags_internal 2025-06-05T23:21:08.0168346Z [ 69%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:21:08.0169175Z [ 69%] Built target cordz_sample_token 2025-06-05T23:21:08.0170167Z [ 69%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:21:08.0171781Z [ 69%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:21:08.0172585Z [ 69%] Built target log_internal_log_sink_set 2025-06-05T23:21:08.0173976Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-06-05T23:21:08.0175191Z [ 70%] Built target log_initialize 2025-06-05T23:21:08.0175973Z [ 70%] Linking CXX static library libabsl_cord.a 2025-06-05T23:21:08.0176636Z [ 70%] Built target cord 2025-06-05T23:21:08.0177881Z [ 70%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-06-05T23:21:08.0179579Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:21:08.0181242Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:21:08.0183126Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:21:08.0184613Z [ 70%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:21:08.0185472Z [ 70%] Built target log_internal_message 2025-06-05T23:21:08.0186694Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:21:08.0188535Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-06-05T23:21:08.0190063Z [ 70%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:21:08.0190906Z [ 70%] Built target raw_hash_set 2025-06-05T23:21:08.0191676Z [ 71%] Linking CXX static library libabsl_status.a 2025-06-05T23:21:08.0193229Z [ 71%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:21:08.0194333Z [ 71%] Built target status 2025-06-05T23:21:08.0195427Z [ 71%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:21:08.0196824Z [ 72%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:21:08.0197939Z [ 72%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:21:08.0198664Z [ 72%] Built target die_if_null 2025-06-05T23:21:08.0199214Z [ 72%] Built target log_internal_check_op 2025-06-05T23:21:08.0200132Z [ 72%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:21:08.0201168Z [ 72%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:21:08.0201908Z [ 72%] Built target flags_reflection 2025-06-05T23:21:08.0203416Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:21:08.0205123Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:21:08.0206024Z [ 72%] Built target statusor 2025-06-05T23:21:08.0206909Z [ 72%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:21:08.0208078Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:21:08.0209227Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:21:08.0210340Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:21:08.0211527Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:21:08.0212764Z [ 74%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:21:08.0213597Z [ 74%] Built target flags_usage_internal 2025-06-05T23:21:08.0214591Z [ 75%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:21:08.0215707Z [ 76%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:21:08.0216983Z [ 77%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:21:08.0218321Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:21:08.0219092Z [ 77%] Built target log_flags 2025-06-05T23:21:08.0219967Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:21:08.0221110Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:21:08.0222316Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:21:08.0223568Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:21:08.0224832Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:21:08.0226062Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:21:08.0227116Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:21:08.0228165Z [ 79%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:21:08.0228871Z [ 79%] Built target flags_usage 2025-06-05T23:21:08.0229756Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:21:08.0231222Z [ 79%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:21:08.0232543Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:21:08.0233707Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:21:08.0234905Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:21:08.0236127Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:21:08.0237487Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:21:09.6731486Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:21:09.6733451Z [ 82%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:21:09.6734255Z [ 82%] Built target flags_parse 2025-06-05T23:21:09.6735177Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:21:09.6736246Z [ 83%] Linking CXX static library libre2.a 2025-06-05T23:21:09.6736891Z [ 83%] Built target re2 2025-06-05T23:21:09.6738046Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-06-05T23:21:09.6739883Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-06-05T23:21:09.6741988Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-06-05T23:21:09.6744675Z [ 84%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-06-05T23:21:09.6747198Z [ 84%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-06-05T23:21:09.6749302Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/decoder_runner.cpp.o 2025-06-05T23:21:09.6751352Z [ 84%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-06-05T23:21:09.6753358Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/prompt_processor.cpp.o 2025-06-05T23:21:09.6755490Z [ 84%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-06-05T23:21:09.6757657Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/token_generator.cpp.o 2025-06-05T23:21:09.6759567Z [ 84%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/rpc_mem.cpp.o 2025-06-05T23:21:09.6761483Z [ 84%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-06-05T23:21:09.6763329Z [ 85%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/kv_manager.cpp.o 2025-06-05T23:21:09.6765200Z [ 86%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:21:09.6767682Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:21:09.6771063Z [ 86%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:21:09.6773868Z [ 86%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:09.6776677Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:09.6779054Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:21:09.6780626Z [ 88%] Linking CXX executable qaihub_stable_diffusion_runner 2025-06-05T23:21:09.6782514Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:21:09.6785036Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:21:09.6787805Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:21:09.6791173Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:21:09.6792991Z [ 90%] Built target qaihub_stable_diffusion_runner 2025-06-05T23:21:09.6795011Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:21:09.6798041Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:21:09.6801115Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:21:09.6804075Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:21:09.6807253Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:21:09.6810274Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:09.6813111Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:21:09.6815983Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:21:09.6819063Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:21:09.6822180Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:21:09.6825053Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:21:09.6827852Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:21:09.6830789Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:21:09.6833874Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:21:09.6836925Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:21:09.6840016Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:21:09.6842563Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:21:09.6845447Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:21:09.6848464Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:21:09.6851312Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:21:09.6854404Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:21:09.6857255Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:21:09.6859991Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:21:09.6863234Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:21:09.6866702Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:21:09.6869997Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:21:09.6873344Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:21:09.6876785Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:21:13.4307537Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:21:13.4310462Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:21:13.4313260Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:21:13.4314380Z [ 98%] Linking CXX executable qnn_llama_runner 2025-06-05T23:21:13.4314898Z [ 99%] Linking CXX executable qaihub_llama3_8b_runner 2025-06-05T23:21:13.4315426Z [100%] Linking CXX executable qaihub_llama2_7b_runner 2025-06-05T23:21:13.4315837Z [100%] Built target qaihub_llama3_8b_runner 2025-06-05T23:21:13.4316170Z [100%] Built target qaihub_llama2_7b_runner 2025-06-05T23:21:13.4316500Z [100%] Built target qnn_llama_runner 2025-06-05T23:21:13.4316793Z + set_up_aot 2025-06-05T23:21:13.4317008Z + cd /pytorch/executorch 2025-06-05T23:21:13.4317280Z + '[' '!' -d cmake-out ']' 2025-06-05T23:21:13.4317530Z + mkdir cmake-out 2025-06-05T23:21:13.4317761Z + pushd cmake-out 2025-06-05T23:21:13.4318046Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:21:13.4319600Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DANDROID_NATIVE_API_LEVEL=30 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 2025-06-05T23:21:13.4321152Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:13.4321528Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:13.4321892Z -- Detecting C compiler ABI info 2025-06-05T23:21:13.4322194Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:13.4322591Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:13.4322978Z -- Detecting C compile features 2025-06-05T23:21:13.4323286Z -- Detecting C compile features - done 2025-06-05T23:21:13.4323600Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:13.4323920Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:13.4324333Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:13.4324723Z -- Detecting CXX compile features 2025-06-05T23:21:13.4325274Z -- Detecting CXX compile features - done 2025-06-05T23:21:13.4325595Z -- --- Configured Options --- 2025-06-05T23:21:13.4325780Z 2025-06-05T23:21:13.4325913Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:21:13.4326263Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:21:13.4326634Z -- CMAKE_BUILD_TYPE : Debug 2025-06-05T23:21:13.4326995Z -- PYTHON_EXECUTABLE : python3 2025-06-05T23:21:13.4327369Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:21:13.4327741Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:21:13.4328091Z -- BUCK2 x (unset) 2025-06-05T23:21:13.4328445Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:21:13.4328796Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:21:13.4329279Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:21:13.4329645Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:21:13.4330310Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:21:13.4330960Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:21:13.4331324Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-06-05T23:21:13.4331696Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:21:13.4332051Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:21:13.4332420Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:21:13.4332773Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:21:13.4333140Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:21:13.4333501Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:21:13.4333875Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:21:13.4334258Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:21:13.4334616Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:21:13.4334987Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:21:13.4335346Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:21:13.4335716Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:21:13.4336073Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:21:13.4336444Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:21:13.4336794Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:21:13.4337150Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:21:13.4337510Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:21:13.4337859Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:21:13.4338213Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:21:13.4338560Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:21:13.4338937Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:21:13.4339289Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:21:13.4339649Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:21:13.4339988Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:21:13.4340344Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:21:13.4340704Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:21:13.4341048Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:21:13.4341404Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:21:13.4341752Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:21:13.4342104Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:21:13.4342442Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:21:13.4342799Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:21:13.4343154Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:21:13.4343512Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:21:13.4343882Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:21:13.4344322Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:21:13.4344689Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:21:13.4345047Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:21:13.4345422Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:21:13.4345798Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:21:13.4346127Z -- -------------------------- 2025-06-05T23:21:13.4346566Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:21:13.4347433Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:13.4348111Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:13.4348530Z CMake. 2025-06-05T23:21:13.4348658Z 2025-06-05T23:21:13.4348881Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:13.4349523Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:13.4350010Z to work with policies introduced by or earlier. 2025-06-05T23:21:13.4350384Z 2025-06-05T23:21:13.4350504Z  2025-06-05T23:21:13.4350778Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:13.4351248Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:13.4351657Z -- Setting Clang compiler options 2025-06-05T23:21:13.4352367Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:13.4353510Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:13.4354253Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:13.4354685Z CMake. 2025-06-05T23:21:13.4354806Z 2025-06-05T23:21:13.4355047Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:13.4355616Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:13.4356117Z to work with policies introduced by or earlier. 2025-06-05T23:21:13.4356376Z 2025-06-05T23:21:13.4356478Z  2025-06-05T23:21:13.4357106Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:13.4357861Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:13.4358295Z CMake. 2025-06-05T23:21:13.4358408Z 2025-06-05T23:21:13.4358645Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:13.4359204Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:13.4359696Z to work with policies introduced by or earlier. 2025-06-05T23:21:13.4359957Z 2025-06-05T23:21:13.4360057Z  2025-06-05T23:21:13.4360291Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:21:13.4360657Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:21:13.4361015Z -- Found Threads: TRUE 2025-06-05T23:21:13.4361712Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:13.4362483Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:13.4362908Z CMake. 2025-06-05T23:21:13.4363017Z 2025-06-05T23:21:13.4363243Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:13.4363809Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:13.4364292Z to work with policies introduced by or earlier. 2025-06-05T23:21:13.4364558Z 2025-06-05T23:21:13.4364658Z  2025-06-05T23:21:13.4364867Z -- Resolved buck2 as buck2. 2025-06-05T23:21:13.4365125Z -- Killing buck2 daemon 2025-06-05T23:21:13.4365378Z 'buck2 killall' 2025-06-05T23:21:13.4365615Z -- executorch: Generating source lists 2025-06-05T23:21:13.4366269Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:13.4366969Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:13.4367468Z -- Generating operator lib: 2025-06-05T23:21:13.4367741Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:13.4368160Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:13.4368593Z -- ROOT_OPS: 2025-06-05T23:21:13.4368808Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:13.4370108Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:21:13.4371473Z -- Generating kernel bindings: 2025-06-05T23:21:13.4371895Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:13.4372295Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:13.4372729Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:13.4373000Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:13.4374764Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:21:13.4376297Z -- Generating operator lib: 2025-06-05T23:21:13.4376568Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:13.4376861Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:21:13.4377147Z -- DEPS: executorch_core 2025-06-05T23:21:13.4377740Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:21:18.2917352Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:18.2918205Z CMake. 2025-06-05T23:21:18.2918409Z 2025-06-05T23:21:18.2918788Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:18.2919485Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:18.2920142Z to work with policies introduced by or earlier. 2025-06-05T23:21:18.2920536Z 2025-06-05T23:21:18.2920858Z  2025-06-05T23:21:18.2921127Z -- Looking for C++ include unistd.h 2025-06-05T23:21:18.2921503Z -- Looking for C++ include unistd.h - found 2025-06-05T23:21:18.2921985Z -- Looking for C++ include stdint.h 2025-06-05T23:21:18.2922402Z -- Looking for C++ include stdint.h - found 2025-06-05T23:21:18.2922883Z -- Looking for C++ include inttypes.h 2025-06-05T23:21:18.2923315Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:21:18.2923734Z -- Looking for C++ include sys/types.h 2025-06-05T23:21:18.2924061Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:21:18.2924451Z -- Looking for C++ include sys/stat.h 2025-06-05T23:21:18.2924862Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:21:18.2925277Z -- Looking for C++ include fnmatch.h 2025-06-05T23:21:18.2925687Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:21:18.2926023Z -- Looking for C++ include stddef.h 2025-06-05T23:21:18.2926420Z -- Looking for C++ include stddef.h - found 2025-06-05T23:21:18.2926767Z -- Check size of uint32_t 2025-06-05T23:21:18.2927097Z -- Check size of uint32_t - done 2025-06-05T23:21:18.2927387Z -- Looking for strtoll 2025-06-05T23:21:18.2927662Z -- Looking for strtoll - found 2025-06-05T23:21:18.2928010Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:21:18.2928411Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:21:18.2929224Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:21:18.2930024Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:18.2930502Z CMake. 2025-06-05T23:21:18.2930615Z 2025-06-05T23:21:18.2930896Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:18.2931776Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:18.2932402Z to work with policies introduced by or earlier. 2025-06-05T23:21:18.2932731Z 2025-06-05T23:21:18.2932867Z  2025-06-05T23:21:18.2933065Z -- pybind11 v2.13.6 2025-06-05T23:21:18.2933686Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:21:18.2934402Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:21:18.2934858Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:21:18.2935332Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:21:18.2935693Z -- Configuring done (5.0s) 2025-06-05T23:21:18.2936052Z -- Generating done (0.1s) 2025-06-05T23:21:18.2936430Z CMake Warning: 2025-06-05T23:21:18.2936764Z Manually-specified variables were not used by the project: 2025-06-05T23:21:18.2937356Z 2025-06-05T23:21:18.2937456Z ANDROID_NATIVE_API_LEVEL 2025-06-05T23:21:18.2937645Z 2025-06-05T23:21:18.2937751Z  2025-06-05T23:21:18.2938168Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:21:18.2938587Z ++ nproc 2025-06-05T23:21:18.2939103Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-06-05T23:21:18.2939969Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:21:18.2940614Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:21:18.2941335Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:21:18.2941944Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:21:18.2942678Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:21:18.2943186Z CMake Warning: 2025-06-05T23:21:18.2943510Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:18.2943789Z 2025-06-05T23:21:18.2943886Z  2025-06-05T23:21:18.2944142Z fatal: No names found, cannot describe anything. 2025-06-05T23:21:18.2944600Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:21:18.2944989Z git describe failed with exit code: 128 2025-06-05T23:21:18.2945207Z 2025-06-05T23:21:18.2945389Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:21:18.2945762Z Call Stack (most recent call first): 2025-06-05T23:21:18.2946071Z CMakeLists.txt:5 (include) 2025-06-05T23:21:18.2946244Z 2025-06-05T23:21:18.2946342Z  2025-06-05T23:21:18.2946561Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:21:18.2946901Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:18.2947261Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:18.2947570Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:18.2947979Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:18.2948389Z -- Detecting CXX compile features 2025-06-05T23:21:18.2948688Z -- Detecting CXX compile features - done 2025-06-05T23:21:18.2949009Z -- Looking for strtof_l 2025-06-05T23:21:18.2949262Z -- Looking for strtof_l - found 2025-06-05T23:21:18.2949540Z -- Looking for strtoull_l 2025-06-05T23:21:18.2949799Z -- Looking for strtoull_l - found 2025-06-05T23:21:18.2950087Z -- Looking for realpath 2025-06-05T23:21:18.2950336Z -- Looking for realpath - found 2025-06-05T23:21:18.2950749Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:21:18.2951100Z -- Configuring done (0.9s) 2025-06-05T23:21:18.2951371Z -- Generating done (0.0s) 2025-06-05T23:21:18.2952103Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:21:18.2953169Z [ 0%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:21:18.2953862Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:21:18.2954558Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:21:18.2955316Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:21:18.2955968Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:21:18.2956600Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:21:18.2957222Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:21:18.2957857Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:21:18.2958514Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:21:18.2959170Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:21:18.2959857Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:21:18.2960583Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:21:18.2961218Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:21:18.2961858Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:21:18.2962480Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:21:18.2963143Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:21:18.2963807Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:21:18.2964471Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:21:18.2965115Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:21:18.2965750Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:21:18.2966442Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:21:18.2967125Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:21:18.2967871Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:21:18.2968630Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:21:18.2969293Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:21:18.2969911Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:21:18.2970532Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:21:18.2971467Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:21:18.2972194Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:21:18.2972932Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:21:18.2973605Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:21:18.2974244Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:21:18.2974969Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:21:18.2975742Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:21:18.2976534Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:21:18.2977345Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:21:18.2978146Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:21:18.2978932Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:21:18.2979521Z [100%] Linking CXX executable flatc 2025-06-05T23:21:18.2979854Z [100%] Built target flatc 2025-06-05T23:21:18.2980425Z [ 4%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:21:18.2980868Z [100%] Built target flatc 2025-06-05T23:21:18.2981200Z Install the project... 2025-06-05T23:21:18.2981482Z -- Install configuration: "" 2025-06-05T23:21:18.2982066Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:21:18.2983014Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:21:18.2984011Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:21:18.2984962Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:21:18.2986008Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:21:18.2987012Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:21:18.2988034Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:21:18.2989090Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:21:18.2990143Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:21:18.2991277Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:21:19.0466604Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:21:19.0468674Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:21:19.0470993Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:21:19.0472824Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:21:19.0474738Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:21:19.0476689Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:21:19.0478584Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:21:19.0480431Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:21:19.0482201Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:21:19.0484068Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:21:19.0485929Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:21:19.0487782Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:21:19.0489651Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:21:19.0491539Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:21:19.0493541Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:21:19.0495608Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:21:19.0497902Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:21:19.0499731Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:21:19.0501498Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:21:19.0503108Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:21:19.0504837Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:21:19.0506647Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:21:19.0508703Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:21:19.0510746Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:21:19.0512840Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:21:19.0515116Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:21:19.0517525Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:21:19.0519400Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:21:19.0521042Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:21:19.0523025Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:21:19.0525041Z [ 8%] Completed 'flatbuffers_external_project' 2025-06-05T23:21:19.0525724Z [ 8%] Built target flatbuffers_external_project 2025-06-05T23:21:19.0526419Z [ 13%] Generating common_schema headers 2025-06-05T23:21:19.0527126Z [ 13%] Generating qnn_schema headers 2025-06-05T23:21:19.0527664Z [ 13%] Built target common_schema 2025-06-05T23:21:19.0528164Z [ 13%] Built target qnn_schema 2025-06-05T23:21:19.0528861Z [ 13%] Generating program_schema headers 2025-06-05T23:21:19.0530164Z [ 13%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:21:19.0531290Z [ 13%] Built target program_schema 2025-06-05T23:21:19.0532370Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:21:19.0533837Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:21:19.0535984Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:21:19.0537928Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:21:19.0539858Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:21:19.0541580Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:21:19.0543078Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:21:19.0544637Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:21:19.0547120Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:21:19.0548717Z [ 21%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:21:19.0549528Z [ 21%] Built target qnn_executorch_logging 2025-06-05T23:21:19.0551191Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:21:19.0553080Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:21:19.0555174Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:21:19.0557382Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:21:19.0559249Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:21:19.0561281Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:21:19.0563221Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:21:19.0565076Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:21:19.0566532Z [ 30%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:21:19.0567632Z [ 30%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:21:19.0568415Z [ 30%] Built target qnn_sys_implementation 2025-06-05T23:21:19.0569579Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:21:19.0570931Z [ 30%] Built target qnn_implementation 2025-06-05T23:21:19.0572272Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:21:19.0574017Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:21:19.0575590Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:21:19.0576794Z [ 34%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:21:19.0577513Z [ 34%] Built target qnn_profiler 2025-06-05T23:21:19.0578796Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:21:19.0580565Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:21:19.0582511Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:21:19.0584528Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:21:19.0586314Z [ 39%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:21:19.0587569Z [ 43%] Linking CXX static library libutils.a 2025-06-05T23:21:19.0588844Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:21:19.0589866Z [ 43%] Built target utils 2025-06-05T23:21:19.0591231Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:21:19.0593012Z [ 47%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:21:19.0594696Z [ 47%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:21:19.0596059Z [ 47%] Linking CXX static library libshared_buffer.a 2025-06-05T23:21:19.0597705Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:21:19.0600101Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:21:19.0601982Z [ 52%] Linking CXX static library libwrappers.a 2025-06-05T23:21:22.7169665Z [ 52%] Built target shared_buffer 2025-06-05T23:21:22.7170314Z [ 52%] Built target wrappers 2025-06-05T23:21:22.7171570Z [ 56%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:21:22.7172209Z [ 56%] Linking CXX static library libqnn_logger.a 2025-06-05T23:21:22.7172578Z [ 56%] Built target qnn_logger 2025-06-05T23:21:22.7173492Z [ 60%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:21:22.7174724Z [ 65%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:21:22.7175864Z [ 65%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:21:22.7177262Z [ 65%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:21:22.7178398Z [ 65%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:21:22.7179073Z [ 65%] Built target executorch_core 2025-06-05T23:21:22.7179704Z [ 65%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:21:22.7180632Z [ 69%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:21:22.7181381Z [ 73%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:21:22.7181779Z [ 73%] Built target qnn_backend_cache 2025-06-05T23:21:22.7182398Z [ 78%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:21:22.7183502Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:21:22.7184554Z [ 78%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:21:22.7185391Z [ 78%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:21:22.7186088Z [ 78%] Linking CXX static library libqnn_backend.a 2025-06-05T23:21:22.7186632Z [ 78%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:21:22.7187031Z [ 78%] Built target qnn_backend 2025-06-05T23:21:22.7187326Z [ 78%] Built target qnn_custom_protocol 2025-06-05T23:21:22.7187777Z [ 78%] Linking CXX static library libextension_tensor.a 2025-06-05T23:21:22.7188182Z [ 78%] Built target extension_tensor 2025-06-05T23:21:22.7188597Z [ 82%] Linking CXX static library libqnn_device.a 2025-06-05T23:21:22.7188975Z [ 82%] Built target qnn_device 2025-06-05T23:21:22.7189696Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:21:22.7190884Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:21:22.7192142Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:21:22.7193392Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:21:22.7194220Z [ 86%] Linking CXX static library libexecutorch.a 2025-06-05T23:21:22.7194605Z [ 86%] Built target executorch 2025-06-05T23:21:22.7195001Z [ 86%] Linking CXX static library libqnn_context.a 2025-06-05T23:21:22.7195375Z [ 86%] Built target qnn_context 2025-06-05T23:21:22.7196058Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:21:22.7197247Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:21:22.7198320Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:21:22.7199524Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:21:22.7200793Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:21:22.7201728Z [ 91%] Linking CXX static library libqnn_graph.a 2025-06-05T23:21:22.7202247Z [ 91%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:21:22.7202626Z [ 91%] Built target qnn_graph 2025-06-05T23:21:22.7202910Z [ 91%] Built target qnn_mem_manager 2025-06-05T23:21:22.7203732Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:21:22.7204509Z [ 95%] Linking CXX static library libqnn_factory.a 2025-06-05T23:21:22.7204891Z [ 95%] Built target qnn_factory 2025-06-05T23:21:22.7205696Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:21:22.7206659Z [ 95%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:21:22.7207047Z [ 95%] Built target qnn_dlc_manager 2025-06-05T23:21:22.7207709Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:21:22.7208688Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:21:22.7209432Z [100%] Linking CXX static library libqnn_manager.a 2025-06-05T23:21:22.7209826Z [100%] Built target qnn_manager 2025-06-05T23:21:22.7210597Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:21:22.7211612Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:22.7212165Z [100%] Built target PyQnnManagerAdaptor 2025-06-05T23:21:22.7212506Z [ 50%] Built target flatbuffers_external_project 2025-06-05T23:21:22.7212848Z [ 50%] Built target qnn_schema 2025-06-05T23:21:22.7213136Z [ 50%] Built target qnn_executorch_logging 2025-06-05T23:21:22.7213456Z [ 75%] Built target wrappers 2025-06-05T23:21:22.7214214Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:21:22.7215382Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:21:22.7216370Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:22.7216918Z [100%] Built target PyQnnWrapperAdaptor 2025-06-05T23:21:22.7217623Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:21:22.7218666Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:21:22.7219336Z + popd 2025-06-05T23:21:22.7219532Z /pytorch/executorch 2025-06-05T23:21:22.7219822Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:21:22.7220255Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:21:22.7220632Z + PYTHON_EXECUTABLE=python 2025-06-05T23:21:22.7220957Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:21:22.7221317Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:21:22.7221635Z + source .ci/scripts/utils.sh 2025-06-05T23:21:22.7221921Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:21:22.7222252Z ++ parse_args --build-tool cmake 2025-06-05T23:21:22.7222531Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:21:22.7222802Z ++ local args 2025-06-05T23:21:22.7223084Z ++ local i 2025-06-05T23:21:22.7223300Z ++ local BUILD_TOOL= 2025-06-05T23:21:22.7223539Z ++ local BUILD_MODE= 2025-06-05T23:21:22.7223762Z ++ local EDITABLE= 2025-06-05T23:21:22.7223983Z ++ (( i=0 )) 2025-06-05T23:21:22.7224174Z ++ (( i<2 )) 2025-06-05T23:21:22.7224388Z ++ case "${args[$i]}" in 2025-06-05T23:21:22.7224621Z ++ BUILD_TOOL=cmake 2025-06-05T23:21:22.7224839Z ++ i=1 2025-06-05T23:21:22.7225018Z ++ (( i++ )) 2025-06-05T23:21:22.7225219Z ++ (( i<2 )) 2025-06-05T23:21:22.7225413Z ++ '[' -z cmake ']' 2025-06-05T23:21:22.7225649Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:21:22.7225914Z ++ BUILD_MODE=Release 2025-06-05T23:21:22.7226170Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:21:22.7226447Z ++ EDITABLE=false 2025-06-05T23:21:22.7226682Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:21:22.7227034Z ++ echo 'cmake Release false' 2025-06-05T23:21:22.7227295Z + [[ false == \t\r\u\e ]] 2025-06-05T23:21:22.7227590Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:21:22.7227902Z + which pip 2025-06-05T23:21:22.7228129Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:21:22.7228441Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:21:22.7228918Z 2025-06-05 23:21:22,374 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:21:22.7229569Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:21:22.7230492Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:21:22.7231430Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:21:22.7232350Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:21:22.7233428Z 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-06-05T23:21:22.7234646Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:21:22.7235892Z Requirement already satisfied: torchtune>=0.6.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (0.6.1) 2025-06-05T23:21:22.7237148Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:21:22.7238399Z Requirement already satisfied: cmake<4.0.0,>=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-06-05T23:21:22.7239568Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:21:22.7240706Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:21:22.7241894Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:21:23.0744573Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:21:23.0745764Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:21:23.0746920Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:21:23.0748185Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:21:23.0749802Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:21:23.0751258Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.18.0) 2025-06-05T23:21:23.0752649Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.2.6) 2025-06-05T23:21:23.0754031Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (25.0) 2025-06-05T23:21:23.0755464Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2024.11.6) 2025-06-05T23:21:23.0756997Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.32.3) 2025-06-05T23:21:23.0758415Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:21:23.0759831Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:21:23.0761255Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.3.0) 2025-06-05T23:21:23.0762793Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:21:23.0764312Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:21:23.0765498Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:21:23.0766445Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:21:23.0767374Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:21:23.0768336Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:21:23.0769549Z Requirement already satisfied: torchdata==0.11.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.11.0) 2025-06-05T23:21:23.0771086Z Requirement already satisfied: datasets in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.6.0) 2025-06-05T23:21:23.0772453Z Requirement already satisfied: kagglehub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.3.12) 2025-06-05T23:21:23.0773837Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.2.0) 2025-06-05T23:21:23.0775202Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.9.0) 2025-06-05T23:21:23.0776533Z Requirement already satisfied: blobfile>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.0.0) 2025-06-05T23:21:23.0777992Z Requirement already satisfied: omegaconf in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-06-05T23:21:23.0779327Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (7.0.0) 2025-06-05T23:21:23.0780710Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:21:23.0782217Z Requirement already satisfied: pycryptodomex>=3.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.23.0) 2025-06-05T23:21:23.0783669Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:21:23.0784975Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-06-05T23:21:23.0786242Z Requirement already satisfied: pyarrow>=15.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (20.0.0) 2025-06-05T23:21:23.0787677Z Requirement already satisfied: dill<0.3.9,>=0.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.3.8) 2025-06-05T23:21:23.0789099Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:21:23.0790578Z Requirement already satisfied: xxhash in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.5.0) 2025-06-05T23:21:23.0792042Z Requirement already satisfied: multiprocess<0.70.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.70.16) 2025-06-05T23:21:23.0793662Z Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.12.9) 2025-06-05T23:21:23.0795599Z Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.6.1) 2025-06-05T23:21:23.0797467Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.3.2) 2025-06-05T23:21:23.0799308Z Requirement already satisfied: async-timeout<6.0,>=4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.0.1) 2025-06-05T23:21:23.0801131Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:21:23.0802949Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.6.2) 2025-06-05T23:21:23.0804853Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (6.4.4) 2025-06-05T23:21:23.0806676Z Requirement already satisfied: propcache>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.3.1) 2025-06-05T23:21:32.5612416Z Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.20.0) 2025-06-05T23:21:32.5614288Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:21:32.5616264Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:21:32.5617843Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:21:32.5619426Z Requirement already satisfied: hf-transfer>=0.1.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (0.1.9) 2025-06-05T23:21:32.5620779Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-06-05T23:21:32.5622110Z Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (4.9.3) 2025-06-05T23:21:32.5623725Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:21:32.5625317Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:21:32.5626833Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:21:32.5628418Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:21:32.5629413Z Processing ./third-party/ao 2025-06-05T23:21:32.5629983Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:21:32.5630484Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:21:32.5630982Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:21:32.5631915Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:21:32.5633053Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:21:32.5634205Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:21:32.5635395Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:21:32.5636629Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:21:32.5638052Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:21:32.5639431Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:21:32.5640749Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:21:32.5642099Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:21:32.5643455Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:21:32.5644899Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:21:32.5646334Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:21:32.5647790Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:21:32.5649220Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:21:32.5650620Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:21:32.5652218Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:21:32.5653713Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:21:32.5654690Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:21:32.5657163Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:21:32.5659311Z  Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-06-05T23:21:32.5660466Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=3c7f9c606eb7b403345c8b92ea4b23beac3a3f88860c100a6f1927a1a691f38b 2025-06-05T23:21:32.5661712Z Stored in directory: /tmp/pip-ephem-wheel-cache-d_1q5a6j/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:21:32.5662841Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:21:32.5664058Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=5bd7d58d593f0a3c0a7cc30fce79a3e38878d02d44b89b47fb6230faa1e9390b 2025-06-05T23:21:32.5665315Z Stored in directory: /tmp/pip-ephem-wheel-cache-d_1q5a6j/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:21:32.5666023Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:21:32.5666570Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:21:32.5666979Z [?25l 2025-06-05T23:21:32.5667242Z  Attempting uninstall: torchao 2025-06-05T23:21:32.5667448Z 2025-06-05T23:21:32.5667697Z  Found existing installation: torchao 0.12.0+gitbc68b11 2025-06-05T23:21:32.5667980Z 2025-06-05T23:21:32.5668162Z  Uninstalling torchao-0.12.0+gitbc68b11: 2025-06-05T23:21:32.5668408Z 2025-06-05T23:21:32.5668629Z  Successfully uninstalled torchao-0.12.0+gitbc68b11 2025-06-05T23:21:32.5668898Z 2025-06-05T23:21:32.5680724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:32.5681486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:32.5682005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:32.5682732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:32.5683210Z  Attempting uninstall: pytorch_tokenizers 2025-06-05T23:21:32.5683686Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:32.5684304Z  Found existing installation: pytorch_tokenizers 0.1.0 2025-06-05T23:21:32.5684827Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:32.5685277Z  Uninstalling pytorch_tokenizers-0.1.0: 2025-06-05T23:21:34.7176164Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:34.7177118Z  Successfully uninstalled pytorch_tokenizers-0.1.0 2025-06-05T23:21:34.7178057Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:21:34.7179099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:21:34.7179869Z [?25h 2025-06-05T23:21:34.7180678Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:21:34.7181990Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:21:34.7183246Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:21:34.7184226Z Processing /pytorch/executorch 2025-06-05T23:21:34.7184813Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:21:34.7186678Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:21:34.7188289Z !! 2025-06-05T23:21:34.7188488Z 2025-06-05T23:21:34.7188675Z ******************************************************************************** 2025-06-05T23:21:34.7189561Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:21:34.7190413Z 2025-06-05T23:21:34.7190865Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:21:34.7191355Z or your builds will no longer be supported. 2025-06-05T23:21:34.7191595Z 2025-06-05T23:21:34.7191967Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:21:34.7192566Z ******************************************************************************** 2025-06-05T23:21:34.7192808Z 2025-06-05T23:21:34.7192900Z !! 2025-06-05T23:21:34.7193348Z corresp(dist, value, root_dir) 2025-06-05T23:21:34.7194234Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:21:34.7195087Z !! 2025-06-05T23:21:34.7195326Z 2025-06-05T23:21:34.7195447Z ******************************************************************************** 2025-06-05T23:21:34.7196014Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:21:34.7196445Z 2025-06-05T23:21:34.7196602Z License :: OSI Approved :: BSD License 2025-06-05T23:21:34.7196847Z 2025-06-05T23:21:34.7197202Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:21:34.7198031Z ******************************************************************************** 2025-06-05T23:21:34.7198671Z 2025-06-05T23:21:34.7198798Z !! 2025-06-05T23:21:34.7199198Z dist._finalize_license_expression() 2025-06-05T23:21:34.7200651Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:21:34.7202058Z !! 2025-06-05T23:21:34.7202258Z 2025-06-05T23:21:34.7202442Z ******************************************************************************** 2025-06-05T23:21:34.7203399Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:21:34.7204207Z 2025-06-05T23:21:34.7204450Z License :: OSI Approved :: BSD License 2025-06-05T23:21:34.7204865Z 2025-06-05T23:21:34.7205468Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:21:34.7206486Z ******************************************************************************** 2025-06-05T23:21:34.7206909Z 2025-06-05T23:21:34.7207039Z !! 2025-06-05T23:21:34.7207437Z self._finalize_license_expression() 2025-06-05T23:21:34.7207961Z running dist_info 2025-06-05T23:21:34.7208563Z creating /tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info 2025-06-05T23:21:34.7209474Z writing /tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/PKG-INFO 2025-06-05T23:21:34.7210782Z writing dependency_links to /tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/dependency_links.txt 2025-06-05T23:21:34.7212302Z writing entry points to /tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/entry_points.txt 2025-06-05T23:21:34.7213749Z writing requirements to /tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/requires.txt 2025-06-05T23:21:34.7215197Z writing top-level names to /tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/top_level.txt 2025-06-05T23:21:34.7216477Z writing manifest file '/tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:34.7217776Z reading manifest file '/tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:34.7218719Z adding license file 'LICENSE' 2025-06-05T23:21:34.7219347Z writing manifest file '/tmp/pip-modern-metadata-v15gn4d_/executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:34.7220080Z creating '/tmp/pip-modern-metadata-v15gn4d_/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:21:34.7220830Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:21:34.7221813Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:21:34.7222631Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:21:34.7223883Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:21:34.7225223Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:21:34.7226110Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:21:34.7227243Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:21:34.7228500Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:21:34.7229744Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:21:34.7230954Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:21:34.7232094Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:21:34.7233210Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:21:34.7233996Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:21:34.7235221Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:21:34.7236508Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:21:34.7237067Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:21:34.7238391Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:21:34.7239753Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:21:34.7240728Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:21:34.7242661Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:21:34.7244267Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:21:34.7245025Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:21:34.7246205Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:21:34.7247419Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:21:34.7248291Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:21:34.7249163Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:21:34.7250458Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:21:34.7251989Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:21:34.7252797Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:21:34.7254130Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:21:34.7255500Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:21:34.7256452Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:21:34.7257711Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:21:36.1535789Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:21:36.1537903Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:21:36.1539938Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:21:36.1540960Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:21:36.1542953Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:21:36.1544574Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:21:36.1545580Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:21:36.1547079Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:21:36.1548416Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:21:36.1549834Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:21:36.1551435Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:21:36.1552965Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:21:36.1554341Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:21:36.1555584Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:21:36.1556940Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:21:36.1557922Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:21:36.1559307Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:21:36.1560621Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:21:36.1561661Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:21:36.1562870Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:21:36.1564292Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:21:36.1565656Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:21:36.1566656Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:21:36.1567876Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:21:36.1568853Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:21:36.1569760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 140.7 MB/s eta 0:00:00 2025-06-05T23:21:36.1571024Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:21:36.1571581Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:21:36.1572112Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:21:36.1572608Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:21:36.1573228Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:21:36.1573684Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:21:36.1574192Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:21:36.1574751Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:21:36.1575155Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:21:36.1575743Z Building wheels for collected packages: executorch 2025-06-05T23:21:36.1576245Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:21:36.1577446Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:21:36.1578588Z !! 2025-06-05T23:21:36.1578699Z 2025-06-05T23:21:36.1578817Z ******************************************************************************** 2025-06-05T23:21:36.1579850Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:21:36.1580625Z 2025-06-05T23:21:36.1580891Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:21:36.1581374Z or your builds will no longer be supported. 2025-06-05T23:21:36.1581668Z 2025-06-05T23:21:36.1582086Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:21:36.1582673Z ******************************************************************************** 2025-06-05T23:21:36.1582978Z 2025-06-05T23:21:36.1583063Z !! 2025-06-05T23:21:36.1583272Z corresp(dist, value, root_dir) 2025-06-05T23:21:36.1584244Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:21:36.1585140Z !! 2025-06-05T23:21:36.1585258Z 2025-06-05T23:21:36.1585391Z ******************************************************************************** 2025-06-05T23:21:36.1586020Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:21:36.1586449Z 2025-06-05T23:21:36.1586601Z License :: OSI Approved :: BSD License 2025-06-05T23:21:36.1586945Z 2025-06-05T23:21:36.1587418Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:21:36.1588034Z ******************************************************************************** 2025-06-05T23:21:36.1588325Z 2025-06-05T23:21:36.1588557Z !! 2025-06-05T23:21:36.1588854Z dist._finalize_license_expression() 2025-06-05T23:21:36.1589632Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:21:36.1590562Z !! 2025-06-05T23:21:36.1590671Z 2025-06-05T23:21:36.1590789Z ******************************************************************************** 2025-06-05T23:21:36.1591489Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:21:36.1592042Z 2025-06-05T23:21:36.1592189Z License :: OSI Approved :: BSD License 2025-06-05T23:21:36.1592417Z 2025-06-05T23:21:36.1592918Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:21:36.1593683Z ******************************************************************************** 2025-06-05T23:21:36.1593955Z 2025-06-05T23:21:36.1594069Z !! 2025-06-05T23:21:36.1594394Z self._finalize_license_expression() 2025-06-05T23:21:36.1594733Z running bdist_wheel 2025-06-05T23:21:36.1594968Z running build 2025-06-05T23:21:36.1595266Z command options for 'CustomBuild': 2025-06-05T23:21:36.1595687Z build_base = pip-out 2025-06-05T23:21:36.1596074Z build_purelib = pip-out/lib 2025-06-05T23:21:36.1596433Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:21:36.1596912Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:21:36.1597392Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:21:36.1597758Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:21:36.1598307Z plat_name = linux-x86_64 2025-06-05T23:21:36.1598688Z compiler = None 2025-06-05T23:21:36.1598912Z parallel = None 2025-06-05T23:21:36.1599187Z debug = None 2025-06-05T23:21:36.1599433Z force = None 2025-06-05T23:21:36.1599838Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:21:36.1600455Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:21:36.1601313Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:21:36.1601805Z Preset CMake variables: 2025-06-05T23:21:36.1602020Z 2025-06-05T23:21:36.1602129Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:21:36.1602805Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:21:36.1603230Z 2025-06-05T23:21:36.1603407Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:36.1603992Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:36.1604345Z -- Detecting C compiler ABI info 2025-06-05T23:21:36.1604703Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:36.1605102Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:36.1605500Z -- Detecting C compile features 2025-06-05T23:21:36.1605814Z -- Detecting C compile features - done 2025-06-05T23:21:36.1606139Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:36.1606464Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:36.1606864Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:36.1607270Z -- Detecting CXX compile features 2025-06-05T23:21:36.1607577Z -- Detecting CXX compile features - done 2025-06-05T23:21:36.1608044Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:21:36.1608498Z -- --- Configured Options --- 2025-06-05T23:21:36.1608695Z 2025-06-05T23:21:36.1608813Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:21:36.1609180Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:21:36.1609544Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:21:36.1609993Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:21:36.1610438Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:21:36.1610919Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:21:36.1611261Z -- BUCK2 : 2025-06-05T23:21:39.0611759Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:21:39.0612630Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:21:39.0613001Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:21:39.0613480Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:21:39.0614037Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:21:39.0614648Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:21:39.0615308Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:21:39.0616031Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:21:39.0616483Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:21:39.0616869Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:21:39.0617301Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:21:39.0617660Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:21:39.0618029Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:21:39.0618401Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:21:39.0618766Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:21:39.0619143Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:21:39.0619504Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:21:39.0619874Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:21:39.0620237Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:21:39.0620608Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:21:39.0620992Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:21:39.0621366Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:21:39.0621745Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:21:39.0622092Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:21:39.0622457Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:21:39.0622810Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:21:39.0623163Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:21:39.0623518Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:21:39.0623891Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:21:39.0624259Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:21:39.0624607Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:21:39.0624964Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:21:39.0625314Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:21:39.0625689Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:21:39.0626040Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:21:39.0626410Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:21:39.0626768Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:21:39.0627132Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:21:39.0627489Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:21:39.0627840Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:21:39.0628207Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:21:39.0628563Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:21:39.0628941Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:21:39.0629292Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:21:39.0629662Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:21:39.0630027Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:21:39.0630518Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:21:39.0630907Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:21:39.0631405Z -- -------------------------- 2025-06-05T23:21:39.0631863Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:21:39.0632583Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:21:39.0633252Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:39.0633688Z CMake. 2025-06-05T23:21:39.0633807Z 2025-06-05T23:21:39.0634033Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:39.0634802Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:39.0635340Z to work with policies introduced by or earlier. 2025-06-05T23:21:39.0635621Z 2025-06-05T23:21:39.0635625Z 2025-06-05T23:21:39.0635795Z -- pybind11 v2.13.6 2025-06-05T23:21:39.0636558Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:21:39.0637358Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:21:39.0637826Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:21:39.0638148Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:21:39.0638813Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:39.0639576Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:39.0640053Z CMake. 2025-06-05T23:21:39.0640216Z 2025-06-05T23:21:39.0640576Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:39.0641200Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:39.0641809Z to work with policies introduced by or earlier. 2025-06-05T23:21:39.0642097Z 2025-06-05T23:21:39.0642104Z 2025-06-05T23:21:39.0642311Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:39.0642778Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:39.0643188Z -- Setting Clang compiler options 2025-06-05T23:21:39.0644089Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:39.0645376Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:39.0646291Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:39.0646806Z CMake. 2025-06-05T23:21:39.0646924Z 2025-06-05T23:21:39.0647228Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:39.0647906Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:39.0648621Z to work with policies introduced by or earlier. 2025-06-05T23:21:39.0648965Z 2025-06-05T23:21:39.0648969Z 2025-06-05T23:21:39.0649548Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:39.0650393Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:39.0650990Z CMake. 2025-06-05T23:21:39.0651106Z 2025-06-05T23:21:39.0651330Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:39.0652122Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:39.0652669Z to work with policies introduced by or earlier. 2025-06-05T23:21:39.0653089Z 2025-06-05T23:21:39.0653094Z 2025-06-05T23:21:39.0653267Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:21:39.0653662Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:21:39.0654032Z -- Found Threads: TRUE 2025-06-05T23:21:39.0654860Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:39.0655887Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:39.0656327Z CMake. 2025-06-05T23:21:39.0656447Z 2025-06-05T23:21:39.0656674Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:39.0657249Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:39.0657749Z to work with policies introduced by or earlier. 2025-06-05T23:21:39.0658015Z 2025-06-05T23:21:39.0658019Z 2025-06-05T23:21:39.0658124Z -- Resolved buck2 as buck2. 2025-06-05T23:21:39.0658404Z -- Killing buck2 daemon 2025-06-05T23:21:39.0658644Z 'buck2 killall' 2025-06-05T23:21:39.0658903Z -- executorch: Generating source lists 2025-06-05T23:21:39.0659604Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:39.0660723Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:39.0661774Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:21:39.0662473Z -- Generating operator lib: 2025-06-05T23:21:39.0662768Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:39.0663181Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:39.0663614Z -- ROOT_OPS: 2025-06-05T23:21:39.0663836Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:39.0665183Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:21:39.0666606Z -- Generating kernel bindings: 2025-06-05T23:21:39.0666893Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:39.0667316Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:39.0667742Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:39.0668011Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:39.0670015Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:21:39.0672277Z -- Generating operator lib: 2025-06-05T23:21:39.0672575Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:39.0672864Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:21:39.0673168Z -- DEPS: executorch_core 2025-06-05T23:21:39.0673463Z -- Generating operator lib: 2025-06-05T23:21:39.0673741Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:21:39.0674172Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:21:39.0674595Z -- ROOT_OPS: 2025-06-05T23:21:39.0674827Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:39.0676182Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:21:39.0677616Z -- Generating kernel bindings: 2025-06-05T23:21:39.0677921Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:21:39.0678336Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:21:39.0678776Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:39.0679030Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:21:48.9164333Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:21:48.9166513Z -- Generating operator lib: 2025-06-05T23:21:48.9166811Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:21:48.9167132Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:21:48.9167453Z -- DEPS: executorch_core 2025-06-05T23:21:48.9167725Z -- Merging kernel yaml files: 2025-06-05T23:21:48.9168234Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:21:48.9168961Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:21:48.9169727Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:21:48.9170398Z -- Generating operator lib: 2025-06-05T23:21:48.9171193Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:21:48.9171840Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:21:48.9172445Z -- ROOT_OPS: 2025-06-05T23:21:48.9172683Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:48.9174262Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:21:48.9175932Z -- Generating kernel bindings: 2025-06-05T23:21:48.9176253Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:21:48.9176888Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:21:48.9177514Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:48.9177790Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:21:48.9179897Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:21:48.9182014Z -- Generating operator lib: 2025-06-05T23:21:48.9182330Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:21:48.9182734Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:21:48.9183136Z -- DEPS: executorch_core 2025-06-05T23:21:48.9183626Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:21:48.9184305Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:48.9184740Z CMake. 2025-06-05T23:21:48.9184865Z 2025-06-05T23:21:48.9185092Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:48.9185669Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:48.9186157Z to work with policies introduced by or earlier. 2025-06-05T23:21:48.9186435Z 2025-06-05T23:21:48.9186439Z 2025-06-05T23:21:48.9186551Z -- Looking for C++ include unistd.h 2025-06-05T23:21:48.9186871Z -- Looking for C++ include unistd.h - found 2025-06-05T23:21:48.9187216Z -- Looking for C++ include stdint.h 2025-06-05T23:21:48.9187547Z -- Looking for C++ include stdint.h - found 2025-06-05T23:21:48.9187878Z -- Looking for C++ include inttypes.h 2025-06-05T23:21:48.9188223Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:21:48.9188564Z -- Looking for C++ include sys/types.h 2025-06-05T23:21:48.9188909Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:21:48.9189372Z -- Looking for C++ include sys/stat.h 2025-06-05T23:21:48.9189714Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:21:48.9190047Z -- Looking for C++ include fnmatch.h 2025-06-05T23:21:48.9190459Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:21:48.9190799Z -- Looking for C++ include stddef.h 2025-06-05T23:21:48.9191111Z -- Looking for C++ include stddef.h - found 2025-06-05T23:21:48.9191438Z -- Check size of uint32_t 2025-06-05T23:21:48.9191707Z -- Check size of uint32_t - done 2025-06-05T23:21:48.9192001Z -- Looking for strtoll 2025-06-05T23:21:48.9192256Z -- Looking for strtoll - found 2025-06-05T23:21:48.9192665Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:21:48.9193100Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:21:48.9193453Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:21:48.9194183Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:21:48.9194785Z -- Generating microkernels.cmake 2025-06-05T23:21:48.9195176Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:21:48.9195607Z No microkernel found in src/reference/packing.cc 2025-06-05T23:21:48.9196043Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:21:48.9196815Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:21:48.9197550Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:21:48.9197903Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:21:48.9198229Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:21:48.9198638Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:21:48.9199076Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:21:48.9199477Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:21:48.9200182Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:21:48.9200910Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:21:48.9201277Z Call Stack (most recent call first): 2025-06-05T23:21:48.9201966Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:21:48.9202696Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:21:48.9203034Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:21:48.9203270Z 2025-06-05T23:21:48.9203275Z 2025-06-05T23:21:48.9203562Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:21:48.9204599Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:21:48.9205435Z -- Generating operator lib: 2025-06-05T23:21:48.9205733Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:21:48.9206149Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:48.9206582Z -- ROOT_OPS: 2025-06-05T23:21:48.9206800Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:48.9208166Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:21:48.9209598Z -- Generating kernel bindings: 2025-06-05T23:21:48.9209883Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:21:48.9210171Z -- FUNCTIONS_YAML: 2025-06-05T23:21:48.9210536Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:48.9210992Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:48.9214888Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:21:48.9218732Z -- Generating operator lib: 2025-06-05T23:21:48.9219019Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:21:48.9219404Z -- OPS_SCHEMA_YAML: 2025-06-05T23:21:48.9222115Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out 2025-06-05T23:21:48.9224831Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:48.9228476Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out" 2025-06-05T23:21:48.9232261Z -- Generating kernel bindings: 2025-06-05T23:21:48.9232567Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:21:50.0241907Z -- FUNCTIONS_YAML: 2025-06-05T23:21:50.0242697Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:50.0243573Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:50.0244136Z -- Generating custom ops aot lib: 2025-06-05T23:21:50.0244749Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:21:50.0245822Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:21:50.0247434Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:21:50.0249070Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:21:50.0250754Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:21:50.0252409Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:21:50.0254061Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:21:50.0255735Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:21:50.0257570Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:21:50.0259478Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:21:50.0261138Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:21:50.0262787Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:21:50.0264530Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:21:50.0265699Z -- Generating operator lib: 2025-06-05T23:21:50.0266246Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:21:50.0267097Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:50.0267905Z -- ROOT_OPS: 2025-06-05T23:21:50.0268314Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:50.0271575Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:21:50.0274573Z -- Generating kernel bindings: 2025-06-05T23:21:50.0275148Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:21:50.0275726Z -- FUNCTIONS_YAML: 2025-06-05T23:21:50.0276430Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:50.0277291Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:50.0277866Z -- Generating operator lib: 2025-06-05T23:21:50.0278412Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:21:50.0279066Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:21:50.0279686Z -- DEPS: portable_lib 2025-06-05T23:21:50.0280184Z -- Generating operator lib: 2025-06-05T23:21:50.0280718Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:21:50.0281282Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:21:50.0281851Z -- DEPS: executorch_core 2025-06-05T23:21:50.0282367Z -- Configuring done (13.4s) 2025-06-05T23:21:50.0282879Z -- Generating done (0.4s) 2025-06-05T23:21:50.0283870Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:21:50.0286462Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:21:50.0288654Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:21:50.0289498Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:21:50.0290873Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:21:50.0292744Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:21:50.0294589Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:21:50.0296212Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:21:50.0297792Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:21:50.0299051Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:21:50.0299810Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:21:50.0300568Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:21:50.0301294Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:21:50.0302020Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:21:50.0302756Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:21:50.0303536Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:21:50.0304479Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:21:50.0305454Z CMake Warning: 2025-06-05T23:21:50.0306034Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:50.0306587Z 2025-06-05T23:21:50.0306594Z 2025-06-05T23:21:50.0306745Z CMake Warning: 2025-06-05T23:21:50.0307234Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:50.0307745Z 2025-06-05T23:21:50.0307753Z 2025-06-05T23:21:50.0308202Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:50.0309275Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:50.0310076Z CMake. 2025-06-05T23:21:50.0310357Z 2025-06-05T23:21:50.0310772Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:50.0311877Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:50.0313013Z to work with policies introduced by or earlier. 2025-06-05T23:21:50.0313539Z 2025-06-05T23:21:50.0313547Z 2025-06-05T23:21:50.0313804Z fatal: No names found, cannot describe anything. 2025-06-05T23:21:50.0314549Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:21:50.0315244Z git describe failed with exit code: 128 2025-06-05T23:21:50.0315670Z 2025-06-05T23:21:50.0315970Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:21:50.0316652Z Call Stack (most recent call first): 2025-06-05T23:21:50.0317237Z CMakeLists.txt:5 (include) 2025-06-05T23:21:50.0317569Z 2025-06-05T23:21:50.0317577Z 2025-06-05T23:21:50.0317787Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:21:50.0318921Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:21:50.0320528Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:21:50.0322004Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:21:50.0323671Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:21:50.0324958Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:50.0325627Z -- Detecting C compiler ABI info 2025-06-05T23:21:50.0326790Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:21:50.0328406Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:21:50.0329539Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:50.0330678Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:21:50.0331799Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:50.0332857Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:21:50.0333902Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:21:50.0335052Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:21:50.0336151Z [ 2%] Built target pthreadpool 2025-06-05T23:21:50.0337331Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:21:50.0339059Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:21:50.0340796Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:21:50.0342064Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:50.0342803Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:50.0343551Z -- Detecting C compile features 2025-06-05T23:21:50.0344094Z -- Detecting C compile features - done 2025-06-05T23:21:50.0345371Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:21:50.0346613Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:50.0347489Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:50.0348248Z -- Setting Clang compiler options 2025-06-05T23:21:50.0349619Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:50.0351143Z -- Configuring done (0.3s) 2025-06-05T23:21:50.0352144Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:21:50.0353162Z -- Generating done (0.0s) 2025-06-05T23:21:50.0354815Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:21:50.0356813Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:21:50.0358014Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:21:50.0359179Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:50.0360003Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:21:50.0360958Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:50.0361726Z -- Detecting CXX compile features 2025-06-05T23:21:50.0362329Z -- Detecting CXX compile features - done 2025-06-05T23:21:50.0363891Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:21:50.0366013Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:21:50.0367116Z -- Looking for strtof_l 2025-06-05T23:21:50.0368079Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:21:51.0181577Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:21:51.0182530Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:21:51.0183251Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:21:51.0184138Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:21:51.0185039Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:21:51.0186070Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:21:51.0187177Z [ 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-06-05T23:21:51.0188112Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:21:51.0188671Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:21:51.0189389Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:21:51.0190112Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:21:51.0190908Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:21:51.0191522Z -- Looking for strtof_l - found 2025-06-05T23:21:51.0191816Z -- Looking for strtoull_l 2025-06-05T23:21:51.0192387Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:21:51.0193247Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:21:51.0194754Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:21:51.0195865Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:21:51.0196915Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:21:51.0197894Z [ 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-06-05T23:21:51.0198742Z [ 21%] Built target flatccrt 2025-06-05T23:21:51.0199299Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:21:51.0200389Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:21:51.0201775Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:21:51.0202891Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:21:51.0204321Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:21:51.0205693Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:21:51.0207023Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:21:51.0208011Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:21:51.0209158Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:21:51.0210020Z -- Looking for strtoull_l - found 2025-06-05T23:21:51.0210358Z -- Looking for realpath 2025-06-05T23:21:51.0211375Z [ 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-06-05T23:21:51.0212948Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:21:51.0214316Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:21:51.0215528Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:21:51.0217123Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:21:51.0218429Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:21:51.0219674Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:21:51.0220963Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:21:51.0222166Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:21:51.0223016Z [ 6%] Linking C static library libcpuinfo.a 2025-06-05T23:21:51.0223701Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:21:51.0225089Z [ 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-06-05T23:21:51.0226231Z [ 6%] Built target cpuinfo 2025-06-05T23:21:51.0227042Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:21:51.0228291Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:21:51.0229534Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:21:51.0230997Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:21:51.0231888Z -- Looking for realpath - found 2025-06-05T23:21:51.0232399Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:21:51.0232903Z -- Configuring done (1.1s) 2025-06-05T23:21:51.0233275Z -- Generating done (0.0s) 2025-06-05T23:21:51.0234662Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:21:51.0236272Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:21:51.0237175Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:21:51.0237823Z [ 6%] Built target indirection 2025-06-05T23:21:51.0238479Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:21:51.0239322Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:21:51.0240173Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:21:51.0240922Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:21:51.0242451Z [ 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-06-05T23:21:51.0243874Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:21:51.0244723Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:21:51.0245209Z [ 6%] Built target logging 2025-06-05T23:21:51.0245832Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:21:51.0247072Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:21:51.0248273Z [ 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-06-05T23:21:51.0249238Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:21:51.0249754Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:21:51.0250440Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:21:51.0251780Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:21:51.0252699Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:21:51.0253170Z [ 6%] Built target microparams-init 2025-06-05T23:21:51.0253797Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:21:51.0254739Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:21:51.0255811Z [ 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-06-05T23:21:51.0256707Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:21:51.0257632Z [ 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-06-05T23:21:51.0258652Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:21:51.0259238Z [ 6%] Built target normalization 2025-06-05T23:21:51.0259989Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:21:51.0260851Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:21:51.0261688Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:21:51.0262762Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:21:51.0263550Z [ 7%] Built target packing 2025-06-05T23:21:51.0263934Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:21:51.7165191Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:21:51.7167051Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:21:51.7168844Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:21:51.7170092Z [ 7%] Linking CXX static library libeigen_blas.a 2025-06-05T23:21:51.7171385Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:21:51.7172706Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:21:51.7174623Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:21:51.7176371Z [ 7%] Built target eigen_blas 2025-06-05T23:21:51.7177232Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:21:51.7178423Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:21:51.7179636Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:21:51.7180901Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:21:51.7183092Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:21:51.7185849Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:21:51.7187956Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:21:51.7189152Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:21:51.7190241Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:21:51.7191445Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:21:51.7193389Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:21:51.7195015Z [ 7%] Built target allocator 2025-06-05T23:21:51.7195764Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:21:51.7196961Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:21:51.7198239Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:21:51.7199429Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:21:51.7201350Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:21:51.7203809Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:21:51.7205293Z [ 7%] Built target cache 2025-06-05T23:21:51.7205988Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:21:51.7207501Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:21:51.7208931Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:21:51.7210270Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:21:51.7211399Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:21:51.7212488Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:21:51.7213357Z [ 93%] Built target flatcc 2025-06-05T23:21:51.7213873Z [ 7%] Built target memory 2025-06-05T23:21:51.7214456Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:21:51.7215191Z [ 7%] Built target datatype 2025-06-05T23:21:51.7215911Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:21:51.7217044Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:21:51.7218700Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:21:51.7220520Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:21:51.7221988Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:21:51.7223239Z [100%] Built target flatcc_cli 2025-06-05T23:21:51.7224602Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:21:51.7226210Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:21:51.7226870Z [ 21%] Built target flatccrt 2025-06-05T23:21:51.7228278Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:21:51.7229918Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:21:51.7231714Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:21:51.7233050Z [ 93%] Built target flatcc 2025-06-05T23:21:51.7233733Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:21:51.7234497Z [100%] Built target flatcc_cli 2025-06-05T23:21:51.7235004Z Install the project... 2025-06-05T23:21:51.7235422Z [ 7%] Built target microkernel-utils 2025-06-05T23:21:51.7235942Z -- Install configuration: "" 2025-06-05T23:21:51.7237193Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:21:51.7238723Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:21:51.7240373Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:21:51.7242688Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:21:51.7245104Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:21:51.7247363Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:21:51.7249803Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:21:51.7252119Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:21:51.7254751Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:21:51.7257080Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:21:51.7259613Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:21:51.7262143Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:21:51.7264463Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:21:51.7267185Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:21:51.7269561Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:21:51.7273212Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:21:51.7275589Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:21:51.7278107Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:21:51.7280456Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:21:51.7283039Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:21:51.7285469Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:21:51.7288048Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:21:51.7290484Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:21:51.7440276Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:21:51.7442813Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:21:51.7445359Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:21:51.7447855Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:21:51.7450433Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:21:51.7453118Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:21:51.7455755Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:21:51.7458589Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:21:51.7461142Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:21:51.7463767Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:21:51.7466383Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:21:51.7468963Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:21:51.7472374Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:21:51.7475090Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:21:51.7477749Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:21:51.7480512Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:21:51.7483094Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:21:51.7485678Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:21:51.7488194Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:21:51.7490840Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:21:51.7493535Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:21:51.7496312Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:21:51.7499023Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:21:51.7501704Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:21:51.7504348Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:21:51.7506789Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:21:51.7509363Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:21:51.7512047Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:21:51.7514616Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:21:51.7517485Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:21:51.7520133Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:21:51.7522768Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:21:51.7525331Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:21:51.7527966Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:21:51.7530817Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:21:51.7533656Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:21:51.7536130Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:21:51.7538763Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:21:51.7541371Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:21:51.7544038Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:21:51.7546533Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:21:51.7549042Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:21:51.7551696Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:21:51.7554263Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:21:51.7557083Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:21:51.7560165Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:21:51.7563108Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:21:51.7565840Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:21:51.7568571Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:21:51.7573209Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:21:51.7575566Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:21:52.9799097Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:21:52.9801720Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:21:52.9804325Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:21:52.9806865Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:21:52.9809217Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:21:52.9811758Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:21:52.9813997Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:21:52.9815432Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:21:52.9816026Z [ 7%] Built target mutex 2025-06-05T23:21:52.9816754Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:21:52.9817604Z [ 7%] Built target flatcc_external_project 2025-06-05T23:21:52.9818408Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:21:52.9819411Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:21:52.9821095Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:21:52.9823589Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:21:52.9825250Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:21:52.9826302Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:21:52.9827148Z [ 7%] Built target reference-ukernels 2025-06-05T23:21:52.9828385Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:21:52.9830747Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:21:52.9832623Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:21:52.9834214Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:21:52.9835393Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:21:52.9836359Z [ 7%] Built target operator-utils 2025-06-05T23:21:52.9837923Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:21:52.9840524Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:21:52.9843429Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:21:52.9845521Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:21:52.9846573Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:21:52.9848230Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:21:52.9850807Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:21:52.9852555Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:21:52.9854238Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:21:52.9856782Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:21:52.9858601Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:21:52.9860374Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:21:52.9862770Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:21:52.9864472Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:21:52.9865882Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:21:52.9867395Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:21:52.9868527Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:21:52.9869483Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:21:52.9871670Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:21:52.9872855Z [ 8%] Built target operator-run 2025-06-05T23:21:52.9874237Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:21:52.9876112Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:21:52.9877846Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:21:52.9879364Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:21:52.9880739Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:21:52.9882007Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:21:52.9883229Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:21:52.9884452Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:21:52.9885393Z [ 8%] Built target hardware-config 2025-06-05T23:21:52.9886311Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:21:52.9888161Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:21:52.9890502Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:21:52.9892359Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:21:52.9894206Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:21:52.9896067Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:21:52.9897540Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:21:52.9898952Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:21:52.9900443Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:21:52.9901955Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:21:52.9903895Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:21:52.9906031Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:21:52.9907763Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:21:52.9909557Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:21:52.9911043Z [ 9%] Built target flatccrt 2025-06-05T23:21:52.9912649Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:21:52.9914922Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:21:52.9916954Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:21:52.9918624Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:21:52.9920436Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:21:52.9922615Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:21:52.9924639Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:21:52.9926688Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:21:52.9928750Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:21:54.1114699Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:21:54.1116882Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:21:54.1118952Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:21:54.1120925Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:21:54.1123047Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:21:54.1125215Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:21:54.1126465Z [100%] Linking CXX executable flatc 2025-06-05T23:21:54.1127762Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:21:54.1129742Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:21:54.1131939Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:21:54.1134273Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:21:54.1136365Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:21:54.1138858Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:21:54.1141220Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:21:54.1143362Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:21:54.1145451Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:21:54.1147538Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:21:54.1149480Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:21:54.1152023Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:21:54.1154338Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:21:54.1156430Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:21:54.1158634Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:21:54.1161054Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:21:54.1163495Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:21:54.1165843Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:21:54.1167338Z [ 13%] Built target operators 2025-06-05T23:21:54.1168447Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:21:54.1170483Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:21:54.1173697Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:21:54.1175923Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:21:54.1177946Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:21:54.1179938Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:21:54.1181987Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:21:54.1183971Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:21:54.1186067Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:21:54.1188148Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:21:54.1190317Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:21:54.1192297Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:21:54.1194130Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:21:54.1196311Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:21:54.1198166Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:21:54.1200010Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:21:54.1202350Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:21:54.1204625Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:21:54.1206544Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:21:54.1208814Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:21:54.1210852Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:21:54.1212844Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:21:54.1214912Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:21:54.1217036Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:21:54.1219354Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:21:54.1221694Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:21:54.1223790Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:21:54.1225688Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:21:54.1227601Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:21:54.1229682Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:21:54.1232020Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:21:54.1234089Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:21:54.1236023Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:21:54.1237328Z [100%] Built target flatc 2025-06-05T23:21:54.1238016Z [ 16%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:21:54.1239537Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:21:54.1241531Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:21:54.1243736Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:21:54.1246007Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:21:54.1248069Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:21:54.1249332Z [100%] Built target flatc 2025-06-05T23:21:54.1249944Z Install the project... 2025-06-05T23:21:54.1250465Z -- Install configuration: "" 2025-06-05T23:21:54.2806526Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:21:54.2808487Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:21:54.2810489Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:21:54.2812676Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:21:54.2815959Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:21:54.2818388Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:21:54.2820986Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:21:54.2823620Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:21:54.2826252Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:21:54.2829021Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:21:54.2831773Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:21:54.2834401Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:21:54.2837041Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:21:54.2839539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:21:54.2842126Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:21:54.2844912Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:21:54.2847555Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:21:54.2850067Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:21:54.2852449Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:21:54.2854869Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:21:54.2857356Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:21:54.2860133Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:21:54.2862624Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:21:54.2865063Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:21:54.2867529Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:21:54.2870039Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:21:54.2873066Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:21:54.2875535Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:21:54.2877848Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:21:54.2880150Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:21:54.2882329Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:21:54.2883656Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:21:54.2885114Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:21:54.2887448Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:21:54.2889945Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:21:54.2892533Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:21:54.2895291Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:21:54.2897539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:21:54.2899308Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-06-05T23:21:54.2901375Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:21:54.2903597Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:21:54.2905636Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:21:54.2906871Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:21:54.2908044Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:21:54.2909422Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:21:54.2910965Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:21:54.2912832Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:21:54.2914473Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:21:54.2916068Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:21:54.2918270Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:21:54.2920285Z [ 17%] Generating common_schema headers 2025-06-05T23:21:54.2921884Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:21:54.2923491Z [ 17%] Built target common_schema 2025-06-05T23:21:54.2924047Z [ 18%] Generating xnnpack_schema headers 2025-06-05T23:21:54.2924664Z [ 18%] Generating program_schema headers 2025-06-05T23:21:54.2925238Z [ 18%] Built target program_schema 2025-06-05T23:21:54.2925783Z [ 18%] Built target xnnpack_schema 2025-06-05T23:21:54.2927106Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:21:54.2928796Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:21:55.4989318Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:21:55.4991259Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:21:55.4993363Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:21:55.4995168Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:21:55.4997077Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:21:55.4999421Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:21:55.5000928Z [ 18%] Built target subgraph 2025-06-05T23:21:55.5002323Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:21:55.5004342Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:21:55.5005598Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:21:55.5007298Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:21:55.5009125Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:21:55.5010373Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:21:55.5012236Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:21:55.5014623Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:21:55.5015740Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:21:55.5017108Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:21:55.5018527Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:55.5019625Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:21:55.5020325Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:21:55.5021102Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:21:55.5022148Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:21:55.5023297Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:21:55.5024365Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:21:55.5025369Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:21:55.5026089Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:21:55.5027053Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:21:55.5027989Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:21:55.5029015Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:21:55.5030477Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:21:55.5031536Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:21:55.5032941Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:21:55.5034196Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:21:55.5036110Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:21:55.5037878Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:21:55.5038643Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:21:55.5039711Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:21:55.5041027Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:21:55.5042270Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:21:55.5043522Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:21:55.5044766Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:21:55.5045601Z [ 20%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:21:55.5046514Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:21:55.5047951Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:21:55.5048751Z [ 20%] Built target executorch_core 2025-06-05T23:21:55.5049540Z [ 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-06-05T23:21:55.5050551Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:21:55.5051272Z [ 20%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:21:55.5052018Z [ 20%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:21:55.5053046Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:21:55.5054386Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:21:55.5055528Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:21:55.5056634Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:21:55.5057566Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:21:55.5058261Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:21:55.5059109Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:21:55.5060202Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:21:55.5061456Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:21:55.5062281Z [ 23%] Linking CXX static library libextension_tensor.a 2025-06-05T23:21:55.5062940Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:21:55.5063564Z [ 23%] Built target extension_tensor 2025-06-05T23:21:55.5064127Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:21:55.5065432Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:21:55.5067163Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:21:55.5068801Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:21:55.5069888Z [ 23%] Linking CXX static library libexecutorch.a 2025-06-05T23:21:55.5071152Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:21:55.5072249Z [ 23%] Built target executorch 2025-06-05T23:21:55.5073323Z [ 23%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:21:55.5074892Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:21:55.5075952Z [ 23%] Generating etdump headers 2025-06-05T23:21:57.0123758Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:21:57.0125335Z [ 23%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:21:57.0126520Z [ 23%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:21:57.0128173Z [ 23%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:21:57.0130245Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:21:57.0132688Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:21:57.0134296Z [ 23%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:21:57.0135017Z [ 23%] Built target extension_threadpool 2025-06-05T23:21:57.0135723Z [ 23%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:21:57.0137396Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:21:57.0139202Z [ 23%] Built target extension_data_loader 2025-06-05T23:21:57.0140341Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:21:57.0142106Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:21:57.0143831Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:21:57.0145533Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:21:57.0147135Z [ 24%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:21:57.0149295Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:21:57.0151971Z [ 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-06-05T23:21:57.0154532Z [ 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-06-05T23:21:57.0156755Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:21:57.0158002Z [ 24%] Generating bundled_program headers 2025-06-05T23:21:57.0159109Z [ 24%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:21:57.0160581Z [ 24%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:57.0162157Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:21:57.0163522Z [ 24%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:21:57.0164813Z [ 24%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:21:57.0166533Z [ 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-06-05T23:21:57.0168635Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:21:57.0170514Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:21:57.0172321Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:21:57.0173459Z [ 25%] Linking CXX static library libetdump.a 2025-06-05T23:21:57.0175055Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:21:57.0176648Z [ 25%] Built target etdump 2025-06-05T23:21:57.0178365Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:21:57.0180084Z [ 25%] Linking CXX static library libbundled_program.a 2025-06-05T23:21:57.0180773Z [ 25%] Built target bundled_program 2025-06-05T23:21:57.0181741Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:21:57.0183318Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:21:57.0184962Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:21:57.0186416Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:21:57.0188642Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:21:57.0190844Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:21:57.0192496Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:21:57.0194182Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:21:57.0196373Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:21:57.0198987Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:21:57.0200596Z [ 28%] Linking CXX static library libcpublas.a 2025-06-05T23:21:57.0201267Z [ 28%] Linking CXX static library libutil.a 2025-06-05T23:21:57.0201855Z [ 28%] Built target cpublas 2025-06-05T23:21:57.0202894Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:21:57.0204981Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:21:57.0206515Z [ 28%] Built target util 2025-06-05T23:21:57.0208132Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:21:57.0210982Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:21:57.0213144Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:21:57.0214803Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:21:57.0217133Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-06-05T23:21:57.0219906Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-06-05T23:21:57.0222233Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:21:57.0224684Z [ 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-06-05T23:21:57.0227613Z [ 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-06-05T23:21:57.0230002Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:21:57.0231950Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:21:57.0233736Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:21:57.0235461Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:21:57.0237768Z [ 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-06-05T23:21:57.0240708Z [ 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-06-05T23:21:57.0243070Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:21:57.0244714Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:21:57.0246278Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:21:57.0247860Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:21:57.0249063Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:21:57.0250896Z [ 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-06-05T23:21:57.0252605Z [ 28%] Built target kernels_util_all_deps 2025-06-05T23:21:59.8898423Z [ 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-06-05T23:21:59.8900586Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:21:59.8902011Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:21:59.8903271Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:21:59.8905017Z [ 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-06-05T23:21:59.8906890Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:21:59.8908214Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:21:59.8909519Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:21:59.8911410Z [ 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-06-05T23:21:59.8913682Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:21:59.8915479Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:21:59.8917266Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:21:59.8918499Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:21:59.8920119Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:21:59.8921858Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:21:59.8923779Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:21:59.8925194Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:21:59.8927099Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:21:59.8929141Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:21:59.8930875Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:21:59.8932854Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:21:59.8934833Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:21:59.8936303Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:21:59.8938214Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:21:59.8940100Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:21:59.8941966Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:21:59.8943792Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:21:59.8945556Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:21:59.8947283Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:21:59.8948535Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:21:59.8949992Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:21:59.8952021Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:21:59.8953858Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:21:59.8955781Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:21:59.8957796Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:21:59.8959389Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:21:59.8961350Z [ 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-06-05T23:21:59.8963752Z [ 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-06-05T23:21:59.8965808Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:21:59.8967886Z [ 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-06-05T23:21:59.8969775Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:21:59.8971325Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:21:59.8973407Z [ 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-06-05T23:21:59.8975550Z [ 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-06-05T23:21:59.8977407Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:21:59.8978935Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:21:59.8980789Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:21:59.8983021Z [ 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-06-05T23:21:59.8985278Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:21:59.8986895Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:21:59.8988780Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:21:59.8991097Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:21:59.8993267Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:21:59.8995133Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:21:59.8996722Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:21:59.8998751Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:21:59.9001088Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:21:59.9002982Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:21:59.9004858Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:21:59.9006892Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:21:59.9008649Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:21:59.9010477Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:59.9012319Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:21:59.9014124Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:21:59.9016173Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:22:04.2031539Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:22:04.2033253Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:22:04.2035198Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:22:04.2037486Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:22:04.2039103Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:22:04.2041098Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:04.2043245Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:22:04.2045371Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:04.2047467Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:22:04.2049903Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:22:04.2052030Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:22:04.2054135Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:22:04.2056458Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:22:04.2058535Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:22:04.2060635Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:22:04.2062790Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:22:04.2064668Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:22:04.2066608Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:22:04.2068681Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:22:04.2073430Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:04.2075611Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:22:04.2077642Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:04.2081339Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:22:04.2084417Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:04.2086580Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:22:04.2088708Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:22:04.2090724Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:04.2093161Z [ 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-06-05T23:22:04.2095089Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:22:04.2097196Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:22:04.2099628Z [ 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-06-05T23:22:04.2101593Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:22:04.2103648Z [ 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-06-05T23:22:04.2106150Z [ 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-06-05T23:22:04.2108488Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:22:04.2110690Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:22:04.2112778Z [ 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-06-05T23:22:04.2114937Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:22:04.2117047Z [ 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-06-05T23:22:04.2119384Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:22:04.2121343Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:22:04.2123333Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:22:04.2125814Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:04.2127758Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:22:04.2129816Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:22:04.2132240Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:22:04.2134617Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:22:04.2137128Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:04.2139235Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:22:04.2141352Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-06-05T23:22:04.2143562Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:22:04.2145117Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:22:04.2147135Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:22:04.2149290Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:22:04.2151757Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:22:04.2153743Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:22:04.2155868Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:22:04.2158473Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:22:04.2161043Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:22:04.2164435Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:22:04.2166614Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:22:04.2168673Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:22:06.4564015Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:06.4566587Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:06.4568606Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:22:06.4570830Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:06.4574305Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:06.4576809Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:22:06.4578819Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:22:06.4580421Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:22:06.4582489Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:06.4585197Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:06.4589112Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:22:06.4590715Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:22:06.4592771Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:06.4595211Z [ 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-06-05T23:22:06.4597042Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:22:06.4598589Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:22:06.4600753Z [ 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-06-05T23:22:06.4603782Z [ 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-06-05T23:22:06.4606000Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:22:06.4608197Z [ 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-06-05T23:22:06.4610420Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:22:06.4611939Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:22:06.4613296Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:06.4614832Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:06.4615979Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:22:06.4617118Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:06.4618237Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:22:06.4619078Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:22:06.4619933Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:22:06.4620844Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:22:06.4622046Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:22:06.4623269Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:22:06.4624508Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:06.4625593Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:22:06.4626423Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:22:06.4627532Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:22:06.4628855Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:06.4629941Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:22:06.4630863Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:22:06.4631950Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:22:06.4633588Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:06.4635372Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:06.4636823Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:22:06.4637732Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:22:06.4638619Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:22:06.4639836Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:06.4641272Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:22:06.4642664Z [ 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-06-05T23:22:06.4643718Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:22:06.4644777Z [ 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-06-05T23:22:06.4645815Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:22:06.4646910Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:22:06.4648176Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:22:06.4649249Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:22:06.4650329Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:22:06.4651372Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:22:06.4652230Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:22:06.4653323Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:22:06.4654422Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:22:06.4655509Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:22:08.2810269Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:22:08.2812611Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:22:08.2814794Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:22:08.2815931Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:22:08.2817043Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:22:08.2818104Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:22:08.2819176Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:22:08.2820558Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:22:08.2821721Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:22:08.2822905Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:22:08.2823892Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:22:08.2824965Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:22:08.2826213Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:22:08.2827730Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:22:08.2828959Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:22:08.2829797Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:22:08.2831121Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:22:08.2832757Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:22:08.2834380Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:22:08.2835807Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:22:08.2836874Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:22:08.2837968Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:22:08.2839025Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:22:08.2839857Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:22:08.2840902Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:22:08.2841987Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:22:08.2842918Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:22:08.2844017Z [ 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-06-05T23:22:08.2845257Z [ 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-06-05T23:22:08.2846363Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:22:08.2847291Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:22:08.2848246Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:22:08.2849190Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:22:08.2850207Z [ 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-06-05T23:22:08.2851240Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:22:08.2852079Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:22:08.2853132Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:22:08.2854166Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:22:08.2855086Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:22:08.2856156Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:22:08.2857206Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:22:08.2858289Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:22:08.2859541Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:22:08.2860794Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:22:08.2862041Z [ 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-06-05T23:22:08.2863244Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:22:08.2864282Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:22:08.2865216Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:22:08.2866278Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:22:08.2867479Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:22:08.2868662Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:22:08.2869835Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:22:08.2871321Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:22:08.2872561Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:22:08.2873771Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:22:08.2874964Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:22:08.2876393Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:22:08.2877782Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:22:08.2879709Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:22:08.2881436Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:22:08.2882906Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:22:10.1368776Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:22:10.1370978Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:22:10.1373184Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:22:10.1375159Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:22:10.1377171Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:22:10.1378384Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:22:10.1379644Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:22:10.1380776Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:22:10.1381755Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:22:10.1382735Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:22:10.1384094Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:22:10.1386014Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:22:10.1388103Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:22:10.1390401Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:22:10.1392426Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:22:10.1394171Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:22:10.1396020Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:22:10.1397824Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:22:10.1399741Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:22:10.1401499Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:22:10.1403432Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:22:10.1405432Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:22:10.1407486Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:22:10.1410218Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:22:10.1412179Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:22:10.1414261Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:22:10.1416245Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:22:10.1418123Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:22:10.1419744Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:22:10.1421534Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:22:10.1423485Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:22:10.1425509Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:22:10.1427459Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:22:10.1429654Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:22:10.1431504Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:22:10.1433326Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:22:10.1435129Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:22:10.1436801Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:22:10.1438486Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:22:10.1440134Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:22:10.1441975Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:22:10.1443851Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:22:10.1445391Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:22:10.1446907Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:22:10.1448653Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:22:10.1450785Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:22:10.1452824Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:22:10.1454938Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:22:10.1457018Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:22:10.1459174Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:22:10.1461227Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:22:10.1462722Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:22:10.1463999Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:22:10.1465728Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:22:10.1467558Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:22:10.1468943Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:22:10.1469979Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:22:10.1471232Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:22:10.1472315Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:22:10.1473377Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:22:10.1474377Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:22:10.1475378Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:22:10.1476480Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:22:10.1477629Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:22:10.1478633Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:22:11.4880907Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:22:11.4883309Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:22:11.4885668Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:22:11.4888132Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:22:11.4890182Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:22:11.4891415Z [ 54%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:22:11.4892861Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:22:11.4895198Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:22:11.4897565Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:22:11.4899948Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:22:11.4902687Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:22:11.4904626Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:22:11.4905772Z [ 54%] Built target optimized_kernels 2025-06-05T23:22:11.4907155Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:22:11.4909494Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:22:11.4911899Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:22:11.4913799Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:22:11.4915596Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:22:11.4917631Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:22:11.4919657Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:22:11.4921330Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:22:11.4923101Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:22:11.4925220Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:22:11.4927541Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:22:11.4929504Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:22:11.4931566Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:22:11.4934008Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:22:11.4936343Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:22:11.4938696Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:22:11.4940783Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:22:11.4942882Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:22:11.4945399Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:22:11.4947540Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:22:11.4949338Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:22:11.4951547Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:22:11.4953713Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:22:11.4955825Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:22:11.4958412Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:22:11.4960762Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:22:11.4963167Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:22:11.4965553Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:22:11.4967597Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:22:11.4969445Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:22:11.4972708Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:22:11.4975111Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:22:11.4977114Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:22:11.4978823Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:22:11.4980963Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:22:11.4983391Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:22:11.4985896Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:22:11.4988049Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:22:11.4990145Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:22:11.4992336Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:22:11.4994049Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:22:11.4996081Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:22:11.4998392Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:22:11.5000674Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:22:11.5003014Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:22:11.5005332Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:22:11.5007579Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:22:11.5009882Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:22:11.5012006Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:22:11.5013949Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:22:12.7672594Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:22:12.7674882Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:22:12.7676696Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:22:12.7678703Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:22:12.7680601Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:22:12.7682625Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:22:12.7685274Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:22:12.7687422Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:22:12.7689230Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:22:12.7691072Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:22:12.7692948Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:22:12.7694789Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:22:12.7696781Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:22:12.7699013Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:22:12.7701358Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:22:12.7703478Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:22:12.7705618Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:22:12.7708047Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:22:12.7710453Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:22:12.7712798Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:22:12.7714917Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:22:12.7717007Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:22:12.7719363Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:22:12.7721696Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:22:12.7723757Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:22:12.7725891Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:22:12.7728196Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:22:12.7730068Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:22:12.7731948Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:22:12.7734139Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:22:12.7736629Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:22:12.7739077Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:22:12.7741622Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:22:12.7744038Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:22:12.7746208Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:22:12.7748539Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:22:12.7751068Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:22:12.7753559Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:22:12.7755317Z [ 60%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:22:12.7757062Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:22:12.7759516Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:22:12.7762073Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:22:12.7764716Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:22:12.7767296Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:22:12.7769888Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:22:12.7773209Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:22:12.7775783Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:22:12.7778217Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:22:12.7779734Z [ 61%] Built target optimized_portable_kernels 2025-06-05T23:22:12.7781390Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:22:12.7783009Z [ 61%] Merging kernel yaml files 2025-06-05T23:22:12.7784858Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:22:12.7787502Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:22:12.7790124Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:22:12.7792898Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:22:12.7795426Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:22:12.7797340Z [ 61%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:22:12.7799120Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:22:12.7801542Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:22:12.7803960Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:22:12.7806374Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:22:12.7808874Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:22:13.8776996Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:22:13.8778383Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:22:13.8779666Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:22:13.8780879Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:22:13.8782096Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:22:13.8783324Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:22:13.8784502Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:22:13.8785846Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:22:13.8787881Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:22:13.8789035Z [ 62%] Generating code for kernel registration 2025-06-05T23:22:13.8790362Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:22:13.8792798Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:22:13.8795129Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:22:13.8797577Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:22:13.8799739Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:22:13.8801927Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:22:13.8804241Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:22:13.8806508Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:22:13.8808638Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:22:13.8810935Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:22:13.8813083Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:22:13.8815198Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:22:13.8817548Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:22:13.8819870Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:22:13.8822085Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:22:13.8824319Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:22:13.8826537Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:22:13.8828181Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:22:13.8829606Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:22:13.8831562Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:22:13.8833478Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:22:13.8835895Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:22:13.8837070Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:22:13.8838262Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:22:13.8839468Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:22:13.8840635Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:22:13.8841787Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:22:13.8843897Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:22:13.8846408Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:22:13.8848663Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:22:13.8849963Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:22:13.8851219Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:22:13.8852471Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:22:13.8854017Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:22:13.8855847Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:22:13.8858250Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:22:13.8860552Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:22:13.8861961Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:22:13.8863398Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:22:13.8864716Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:22:13.8866055Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:22:13.8867275Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:22:13.8868493Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:22:13.8869700Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:22:13.8871186Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:22:13.8872491Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:22:13.8873784Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:22:15.0576771Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:22:15.0579477Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:22:15.0581797Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:22:15.0583972Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:22:15.0586525Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:22:15.0588776Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:22:15.0591098Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:22:15.0593331Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:22:15.0595538Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:22:15.0598005Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:22:15.0600279Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:22:15.0602541Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:22:15.0604824Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:22:15.0607083Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:22:15.0609634Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0612470Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0615398Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:22:15.0618479Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:22:15.0621410Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0624224Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0627071Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0629945Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0632836Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.0635682Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:15.0638576Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:22:15.0641472Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:22:15.0644615Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:22:15.0647516Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0650404Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:22:15.0653275Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.0656134Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:15.0659167Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:22:15.0662125Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:22:15.0665149Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.0668301Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:22:15.0671675Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.0674652Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:15.0692970Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:22:15.0696020Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:22:15.0699089Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:22:15.0702054Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:15.0704974Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:22:15.0707956Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:22:15.0711060Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:22:15.0714060Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:22:15.0716829Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:15.0719696Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.0723018Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.0726116Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:22:15.0729220Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.0732209Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:22:15.9328891Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:15.9330986Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:22:15.9332782Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:22:15.9334565Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.9336079Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:22:15.9338316Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:15.9340631Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:22:15.9342334Z [ 71%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:22:15.9343095Z [ 71%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:22:15.9344723Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:22:15.9347034Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.9348618Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:22:15.9350352Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.9352032Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:22:15.9353684Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:15.9355300Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:22:15.9356822Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:15.9359180Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:22:15.9361982Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:22:15.9364768Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.9367385Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:22:15.9370044Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:15.9374355Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:22:15.9377045Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:22:15.9379709Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:22:15.9382443Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:22:15.9385190Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:22:15.9387971Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:15.9390476Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:15.9392878Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:15.9394517Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:15.9396126Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:15.9397574Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:22:15.9399070Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:22:15.9401673Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:22:15.9404406Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:15.9406437Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:15.9407843Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:15.9409549Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:15.9411223Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:15.9412662Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:22:15.9414139Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:22:15.9415499Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:22:15.9416731Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:22:15.9418040Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:22:15.9419259Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:22:15.9420565Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:22:15.9421784Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:22:15.9423169Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:22:15.9424383Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:22:15.9425646Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:22:16.7459289Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:22:16.7461991Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:22:16.7464796Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:16.7467454Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:16.7470188Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:16.7472986Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:16.7475687Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:16.7478353Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:22:16.7481007Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:22:16.7484004Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:22:16.7486639Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:16.7489294Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:16.7492051Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:16.7494908Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:16.7498047Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:16.7500823Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:22:16.7503514Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:22:16.7506319Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:22:16.7509061Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:16.7511891Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:16.7514666Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:16.7517371Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:16.7520137Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:16.7522922Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:22:16.7525619Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:22:16.7528306Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:16.7530943Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:22:16.7533643Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:16.7536322Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:16.7538988Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:16.7541768Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:16.7544395Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:16.7546993Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:16.7549544Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:16.7552364Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:16.7555369Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:16.7557961Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:16.7560328Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:16.7562956Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:16.7565552Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:16.7568405Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:22:16.7573485Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:16.7576365Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:16.7578987Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:16.7581583Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:16.7584214Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:16.7586851Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:16.7589505Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:17.6195573Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:17.6197067Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:17.6198565Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:17.6200248Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:17.6201697Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:17.6203149Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:17.6204574Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:17.6205997Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:22:17.6207587Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:17.6209021Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:22:17.6210352Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:22:17.6211793Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:22:17.6213317Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:22:17.6215413Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:22:17.6216819Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:22:17.6218199Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:22:17.6219562Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:22:17.6220853Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:22:17.6222174Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:22:17.6223540Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:22:17.6225490Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:22:17.6227217Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:22:17.6228539Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:22:17.6229767Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:22:17.6232026Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:17.6234262Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:22:17.6236007Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:22:17.6237590Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:22:17.6239718Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:22:17.6241874Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:22:17.6243930Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:22:17.6245743Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:17.6247651Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:22:17.6249380Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:22:17.6251130Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:22:17.6252734Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:22:17.6254362Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:22:17.6255958Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:22:17.6257567Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:22:17.6259200Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:22:17.6260847Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:22:17.6262538Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:22:17.6264350Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:22:17.6266224Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:22:17.6267957Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:22:17.6269848Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:22:17.6271935Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:22:17.6273226Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:22:17.6274702Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:22:17.6276028Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:17.6277403Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:22:17.6278770Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:22:17.6280110Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:22:17.6281441Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:18.4559526Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:22:18.4562442Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:22:18.4565367Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:22:18.4568119Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:22:18.4571375Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:22:18.4573883Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:22:18.4576408Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:18.4578956Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:18.4581545Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:18.4584143Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:18.4586780Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:18.4589279Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:22:18.4591873Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:22:18.4594361Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:22:18.4596818Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:22:18.4599495Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:22:18.4602572Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:18.4605314Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:18.4607948Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:22:18.4610493Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:22:18.4612999Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:22:18.4615589Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:22:18.4617772Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:22:18.4619985Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:22:18.4622194Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:22:18.4624380Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:22:18.4626576Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:22:18.4628728Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:22:18.4631164Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:18.4633636Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:18.4636053Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:18.4638413Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:18.4640768Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:18.4643202Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:18.4645542Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:18.4647949Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:18.4650319Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:18.4652779Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:18.4655380Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:18.4657773Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:18.4660088Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:18.4662579Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:18.4665206Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:18.4667676Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:18.4670051Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:18.4674175Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:18.4676615Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:18.4679133Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:18.4681777Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:18.4684536Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:22:18.4687157Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:22:18.4689472Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:22:19.3129174Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:22:19.3131467Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:22:19.3133966Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:22:19.3136657Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:22:19.3138427Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:22:19.3139797Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:22:19.3141823Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:22:19.3143771Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:22:19.3145067Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:22:19.3146545Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:22:19.3147867Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:22:19.3149211Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:22:19.3150609Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:22:19.3151841Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:22:19.3153299Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:19.3154627Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:22:19.3155948Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:22:19.3157327Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:22:19.3158701Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:22:19.3161069Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:22:19.3163394Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:22:19.3165880Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:19.3168387Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:22:19.3170848Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:22:19.3172963Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:22:19.3174983Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:22:19.3177075Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:22:19.3179184Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:22:19.3181326Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:22:19.3183388Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:22:19.3185410Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:22:19.3187424Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:22:19.3190572Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:22:19.3192357Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:22:19.3193643Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:22:19.3194871Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:22:19.3196063Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:22:19.3197341Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:22:19.3198918Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:22:19.3200242Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:19.3202195Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:22:19.3203634Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:22:19.3204974Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:22:19.3206318Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:22:19.3207710Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:22:19.3208987Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:22:19.3210159Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:22:19.3212035Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:22:19.3213251Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:22:19.3214470Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:22:19.3215691Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:22:19.3216946Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:22:19.3218484Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:22:19.3220538Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:22:19.3222512Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:22:20.0881653Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:22:20.0883852Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:22:20.0885872Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:22:20.0887880Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:22:20.0889981Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:22:20.0892136Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:22:20.0894598Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:22:20.0896747Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:22:20.0898944Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:22:20.0901246Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:22:20.0903388Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:22:20.0905360Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:22:20.0907380Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:22:20.0909516Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:22:20.0911621Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:22:20.0913668Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:22:20.0915981Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:22:20.0918519Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:22:20.0921009Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:22:20.0923216Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:22:20.0925657Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:22:20.0928114Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:22:20.0930434Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:22:20.0932772Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:22:20.0935512Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:22:20.0938235Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:22:20.0940706Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:22:20.0943115Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:22:20.0945389Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:22:20.0947901Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:22:20.0950184Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:22:20.0952734Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:22:20.0955004Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:22:20.0957084Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:22:20.0959184Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:22:20.0961125Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:22:20.0963262Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:22:20.0965237Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:22:20.0967230Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:22:20.0969329Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:22:20.0971472Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:22:20.0973387Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:22:20.0975537Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:22:20.0977898Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:22:20.0980496Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:22:20.0983118Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:22:20.0985536Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:22:20.0987686Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:22:20.0990364Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:22:20.0992789Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:22:20.0995115Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:22:20.0997442Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:22:20.0999903Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:22:20.1002452Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:22:20.1005254Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:22:20.1007671Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:22:20.1010440Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:22:26.4409422Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:22:26.4412144Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:22:26.4413605Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:22:26.4415123Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:22:26.4416562Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:22:26.4417621Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:22:26.4419049Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:22:26.4420170Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:22:26.4421984Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:22:26.4424043Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:22:26.4426079Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:22:26.4427705Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:22:26.4429509Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:22:26.4431586Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:22:26.4433688Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:22:26.4436236Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:22:26.4438367Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:22:26.4440336Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:22:26.4442437Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:22:26.4444572Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:22:26.4446678Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:22:26.4448942Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:22:26.4451034Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:22:26.4453186Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:22:26.4455281Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:22:26.4456656Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:22:26.4457358Z [ 97%] Built target microkernels-prod 2025-06-05T23:22:26.4457964Z [ 97%] Generating build_identifier.c 2025-06-05T23:22:26.4459201Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:22:26.4461048Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:22:26.4462824Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:22:26.4463829Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:22:26.4464795Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:22:26.4465757Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:22:26.4466736Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:22:26.4467741Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:22:26.4468696Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:22:26.4469676Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:22:26.4470911Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:22:26.4471897Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:22:26.4472859Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:22:26.4473803Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:22:26.4474757Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:22:26.4475785Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:22:26.4476983Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:22:26.4478384Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:22:26.4479537Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:22:26.4481258Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:22:26.4483067Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:22:26.4484260Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:22:26.4486100Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:22:26.4487668Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:22:26.4488924Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:22:26.4489881Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:22:26.4490798Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:22:26.4491638Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:22:26.4492402Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:22:26.4493237Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:22:26.4493857Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:22:26.4494189Z [100%] Built target XNNPACK 2025-06-05T23:22:26.4494734Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:22:26.4495543Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:22:26.4496382Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:22:26.4497192Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:22:26.4498049Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:22:26.4498943Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:22:26.4499580Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:22:26.4499954Z [100%] Built target xnnpack_backend 2025-06-05T23:22:26.4500459Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:22:26.4501128Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:22:26.4501589Z [100%] Built target portable_lib 2025-06-05T23:22:26.4502136Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:22:34.3200218Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:22:34.3202193Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:22:34.3204112Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:22:34.3206262Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:22:34.3207971Z Linking CXX static library libcoreml_util.a 2025-06-05T23:22:34.3208590Z Built target coreml_util 2025-06-05T23:22:34.3209278Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:22:34.3210108Z Built target coreml_inmemoryfs 2025-06-05T23:22:34.3211320Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:22:34.3213405Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:22:34.3214950Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:22:34.3215815Z Built target executorchcoreml 2025-06-05T23:22:34.3216384Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:22:34.3217287Z [ 1%] Built target flatcc_external_project 2025-06-05T23:22:34.3217853Z [ 2%] Built target pthreadpool 2025-06-05T23:22:34.3218441Z [ 2%] Built target common_schema 2025-06-05T23:22:34.3218983Z [ 3%] Built target xnnpack_schema 2025-06-05T23:22:34.3219485Z [ 4%] Built target cpuinfo 2025-06-05T23:22:34.3219935Z [ 6%] Built target flatccrt 2025-06-05T23:22:34.3220396Z [ 7%] Built target logging 2025-06-05T23:22:34.3220826Z [ 7%] Built target indirection 2025-06-05T23:22:34.3221321Z [ 7%] Built target microparams-init 2025-06-05T23:22:34.3221858Z [ 7%] Built target normalization 2025-06-05T23:22:34.3222365Z [ 8%] Built target eigen_blas 2025-06-05T23:22:34.3222846Z [ 8%] Built target datatype 2025-06-05T23:22:34.3223343Z [ 8%] Built target operator-utils 2025-06-05T23:22:34.3223866Z [ 8%] Built target program_schema 2025-06-05T23:22:34.3224398Z [ 8%] Built target reference-ukernels 2025-06-05T23:22:34.3224958Z [ 8%] Built target hardware-config 2025-06-05T23:22:34.3225502Z [ 8%] Built target operator-run 2025-06-05T23:22:34.3225998Z [ 8%] Built target packing 2025-06-05T23:22:34.3226452Z [ 8%] Built target cache 2025-06-05T23:22:34.3226905Z [ 8%] Built target memory 2025-06-05T23:22:34.3227358Z [ 8%] Built target allocator 2025-06-05T23:22:34.3227861Z [ 8%] Built target microkernel-utils 2025-06-05T23:22:34.3228363Z [ 8%] Built target mutex 2025-06-05T23:22:34.3228816Z [ 11%] Built target operators 2025-06-05T23:22:34.3229320Z [ 12%] Built target executorch_core 2025-06-05T23:22:34.3229860Z [ 12%] Built target extension_data_loader 2025-06-05T23:22:34.3230521Z [ 12%] Built target extension_threadpool 2025-06-05T23:22:34.3231089Z [ 13%] Built target executorch 2025-06-05T23:22:34.3231951Z [ 14%] Built target extension_tensor 2025-06-05T23:22:34.3232497Z [ 16%] Built target subgraph 2025-06-05T23:22:34.3232997Z [ 16%] Built target bundled_program 2025-06-05T23:22:34.3233512Z [ 17%] Built target cpublas 2025-06-05T23:22:34.3233990Z [ 17%] Built target etdump 2025-06-05T23:22:34.3234480Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:22:34.3235041Z [ 18%] Built target util 2025-06-05T23:22:34.3235529Z [ 19%] Built target optimized_kernels 2025-06-05T23:22:34.3236065Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:22:34.3236677Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:22:34.3237268Z [ 97%] Built target microkernels-prod 2025-06-05T23:22:34.3237820Z [100%] Built target XNNPACK 2025-06-05T23:22:34.3238299Z [100%] Built target xnnpack_backend 2025-06-05T23:22:34.3238839Z [100%] Built target portable_lib 2025-06-05T23:22:34.3239864Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:22:34.3241585Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:22:34.3244808Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:22:34.3246534Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:22:34.3248198Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:22:34.3250103Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:22:34.3251829Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:22:34.3253646Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:22:34.3255439Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:22:34.3257111Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:22:34.3258533Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:22:34.3259258Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:22:34.3259915Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:22:34.3260515Z [ 1%] Built target flatcc_external_project 2025-06-05T23:22:34.3261071Z [ 2%] Built target pthreadpool 2025-06-05T23:22:34.3261526Z [ 3%] Built target cpuinfo 2025-06-05T23:22:34.3261981Z [ 3%] Built target common_schema 2025-06-05T23:22:34.3262482Z [ 4%] Built target xnnpack_schema 2025-06-05T23:22:34.3262979Z [ 6%] Built target eigen_blas 2025-06-05T23:22:34.3263453Z [ 7%] Built target flatccrt 2025-06-05T23:22:34.3263944Z [ 8%] Built target logging 2025-06-05T23:22:34.3264400Z [ 8%] Built target indirection 2025-06-05T23:22:34.3264871Z [ 8%] Built target microparams-init 2025-06-05T23:22:34.3265396Z [ 8%] Built target normalization 2025-06-05T23:22:34.3265906Z [ 8%] Built target datatype 2025-06-05T23:22:34.3266401Z [ 8%] Built target program_schema 2025-06-05T23:22:34.3266942Z [ 8%] Built target reference-ukernels 2025-06-05T23:22:34.3267523Z [ 8%] Built target hardware-config 2025-06-05T23:22:34.3268062Z [ 8%] Built target packing 2025-06-05T23:22:34.3268563Z [ 8%] Built target allocator 2025-06-05T23:22:34.3269036Z [ 8%] Built target cache 2025-06-05T23:22:34.3269517Z [ 8%] Built target memory 2025-06-05T23:22:34.3270036Z [ 8%] Built target microkernel-utils 2025-06-05T23:22:34.3270922Z [ 8%] Built target mutex 2025-06-05T23:22:34.3271435Z [ 8%] Built target operator-utils 2025-06-05T23:22:34.3271973Z [ 8%] Built target operator-run 2025-06-05T23:22:34.3272514Z [ 9%] Built target executorch_core 2025-06-05T23:22:34.3273034Z [ 12%] Built target operators 2025-06-05T23:22:34.3273572Z [ 12%] Built target extension_data_loader 2025-06-05T23:22:34.3274151Z [ 12%] Built target extension_threadpool 2025-06-05T23:22:34.3274731Z [ 13%] Built target executorch 2025-06-05T23:22:34.3275257Z [ 13%] Built target extension_tensor 2025-06-05T23:22:34.3275827Z [ 14%] Built target kernels_util_all_deps 2025-06-05T23:22:34.3276396Z [ 16%] Built target subgraph 2025-06-05T23:22:34.3276893Z [ 16%] Built target bundled_program 2025-06-05T23:22:34.3277400Z [ 18%] Built target cpublas 2025-06-05T23:22:34.3277852Z [ 18%] Built target etdump 2025-06-05T23:22:34.3278328Z [ 19%] Built target optimized_kernels 2025-06-05T23:22:34.3278811Z [ 19%] Built target util 2025-06-05T23:22:34.3279301Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:22:34.3279897Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:22:34.3280546Z [ 95%] Built target microkernels-prod 2025-06-05T23:22:34.3281058Z [ 97%] Built target XNNPACK 2025-06-05T23:22:34.3281509Z [ 97%] Built target xnnpack_backend 2025-06-05T23:22:34.3282025Z [ 97%] Built target portable_lib 2025-06-05T23:22:34.3283061Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:22:34.3284920Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:22:34.3286554Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:22:34.3288212Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:22:34.3289821Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:34.3291310Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:22:34.3292609Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:22:34.3293563Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:22:34.3294706Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:22:34.3295614Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:22:34.3296326Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:22:34.3296761Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:22:34.3297224Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:22:34.3297676Z [ 98%] Generating code for kernel registration 2025-06-05T23:22:34.3298543Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:34.3299464Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:22:34.3299876Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:22:34.3300315Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:22:34.3303158Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-06-05T23:22:34.3305890Z [ 98%] Generating code for kernel registration 2025-06-05T23:22:34.3306578Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:22:34.3307659Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:22:34.3308631Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:22:36.5809646Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:22:36.5810552Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:22:36.5811453Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:22:36.5812397Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:36.5813274Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:22:36.5814140Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:22:36.5815270Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:22:36.5816137Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:22:36.5817112Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:22:36.5818144Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:22:36.5819436Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:22:36.5820225Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:22:36.5820639Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:22:36.5821102Z running build_py 2025-06-05T23:22:36.5821444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:22:36.5822126Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:22:36.5822907Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:22:36.5823696Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:22:36.5824481Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:22:36.5825144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:22:36.5825821Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:22:36.5826532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5827237Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5827983Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5828752Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5829538Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5830393Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5831197Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5832006Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5832795Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5833542Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5834359Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5835310Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5836133Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5836932Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5837744Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5838518Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5839329Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5840129Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5840997Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5841743Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5842504Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5843262Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5844109Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5844881Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5845680Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:36.5846311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:22:36.5847038Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:22:36.5847685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:22:36.5848414Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:22:36.5849280Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:22:36.5850102Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:22:36.5850804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5851548Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5852479Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5853425Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5854444Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5855451Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5856403Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5857509Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5858480Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5859523Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5860541Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5861511Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5862457Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5863415Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:22:36.5864202Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:22:36.5865041Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:22:36.5866141Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:22:36.5867324Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:22:36.5868581Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:22:36.5869432Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:22:36.5870328Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:22:36.5871587Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:22:36.5872666Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:22:36.5873485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:22:36.5874418Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:22:36.5875483Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:22:36.5876576Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:22:36.6268009Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:22:36.6268854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:22:36.6269655Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:22:36.6270908Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:22:36.6272024Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:22:36.6272861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:22:36.6273709Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:22:36.6274542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6275566Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6276696Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6277841Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6279001Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6280213Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6281437Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6282616Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6283854Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6285049Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6286162Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6287441Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6288595Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6289781Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6290907Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6292186Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:22:36.6293214Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:22:36.6293994Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:22:36.6295001Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:22:36.6296023Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:22:36.6297010Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:22:36.6298024Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:22:36.6298860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:22:36.6299776Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:22:36.6300830Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:22:36.6301707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:22:36.6302511Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:22:36.6303577Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:22:36.6304481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:22:36.6305455Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:22:36.6306788Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:22:36.6307997Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:22:36.6309012Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:22:36.6310456Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:22:36.6311517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:22:36.6312523Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:22:36.6313875Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:22:36.6315048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:22:36.6316153Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:22:36.6317474Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:22:36.6318516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:22:36.6319650Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:22:36.6320733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6321767Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6323252Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6324552Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6325817Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6327081Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6328397Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6329721Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6331030Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6332446Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6333909Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6335323Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6336576Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6729498Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6730818Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6732082Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6733337Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6734615Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6735978Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6737485Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6738746Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:22:36.6739716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:22:36.6740664Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:22:36.6741943Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:22:36.6742995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:22:36.6744273Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:22:36.6745712Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:22:36.6746751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6747657Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6748847Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6750079Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6751458Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6752758Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6753973Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6755181Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:22:36.6756096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:22:36.6757031Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:22:36.6758228Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:22:36.6759131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6759998Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6761150Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6762319Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6763577Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6764702Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6765865Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6766956Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6768076Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6769340Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6770438Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6771743Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6773069Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6774300Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6775525Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6776711Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6778014Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6779234Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6780409Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6781559Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6782751Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6783940Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6785089Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6786392Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6787580Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6788773Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6789983Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6791251Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6792419Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6793582Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6794949Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6796091Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.6797242Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7194201Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7195451Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7196803Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7197954Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7199146Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7200402Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7201652Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7202869Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7204110Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7205330Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7206448Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7207569Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7208839Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7210043Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7211152Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7212285Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7213489Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7214705Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7215917Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7217215Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7218577Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:22:36.7219566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7220545Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7221824Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7223164Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7224569Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7225987Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7227298Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7228629Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7229921Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7231383Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7232745Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7234076Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:22:36.7235092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7235960Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7237097Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7238230Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7239396Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7240558Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7241662Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7242748Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7243871Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7244981Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7246074Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7247381Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7248533Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7249696Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7250791Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7251883Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7252967Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7254116Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7255326Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7256409Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7257478Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7258564Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7259635Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7260756Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7261957Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7647189Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7648424Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7649658Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7650802Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7651944Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7653276Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7654471Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7655599Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7656758Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7657909Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7659044Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7660456Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7661574Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7662823Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7664041Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7665149Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7666251Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7667469Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7668648Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7669828Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7671418Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7672719Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7687558Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7688783Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7690158Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7691417Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7692563Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7693712Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:22:36.7694741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:22:36.7695607Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:22:36.7696756Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:22:36.7697940Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:22:36.7699197Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:22:36.7700468Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:22:36.7701392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:22:36.7702282Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:22:36.7703391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:22:36.7704587Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:22:36.7705796Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:22:36.7706874Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:22:36.7707930Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:22:36.7708740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:22:36.7709734Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:22:36.7710812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7711816Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7713306Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7714521Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7715707Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7716916Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7718249Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7719501Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7720864Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7722292Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7723639Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7724996Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:22:36.7725959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.7726966Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.7728407Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.7729625Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.7730816Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.7731990Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8123907Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8125407Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8126808Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8128099Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8129506Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8130792Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:22:36.8131814Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8132676Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8133902Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8135021Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8136191Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8137502Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8138595Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8139692Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8140793Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8142022Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8143175Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8144375Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8145695Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8146789Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8147880Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8148984Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8150335Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8151531Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8152873Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8154008Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8155238Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8156434Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8157716Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8158914Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8160296Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8161369Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8162542Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8163630Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8164858Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8166018Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8167215Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8168398Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8169498Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8170784Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8171906Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8173031Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8174180Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8175444Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8176609Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8177787Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8178976Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8180274Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8181450Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8182554Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8183720Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8185063Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8186262Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8187430Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8188650Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8189764Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8191096Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8192372Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8193510Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8194650Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8596353Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8597520Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8598710Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8599835Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8601870Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8603409Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8604540Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8605678Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8606979Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8608235Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8609352Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8610487Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8611765Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8612879Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8613977Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8615108Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8616448Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8617670Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8619640Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8621671Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8623227Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8624532Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8625651Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8626758Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8628269Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8630462Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8632239Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8633328Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8634456Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8635576Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8636952Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8638954Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8640210Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8641370Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8642481Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8643571Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8644929Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:22:36.8646596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8647588Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8648881Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8650320Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8651676Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8652991Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8654895Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8656726Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8658091Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8659516Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8660910Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8662293Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8663997Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8666551Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8668286Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8669568Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8671145Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8672503Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8673866Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8676270Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8929091Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8930430Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8931759Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:22:36.8932785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:22:36.8934350Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:22:36.8936034Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:22:36.8937137Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:22:36.8938356Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:22:36.8939575Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:22:36.8940779Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:22:36.8942219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:22:36.8943762Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:22:36.8944947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:22:36.8946112Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:22:36.8947359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:22:36.8948964Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:22:36.8951989Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:22:36.8953445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8954955Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8956890Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8959784Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8961618Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8963453Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8966084Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8968271Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8970043Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8971968Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8975251Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8978983Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8980910Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8982731Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8984623Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8986399Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8989887Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8992138Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8993972Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8995827Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.8998797Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9001532Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9003347Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9005171Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9006984Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9008794Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9011323Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9014574Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9239718Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9241529Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9243375Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9245700Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9249442Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9251267Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9253063Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:36.9254398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:22:36.9256512Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:22:36.9259246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:22:36.9260700Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:22:36.9262169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:22:36.9263699Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:22:36.9265235Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:22:36.9268137Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:22:36.9270757Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:22:36.9272448Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:22:36.9274640Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:22:36.9277618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:36.9280136Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:36.9282222Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:36.9283837Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:22:36.9286155Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:22:36.9289318Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:36.9291056Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:36.9293325Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:36.9296098Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:36.9299777Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:36.9301968Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:36.9303562Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:36.9305484Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:36.9309466Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:36.9311666Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:36.9313316Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:22:36.9316207Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:22:36.9318095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:22:36.9319809Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:22:36.9321524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:22:36.9324599Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:22:36.9327111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:22:36.9328956Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:22:36.9469166Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:22:36.9471124Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:22:36.9473000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:22:36.9474829Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:22:36.9476563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:22:36.9478307Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:22:36.9480114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:22:36.9481881Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:22:36.9483764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:22:36.9485458Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:22:36.9487153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:22:36.9488854Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:22:36.9490642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:22:36.9492509Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:22:36.9494211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:36.9495879Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:36.9498079Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:36.9500486Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:36.9502673Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:36.9504499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:22:36.9506294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:22:36.9508020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:22:36.9509744Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:22:36.9511518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:22:36.9513386Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:22:36.9515067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:22:36.9516765Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:22:36.9518652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:22:36.9520685Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:22:36.9523237Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:22:36.9525362Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:36.9527578Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:36.9530369Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:36.9533175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:36.9535915Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:36.9538034Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:36.9540006Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:36.9542603Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:36.9690357Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:36.9692277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:36.9694302Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:36.9697096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:36.9699728Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:36.9702336Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:36.9704417Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:22:36.9706484Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:22:36.9709054Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:22:36.9711095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:36.9713251Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:36.9716101Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:36.9718786Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:36.9720813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9722837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9725682Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9728410Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9731321Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9734071Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9736794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9739645Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9742446Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9745125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9747919Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9750666Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9753445Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9756105Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9759038Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9761882Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9764639Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9927002Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9929909Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9932729Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9935570Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9938212Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9941085Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:36.9943273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:22:36.9945319Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:22:36.9948092Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:22:36.9950247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9952474Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9955542Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9958514Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9961596Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9964625Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9967665Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9970896Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:36.9973119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:36.9975320Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:36.9978481Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:36.9981477Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:36.9984433Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:36.9987469Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:36.9989520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:36.9991375Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:36.9993862Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:36.9996278Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:36.9998637Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0001000Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0163555Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0166180Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0168635Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0171154Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0173891Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:37.0175875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0178028Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0180701Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0183357Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0186058Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0188772Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0191507Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0194096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0196659Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0199342Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0202082Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0204972Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0207808Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0210685Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:37.0212879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:37.0214713Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:37.0217589Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:37.0220295Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:37.0222290Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:37.0224503Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:37.0226648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0228519Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0231232Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0233881Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0236454Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0239325Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0241807Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:37.0255988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:22:37.0257664Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:22:37.0259696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:37.0261799Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:37.0264522Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:37.0267068Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:37.0268988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:22:37.0271065Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:22:37.0272926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0274823Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0277218Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0279665Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0282213Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0285235Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0287701Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0290249Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0292797Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0295556Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0298119Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0300756Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0303439Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0305998Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0308416Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0311355Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0314113Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0316801Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0319469Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0322079Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0324488Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0326838Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0329264Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:37.0331198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:22:37.0333034Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:22:37.0479053Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:22:37.0480962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0483071Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0485676Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0488358Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0491125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0494137Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0496906Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0499753Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:37.0501762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:37.0503779Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:37.0506475Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:37.0509188Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:37.0512034Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:37.0513994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:22:37.0516049Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:22:37.0518783Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:22:37.0520795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:37.0523068Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:37.0525999Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:37.0529148Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:37.0532221Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:37.0535228Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:37.0537268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0538183Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0539269Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0540402Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0541606Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0542858Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0543957Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0545218Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0546445Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0547722Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0548968Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0550113Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0551255Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0552389Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0553688Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0879593Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0880856Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0882129Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0883317Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:37.0884279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:22:37.0885231Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:22:37.0886497Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:22:37.0887723Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:22:37.0888875Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:22:37.0889830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:22:37.0890912Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:22:37.0892072Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:22:37.0893251Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:22:37.0894271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:37.0895315Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:37.0896635Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:37.0898077Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:37.0899376Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:37.0900389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0901405Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0902990Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0904448Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0905904Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0907180Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0908451Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0909815Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0911204Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0912539Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:22:37.0913556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:22:37.0914780Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:22:37.0915930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:22:37.0917112Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:22:37.0918731Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:22:37.0919864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:37.0921064Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:37.0922604Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:37.0924105Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:37.0925205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:22:37.0926487Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:22:37.0927780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:22:37.0929051Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:22:37.0930341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:37.0931477Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:37.0932993Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:37.0934569Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:37.0936112Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:37.0937574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:37.0938930Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:37.0940692Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:37.0942491Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:37.0943826Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:37.0945158Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:37.0947077Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:37.0948829Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:37.0950672Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:37.0952025Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:37.1183208Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:37.1185031Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:37.1186829Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:37.1188847Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:37.1190371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:22:37.1191681Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:22:37.1193351Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:22:37.1194647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:22:37.1196179Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:22:37.1197904Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:22:37.1199254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1200601Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1202373Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1204272Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1206017Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1207762Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1209506Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1211452Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:37.1212733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1213998Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1215782Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1217462Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1219152Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1221053Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1223020Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1224771Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1226417Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1228033Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1229640Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1231515Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1233356Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1235051Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1236706Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1238333Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:37.1239476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:22:37.1240412Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:22:37.1241393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:22:37.1242367Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:22:37.1243306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:22:37.1244241Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:22:37.1245299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:22:37.1246667Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:22:37.1248393Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:22:37.1249804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1250912Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1252292Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1253598Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1255018Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1256367Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1567395Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1568839Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1570285Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1571907Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1573227Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:22:37.1574479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:22:37.1575675Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:22:37.1577206Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:22:37.1578402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:22:37.1579497Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:22:37.1580742Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:22:37.1581977Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:22:37.1583221Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:22:37.1584326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:22:37.1585345Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:22:37.1586656Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:22:37.1588299Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:22:37.1589263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:22:37.1590139Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:22:37.1591363Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:22:37.1592715Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:22:37.1593949Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:22:37.1594954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:22:37.1595890Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:22:37.1597061Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:22:37.1598189Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:22:37.1599051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1600167Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1601294Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1602503Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1603810Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1604914Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1606066Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1607258Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1608606Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1609791Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1611194Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1612653Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:22:37.1613623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:22:37.1614820Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:22:37.1616211Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:22:37.1617425Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:22:37.1618715Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:22:37.1619695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:37.1620881Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:37.1622298Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:37.1623942Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:37.1625470Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:37.1626494Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:22:37.1627432Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:22:37.1628567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:22:37.1629741Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:22:37.1631458Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:22:37.1632670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1633803Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1635277Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1636966Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1638477Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1640236Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1888869Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:37.1890073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:37.1891245Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:37.1892837Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:37.1894482Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:37.1896405Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:37.1897688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:37.1898917Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:37.1900561Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:37.1902328Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:37.1904066Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:37.1905355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:22:37.1906619Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:22:37.1907966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1909489Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1911548Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1913582Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1915671Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1917851Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1919927Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1921942Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1923962Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1926172Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1928327Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1930348Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1932471Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1934522Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:37.1936077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:37.1937468Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:37.1939408Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:37.1941250Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:37.1943154Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:37.1944504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1945602Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1947150Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1948665Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1950229Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1951669Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1953113Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1954672Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1956203Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1957749Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1959305Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.1961137Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2267388Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2269028Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2270815Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2272354Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2274192Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2275641Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2277066Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2278556Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2280046Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2281576Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2283038Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2284482Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2285914Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2287437Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2289075Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2290586Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2292049Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2293491Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2294922Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2296484Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2298117Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2299632Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2301148Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2302706Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2304316Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2305898Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2307374Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2308865Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2310387Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2311957Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2313619Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2315185Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2316616Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2318129Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2319629Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2321099Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2322572Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2324046Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2325615Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2327288Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2328901Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2330452Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2331914Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2333391Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2335030Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2336525Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2338163Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2339745Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2341283Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2642139Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2643651Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2645221Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2646742Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2648259Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2649793Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2651310Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2652902Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2654441Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2655951Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2657432Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2659021Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2660798Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2662527Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2664041Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2665552Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2667065Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2668726Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2670524Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2672166Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2673592Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2675107Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2676662Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2678118Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2679562Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2681090Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2682740Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2684466Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2685960Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2687401Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2688834Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2690279Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2691844Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2693343Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2694919Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2696441Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2697951Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2699571Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2701215Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2702833Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2704304Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2705772Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2707324Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2708829Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2710385Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2711937Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2713485Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2715125Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.2716649Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3022508Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3024212Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3025995Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3027603Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3029200Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3030744Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3032401Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3034007Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3035531Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3037160Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3038654Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3040236Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3041866Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3043413Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3044960Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3046402Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3047873Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3049488Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3051015Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3052631Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3054192Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3055744Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3057401Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3059016Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3060610Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3062053Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3063519Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3065271Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3066884Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3068576Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3070271Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3072214Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3074024Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3075758Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3077415Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3079064Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3080692Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3082493Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3084189Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3085859Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3087419Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3088999Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3090597Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3092356Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3094181Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3095939Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3097526Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3099188Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3353298Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3355086Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3356740Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3358332Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3359938Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3361353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3362880Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3364359Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3365786Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3367337Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3368862Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3370515Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3372230Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3373772Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3375387Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3377018Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3378625Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3380226Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3381950Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3383581Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3385473Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3406112Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3407653Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3409256Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3411829Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3413741Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3415246Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:37.3416426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3418142Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3421035Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3422961Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3424785Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3427152Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3430125Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3432139Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3434064Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3436613Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3439622Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3441689Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3443701Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3446932Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3448958Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3450836Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3452997Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3655964Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3658449Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3661239Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3663419Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3665404Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3668624Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3670898Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3672747Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3674658Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3677788Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3679945Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3681915Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3684499Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3687357Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3689313Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3691176Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3694430Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3696517Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3698366Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3700226Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3703410Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3705459Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3707289Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3709098Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3712403Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3714354Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3716186Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3718437Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3721257Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3723304Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3725155Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3727956Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3730316Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3732280Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3734085Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3737004Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3739192Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3741016Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3742876Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3952941Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3955277Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3958133Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3960049Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3961933Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3964362Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3967258Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3969355Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3971396Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3973822Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3976513Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3978332Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3980315Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3983216Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3985473Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3987316Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3989169Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3992286Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3994673Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3996556Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.3998412Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4001315Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4003521Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4005375Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4007416Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4010716Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4012860Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:37.4014353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:22:37.4015795Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:22:37.4018304Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:37.4019893Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:37.4021445Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:37.4022980Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:37.4024236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4026570Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4028814Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4030849Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4032842Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4036512Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4040212Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4314002Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4316354Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4319204Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4321460Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4323478Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4326331Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4328724Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4330805Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4332749Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4336157Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:37.4337792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4339115Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4340882Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4343719Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4345788Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4347522Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4349284Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4352006Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4354222Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4355956Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:37.4357157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:22:37.4358209Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:22:37.4360221Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:22:37.4361732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:22:37.4362721Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:22:37.4363650Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:22:37.4364710Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:22:37.4365883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4367036Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4369339Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4371009Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4372272Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4373546Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4374840Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4376957Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4378730Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4380059Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4381333Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4382590Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:22:37.4383539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4385033Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4387009Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4388407Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4389647Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4390937Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4392160Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4394222Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4396101Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4397457Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4762476Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4763715Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4765190Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4767353Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4768958Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4770337Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4771736Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4773020Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4775304Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4776924Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4778214Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4779519Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4780748Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4782425Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4784487Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4785824Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4787125Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4788390Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4789653Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4791829Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4793723Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4795877Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4797748Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4800212Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4802615Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4805203Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4807511Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4809743Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:22:37.4811184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4812121Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4813324Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4814554Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4815803Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4817042Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4818225Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4819404Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4820579Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4821793Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4822995Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4824224Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4825427Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4826587Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4827762Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4829045Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4830301Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4831489Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4832663Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4833896Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4835147Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4836414Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4837596Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4838799Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4839993Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4841160Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4842339Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.4843545Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5204947Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5206319Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5207512Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5208713Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5209909Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5211133Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5212353Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5213725Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5214964Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5216174Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5217370Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5218792Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5220090Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5221291Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5222480Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5223665Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5224879Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5226308Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5227617Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5228811Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5229994Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5231283Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5232517Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5233705Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5234983Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5236157Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5237312Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5238485Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5239641Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5240833Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5242019Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5243265Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5244467Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5245661Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5246855Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5248140Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5249333Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5250537Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5251874Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5253238Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5254635Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5255897Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5257084Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5258314Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5259524Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5260764Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5262043Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5263315Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5264611Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5265867Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5267039Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5268246Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5269458Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5270850Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5272080Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5273334Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5274556Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5678567Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5679933Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5681431Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5682698Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5683924Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5685149Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:22:37.5686082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:22:37.5687085Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:22:37.5688022Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:22:37.5688984Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:22:37.5690273Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:22:37.5691528Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:22:37.5692456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:22:37.5693488Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:22:37.5694837Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:22:37.5696157Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:22:37.5697410Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:22:37.5698382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:22:37.5699402Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:22:37.5700819Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:22:37.5701895Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:22:37.5702794Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:22:37.5703974Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:22:37.5705136Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:22:37.5706017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:22:37.5706933Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:22:37.5708069Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:22:37.5709128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:22:37.5710425Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:22:37.5712019Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:22:37.5713144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:22:37.5714182Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:22:37.5715608Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:22:37.5716998Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:22:37.5717930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5718850Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5720044Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5721255Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5722500Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5723718Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5724945Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5726196Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5727465Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5728760Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:22:37.5729706Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:22:37.5730727Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:22:37.5731732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:22:37.5732708Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:22:37.5733653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:22:37.5734577Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:22:37.5735508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:22:37.5736601Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:22:37.5738129Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:22:37.5739511Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:22:37.5740528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:22:37.5741424Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:22:37.5742611Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:22:37.5743823Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:22:37.5745072Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:22:37.5746002Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:37.5746960Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:37.6094915Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:37.6096333Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:37.6097425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6098507Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6099896Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6101357Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6103052Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6104499Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6105891Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:37.6106949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:22:37.6107983Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:22:37.6109095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6110566Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6112321Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6114200Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6115929Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6117616Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6119415Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6121120Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:37.6122613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:22:37.6124054Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:22:37.6125539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:22:37.6127333Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:22:37.6128761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6129664Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6130888Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6132189Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6133429Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6134695Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6135961Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6137230Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6138433Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6139685Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6140925Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6142217Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6143426Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:22:37.6144413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6145351Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6146575Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6147791Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6149047Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6150322Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6151620Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6152854Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6154023Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6155220Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6156502Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6157694Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6158899Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6160165Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6161492Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6162747Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6163964Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6516640Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6517891Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6519096Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6520330Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6521560Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6522773Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6524017Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6525531Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6526871Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6528090Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6529310Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6530533Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6531840Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6533167Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6534394Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6535606Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6536819Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6538052Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6539290Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6540475Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6541671Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6542870Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6544188Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6545518Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6546742Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6547961Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6549195Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6550482Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6551756Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6553156Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6554570Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6555772Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6557000Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:22:37.6557966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:22:37.6558929Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:22:37.6560199Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:22:37.6561505Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:22:37.6562554Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:22:37.6563889Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:22:37.6564924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:22:37.6565974Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:22:37.6567493Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:22:37.6568649Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:22:37.6569555Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:22:37.6570985Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:22:37.6571951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:22:37.6573017Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:22:37.6574047Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:22:37.6574928Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:22:37.6576236Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:22:37.6577363Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:22:37.6578529Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:22:37.6579514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6580546Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6581917Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6583416Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6585069Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6586518Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6950698Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:37.6951833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:22:37.6952933Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:22:37.6954930Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:22:37.6955998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6957123Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6958372Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6959644Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6960940Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6962238Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6963689Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6965002Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6966285Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6967557Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6968820Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6970100Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6971840Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6973087Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:22:37.6974010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6974947Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6976123Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6977345Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6978736Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6980183Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6981373Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6982565Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6983808Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6985195Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6986413Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6987618Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6988824Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6990299Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6991704Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6992907Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6994098Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6995326Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6996564Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6997783Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.6999058Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7000351Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7001544Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7002749Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7003949Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7005196Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7006430Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7007889Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7009129Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7010337Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7011557Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7012765Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7013950Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7015281Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7016695Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7017883Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7019085Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7020278Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7021510Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7348499Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7349769Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7351025Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7352316Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7353566Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:37.7354510Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7355788Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7357150Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7358567Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7359981Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7361334Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7362770Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7364404Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:37.7365467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:37.7366566Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:37.7367996Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:37.7369427Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:37.7371018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:22:37.7372165Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:22:37.7373662Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:22:37.7374728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:22:37.7375678Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:22:37.7376909Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:22:37.7377906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:22:37.7379124Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:22:37.7380178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:22:37.7381234Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:22:37.7382309Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:22:37.7383396Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:22:37.7384509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:22:37.7385867Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:22:37.7387054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:37.7388273Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:37.7389836Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:37.7391433Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:37.7392657Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:22:37.7394164Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:22:37.7395388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:37.7396616Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:37.7398233Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:37.7399954Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:37.7401919Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:37.7403145Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7404412Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7406089Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7407762Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7409619Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7411399Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7413100Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7414761Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7416432Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7418307Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7419976Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7926007Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7927753Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7929682Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7931451Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7933271Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7934943Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7936575Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7938323Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7939967Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7941804Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7943650Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7945546Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7947373Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7949101Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7950894Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7952613Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7954246Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:37.7955577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:37.7956920Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:37.7958936Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:37.7960921Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:37.7962267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:22:37.7963721Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:22:37.7964947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:22:37.7965716Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:22:37.7966680Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:22:37.7967802Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:22:37.7968781Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:22:37.7969580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7970757Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7971892Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7973066Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7974190Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7975402Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7976493Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:22:37.7977446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7978256Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7979214Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7980191Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7981133Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7982147Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7983171Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7984110Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:22:37.7985035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:22:37.7985882Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:22:37.7986920Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:22:37.7987965Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:22:37.7988753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:22:37.7989620Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:22:37.7990805Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:22:37.7991946Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:22:37.7993281Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:22:37.7994352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:22:37.7995315Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:22:37.7996645Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:22:37.7997549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:22:37.7998446Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:22:37.8335488Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:22:37.8336730Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:22:37.8337645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:22:37.8338510Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:22:37.8339599Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:22:37.8340428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:22:37.8341239Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:22:37.8342289Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:22:37.8343189Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:22:37.8343993Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:22:37.8345009Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:22:37.8345814Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:22:37.8346627Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:22:37.8347656Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:22:37.8348744Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:22:37.8349921Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:22:37.8351222Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:22:37.8352111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:22:37.8353084Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:22:37.8354348Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:22:37.8355319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:22:37.8356361Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:22:37.8357559Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:22:37.8358894Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:22:37.8359866Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:22:37.8360868Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:22:37.8361878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:22:37.8362939Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:22:37.8364268Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:22:37.8365325Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:22:37.8366352Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:22:37.8367343Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:22:37.8368385Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:22:37.8369713Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:22:37.8371136Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:22:37.8372117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:22:37.8373150Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:22:37.8374137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:22:37.8375215Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:22:37.8376308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:22:37.8377503Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:22:37.8378563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:22:37.8379455Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:22:37.8380366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:22:37.8381294Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:22:37.8382203Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:22:37.8383159Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:22:37.8384525Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:22:37.8385854Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:22:37.8387140Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:22:37.8388471Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:22:37.8389515Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:37.8390503Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:37.8391785Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:37.8393025Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:37.8394279Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:37.8395466Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:37.8396365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:22:37.8397129Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:22:37.8398135Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:22:37.8399148Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:22:37.8400163Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:22:37.8401062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:22:37.8402004Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:22:37.8767574Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:22:37.8768880Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:22:37.8770132Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:22:37.8771504Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:22:37.8772455Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:37.8773460Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:37.8774761Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:37.8776203Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:37.8777876Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:37.8779241Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:37.8780246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:22:37.8781216Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:22:37.8782460Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:22:37.8783402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:22:37.8784506Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:22:37.8785672Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:22:37.8786715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:22:37.8787561Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:22:37.8788609Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:22:37.8789485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:22:37.8790528Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:22:37.8791765Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:22:37.8792734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:22:37.8793779Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:22:37.8795000Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:22:37.8795954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:22:37.8796890Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:22:37.8798101Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:22:37.8799037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:22:37.8799980Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:22:37.8801304Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:22:37.8802216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8803081Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8804184Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8805328Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8806552Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8807779Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8808946Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8810101Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8811213Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8812424Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8813719Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8814963Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8816069Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8817145Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8818211Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8819344Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:22:37.8820288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:22:37.8821268Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:22:37.8822190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:22:37.8823040Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:22:37.8824247Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:22:37.8825466Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:22:37.8826314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:22:37.8827156Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:22:37.8828215Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:22:37.8829083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:22:37.8830003Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:22:37.8831268Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:22:37.8832191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:22:37.8833233Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:22:37.8834514Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:22:37.8835441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:22:37.8836377Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:22:37.9123571Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:22:37.9124743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:22:37.9125775Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:22:37.9126943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:37.9127865Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:37.9129035Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:37.9130311Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:37.9131534Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:37.9132733Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:37.9133662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:22:37.9134578Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:22:37.9135765Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:22:37.9136695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:22:37.9137572Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:22:37.9138804Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:22:37.9139712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:22:37.9140569Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:22:37.9141699Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:22:37.9142604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:22:37.9143464Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:22:37.9144572Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:22:37.9145440Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:22:37.9146572Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:22:37.9147755Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:22:37.9148811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:22:37.9149661Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:22:37.9150819Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:22:37.9151714Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:22:37.9152707Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:22:37.9153975Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:22:37.9155139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:22:37.9156055Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:22:37.9157175Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:22:37.9158073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:22:37.9159001Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:22:37.9160175Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:22:37.9161218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9162602Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9164284Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9165971Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9167676Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9169318Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9171166Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:37.9172524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:22:37.9173580Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:22:37.9174871Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:22:37.9175893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:22:37.9176982Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:22:37.9178517Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:22:37.9179934Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:22:37.9181452Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:22:37.9182499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:22:37.9183463Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:22:37.9184897Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:22:37.9186165Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:22:37.9187215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9188446Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9190129Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9191810Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9458382Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9460003Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9461699Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9463311Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9465003Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9466570Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9468093Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9469736Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9471580Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9473203Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9474952Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9476740Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9478444Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9480201Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9481845Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:37.9483046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9484200Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9485588Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9487042Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9488423Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9489726Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9491007Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9492454Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:22:37.9493484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:22:37.9494554Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:22:37.9495686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:37.9496869Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:37.9498390Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:37.9518935Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:37.9520533Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:37.9521834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:37.9522923Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:37.9524433Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:37.9526000Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:37.9527422Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:37.9528799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:22:37.9530015Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:22:37.9531279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:22:37.9532617Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:22:37.9534137Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:22:37.9535329Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:22:37.9536766Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:22:37.9538456Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:22:37.9539796Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:22:37.9541107Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:22:37.9542788Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:22:37.9543982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:22:37.9545057Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:22:37.9546323Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:22:37.9547271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:22:37.9548263Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:22:37.9549207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9975957Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9977040Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9977974Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9978951Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9980232Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9981224Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9982186Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9983166Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9984153Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:37.9984914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9985670Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9986727Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9987832Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9988971Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9989966Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9990960Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:22:37.9992155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:22:37.9993457Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:22:37.9995100Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:22:37.9996755Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:22:37.9998114Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:22:37.9998860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:22:37.9999601Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:22:38.0000508Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:22:38.0001226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:22:38.0001903Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:22:38.0002885Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:22:38.0003751Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:22:38.0004460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:22:38.0005212Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:22:38.0006149Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:22:38.0007065Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:22:38.0007789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0008509Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0009606Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0010658Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0011929Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0013023Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0014136Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0015177Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0016310Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0017396Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0018409Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0019474Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0020680Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0021747Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0022806Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0023901Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0024924Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0025938Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0026946Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0027963Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0029085Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0030269Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0031324Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0032354Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0033444Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0034567Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0035701Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0036887Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0038139Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0039265Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0040260Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0041231Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0042227Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0043250Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:22:38.0044052Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:22:38.0044963Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:22:38.0045892Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:22:38.0497706Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:22:38.0498566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0499266Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0500185Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0501096Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0502005Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0502932Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0503809Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:22:38.0504564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0505270Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0506158Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0507092Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0508095Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0509041Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0509967Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0511089Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0512002Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0512905Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0513857Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0514892Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0515875Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0516958Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0517957Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0519004Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0520092Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0521120Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0522089Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0523111Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0524023Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0524967Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0526083Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0527119Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0528115Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0529090Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0530144Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0531195Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0532124Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0533011Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0533894Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0534832Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0535785Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0536707Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:22:38.0537477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:22:38.0538380Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:22:38.0539435Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:22:38.0540493Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:22:38.0541601Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:22:38.0542490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:22:38.0543369Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:22:38.0544405Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:22:38.0545486Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:22:38.0546594Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:22:38.0547704Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:22:38.0548614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:38.0549917Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:38.0551450Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:38.0552960Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:38.0554503Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:38.0556005Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:38.0557057Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0557955Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0559274Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0560494Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0561689Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0562869Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0563994Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0945671Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0947041Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0948192Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0949422Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0950610Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0951722Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0953023Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0954455Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0955847Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0957201Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0958377Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0959443Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0960847Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0961962Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:22:38.0962796Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:22:38.0963755Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:22:38.0965006Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:22:38.0965968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:38.0967024Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:38.0968437Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:38.0969755Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:38.0970861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:22:38.0971701Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:22:38.0972533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:22:38.0973396Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:22:38.0974196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:22:38.0975080Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:22:38.0975983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:22:38.0976961Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:22:38.0977902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:22:38.0978773Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:22:38.0979864Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:22:38.0980726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:22:38.0981749Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:22:38.0982924Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:22:38.0984106Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:22:38.0984996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:22:38.0985824Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:22:38.0986923Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:22:38.0987876Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:22:38.0988757Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:22:38.0989870Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:22:38.0990815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:22:38.0991739Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:22:38.0992919Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:22:38.0994070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:22:38.0995150Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:22:38.0996368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:22:38.0997291Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:22:38.0998079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:22:38.0999112Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:22:38.0999962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:22:38.1000755Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:22:38.1001814Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:22:38.1002912Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:22:38.1003750Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:22:38.1004664Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:22:38.1005785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:22:38.1006636Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:22:38.1007696Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:22:38.1008526Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:22:38.1009371Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:22:38.1010308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:22:38.1011156Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:22:38.1012220Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:22:38.1013250Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:22:38.1014073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:22:38.1014939Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:22:38.1297807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:22:38.1299157Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:22:38.1299961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:22:38.1301010Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:22:38.1302023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:38.1303163Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:38.1304588Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:38.1305907Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:38.1306888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:22:38.1307836Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:22:38.1308922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:22:38.1309932Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:22:38.1311070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1312079Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1313226Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1314394Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1315610Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1316976Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1318239Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1319507Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1320915Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1322188Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:38.1323321Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1324251Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1325531Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1326650Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1327903Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1329059Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1330352Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:22:38.1331249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:22:38.1332098Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:22:38.1333218Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:22:38.1334389Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:22:38.1335505Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:22:38.1336558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:22:38.1337537Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:22:38.1338674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:22:38.1340020Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:22:38.1341229Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:22:38.1342521Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:22:38.1344338Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:22:38.1345486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:22:38.1346457Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:22:38.1347869Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:22:38.1348803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:22:38.1349726Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:22:38.1351126Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:22:38.1352518Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:22:38.1353816Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:22:38.1354906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:38.1356095Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:38.1357637Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:38.1359287Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:38.1360856Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:38.1362407Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:38.1363520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:22:38.1364537Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:22:38.1365654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:22:38.1366924Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:22:38.1368234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:38.1690364Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:38.1692641Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:38.1694294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:22:38.1695703Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:22:38.1697652Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:22:38.1699131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:22:38.1700649Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:22:38.1702055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:22:38.1703635Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:22:38.1705517Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:22:38.1706968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:22:38.1708510Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:22:38.1710710Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:22:38.1712447Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:22:38.1714182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:22:38.1715940Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:22:38.1717638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:22:38.1719470Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:22:38.1721490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:22:38.1723293Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:22:38.1724944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:22:38.1726780Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:22:38.1728511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1730042Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1731857Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1733604Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1735614Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1737462Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1739316Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1741044Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1742769Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:38.1744160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:22:38.1745635Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:22:38.1747005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:38.1748248Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:38.1749845Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:38.1751544Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:38.1752767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:38.1754265Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:38.1755933Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:38.1757544Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:38.1758830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:22:38.1760327Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:22:38.1761925Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:22:38.1763344Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:22:38.1764768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:22:38.1766256Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:22:39.4219641Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:22:39.4221298Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:39.4223260Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:39.4225833Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:39.4228146Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:39.4230580Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:39.4232596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:39.4234317Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:39.4236396Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:39.4238193Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:39.4239979Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:39.4241743Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:39.4243367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:22:39.4244806Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:22:39.4246264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:39.4247817Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:39.4249855Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:39.4251225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:22:39.4252448Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:22:39.4253578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:22:39.4254656Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:22:39.4256093Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:22:39.4257753Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:22:39.4258799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:22:39.4259643Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:22:39.4260531Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:22:39.4261549Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:22:39.4262559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:22:39.4263677Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:22:39.4264997Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:22:39.4266011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:22:39.4267414Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:22:39.4268569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:22:39.4269621Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:22:39.4270845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:22:39.4271651Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:22:39.4272475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:22:39.4273388Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:22:39.4274631Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:22:39.4275606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:22:39.4276492Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:22:39.4277127Z running egg_info 2025-06-05T23:22:39.4277377Z creating executorch.egg-info 2025-06-05T23:22:39.4277689Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:22:39.4278127Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:22:39.4278657Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:22:39.4279137Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:22:39.4279606Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:22:39.4280075Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:22:39.4280513Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:22:39.4280898Z adding license file 'LICENSE' 2025-06-05T23:22:39.4281240Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:22:39.4281861Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:22:39.4282675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:22:39.4283441Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:22:39.4284466Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:22:39.4285513Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:22:39.4286824Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:22:39.4287951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:22:39.4289201Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:22:39.4291222Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:22:39.4292878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:22:39.4465626Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:22:39.4467803Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:22:39.4469892Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:39.4471708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:22:39.4473438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:22:39.4476085Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:22:39.4478420Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.4480150Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:22:39.4481761Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:22:39.4483881Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4486277Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4488565Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4490731Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4493129Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4495267Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4497504Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4499617Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4502273Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4504416Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4506528Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4508943Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4511210Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4513364Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4515742Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4518194Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4520404Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4522626Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4524966Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4527097Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4529308Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4531624Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4534285Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.4536003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:22:39.4537905Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:22:39.4539812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:22:39.4672658Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:22:39.4674703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:39.4676511Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:39.4679013Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:39.4681439Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:39.4683294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:22:39.4685199Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:22:39.4687745Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:22:39.4689462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:22:39.4691197Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:22:39.4693457Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:22:39.4695351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:22:39.4697553Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:22:39.4699564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:22:39.4701727Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:22:39.4703806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:22:39.4705819Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:22:39.4708379Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:39.4711027Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:39.4713021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:22:39.4714970Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:22:39.4717457Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:22:39.4719823Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.4722293Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.4724622Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.4726351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:22:39.4728164Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:22:39.4730597Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:22:39.4732449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:22:39.4734225Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:22:39.4736010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:22:39.4737831Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:22:39.4739800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.4741652Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.4744088Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.4746646Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.4885521Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.4888025Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:22:39.4890492Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:22:39.4892694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.4894691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.4897314Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.4900203Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.4902430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4904219Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4906561Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4908939Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4911599Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4914009Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4916434Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4919351Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4921754Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4924188Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4927306Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4929767Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4932443Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.4935324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:22:39.4937478Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:22:39.4939292Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:22:39.4941114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:22:39.4943143Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:22:39.4945848Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:22:39.4947646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.4949590Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.4952027Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.4954603Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.4956367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:22:39.4958368Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:22:39.4961110Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:22:39.5160889Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:22:39.5162819Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:22:39.5165290Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:22:39.5167401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:22:39.5169618Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:22:39.5172825Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:22:39.5175184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:22:39.5177509Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:22:39.5179810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:22:39.5181845Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:22:39.5184074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.5186055Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.5188857Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.5191814Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.5193711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:22:39.5195789Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:22:39.5198382Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:22:39.5200196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:22:39.5201131Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:22:39.5202315Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:22:39.5203764Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:39.5204997Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:39.5206293Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:22:39.5207556Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:22:39.5208815Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:22:39.5209831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:22:39.5210927Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:22:39.5212199Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:22:39.5213223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5214631Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5216220Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5217793Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5219314Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5220795Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5222367Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5223978Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5225806Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5227549Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5229084Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5230634Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5232112Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5233779Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5235377Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5532764Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5534417Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5536180Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5537909Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5539607Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5541223Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5542767Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5544585Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5546263Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5548033Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5549583Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5551412Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5553000Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5554559Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5556141Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5557849Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5559617Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5561689Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5563477Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5565125Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5566658Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5568226Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5569979Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5571807Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5573520Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5575049Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5576680Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5578290Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5579976Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5581514Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5583375Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5585036Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5586563Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5588222Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5589749Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5592028Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5593754Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5595312Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5596879Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5598584Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5600156Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5601627Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5603115Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5604730Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5606266Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5607758Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5886807Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5888355Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5889833Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5891289Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:39.5892377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:22:39.5893318Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:22:39.5894600Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:22:39.5895941Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:22:39.5896984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5898085Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5899686Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5901131Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5902563Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5904150Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5905610Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:39.5907100Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:22:39.5908428Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:22:39.5909798Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:22:39.5911253Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:22:39.5912590Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:22:39.5913967Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:22:39.5915402Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:22:39.5917103Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:39.5919020Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:39.5920261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5921467Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5923069Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5924650Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5926273Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5927931Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5929764Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5931555Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5933264Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5934990Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5936828Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5938531Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5940386Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5942120Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5943827Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5945349Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5946879Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5948538Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5950367Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5952207Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5953896Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5955592Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5957348Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.5959075Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6304635Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6306251Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6308024Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6310435Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6312553Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6314156Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6315731Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6318549Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6320229Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6321789Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6323401Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6326142Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6327856Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6329427Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6331052Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6333713Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6335476Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6337112Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6338640Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6340716Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6342849Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6344393Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6346054Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6348170Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6350616Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6352255Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6353897Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6356712Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6358801Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6360525Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6362379Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6364094Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6365928Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6367717Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6369390Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6371354Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6373172Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6374854Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6376614Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6378311Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6379876Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6381739Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6383511Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6385147Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6483040Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6484596Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6486271Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6487834Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6489393Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6490925Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6492420Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:39.6494028Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6495690Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6497370Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6499106Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6500856Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6502761Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6504546Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6506265Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6508028Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6509817Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6511634Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6513472Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6515298Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6517049Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6519114Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6520944Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6522579Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6524211Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6525854Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6527502Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6529356Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6531274Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6533011Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6534668Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:39.6536337Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:39.6538429Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:39.6540149Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:39.6541789Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:22:39.6543281Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:22:39.6544363Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:22:39.6545573Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.6546932Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.6548210Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:39.6549525Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:39.6550868Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:39.6552101Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:39.6553344Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:22:39.6554457Z copying src/executorch/exir/_serialize/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:39.6555417Z copying src/executorch/exir/_serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:22:39.7532348Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:22:39.7533605Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:22:39.7535051Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:39.7536662Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:39.7538583Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:22:39.7540797Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:22:39.7543000Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:22:39.7544387Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:22:39.7545784Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:22:39.7546936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:22:39.7548091Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:22:39.7549464Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:22:39.7551334Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:22:39.7552422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:22:39.7553460Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:22:39.7554650Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7555626Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7556754Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7557977Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7559334Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7560424Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7561348Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7562567Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7563795Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7564939Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7566136Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7567314Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7568620Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7569747Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7571090Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7571997Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7572867Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7573806Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7574937Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:22:39.7575918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:22:39.7577159Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:22:39.7578453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:39.7579940Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:39.7581490Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:39.7582942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:39.7584005Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:39.7585263Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:39.7586547Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:39.7587875Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:39.7589136Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:39.7590476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7591675Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7593014Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7594458Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7596045Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7597423Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7598749Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7599983Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7601353Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7602807Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7604125Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7630131Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7631634Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7633036Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.7634381Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:39.8100159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:39.8101792Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:39.8103408Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:39.8104866Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8106117Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8107613Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8109104Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8110636Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8112173Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8113663Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8115154Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8116602Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8118078Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8119564Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8121094Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8122599Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:39.8123683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:22:39.8124583Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:22:39.8125656Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:22:39.8126725Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:22:39.8127816Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:22:39.8128760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:22:39.8129689Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:22:39.8130599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8131465Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8132464Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8133508Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8134528Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8135570Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8136549Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8137545Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8138562Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8139632Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8140640Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8141620Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:22:39.8142521Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:22:39.8143484Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:22:39.8144601Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:22:39.8145584Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:39.8146628Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:39.8147858Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:39.8148987Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:39.8149904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:22:39.8150853Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:22:39.8151874Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:22:39.8152930Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:22:39.8153983Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:22:39.8154904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:22:39.8155875Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:22:39.8157011Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:22:39.8158144Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:22:39.8158882Z running build_ext 2025-06-05T23:22:39.8159321Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:22:39.8160661Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:22:39.8162112Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:22:39.8163446Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:22:39.8165219Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:22:39.8167139Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:22:39.8383867Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:22:39.8385591Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:22:39.8385945Z running install 2025-06-05T23:22:39.8386172Z running install_lib 2025-06-05T23:22:39.8386507Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:22:39.8386937Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:22:39.8387457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:22:39.8388402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:22:39.8389637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:22:39.8390944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:22:39.8392208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:22:39.8393005Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:22:39.8394096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:22:39.8395518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:22:39.8396725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:22:39.8397987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:22:39.8399114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:22:39.8400203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:22:39.8401586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:22:39.8403118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:22:39.8404135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:22:39.8405284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:22:39.8407002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:22:39.8408505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:22:39.8410056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:22:39.8411478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:22:39.8412894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:22:39.8414059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:22:39.8415066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8416358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8417679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8419026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8420480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8421997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8423261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:22:39.8424270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:22:39.8425421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:22:39.8427010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:22:39.8428579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:22:39.8430278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:22:39.8431354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:22:39.8432252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:22:39.8433241Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:22:39.8434229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:22:39.8435800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:22:39.8437029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:22:39.8438399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:22:39.8439577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:22:39.8440695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:22:39.8442341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:22:39.8444041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:22:39.8445421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.8446760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.8448729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.8450263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:22:39.8451751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:22:39.8453739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.8455677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:22:39.8457067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:22:39.8458514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:22:39.8459903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:22:39.8475700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:22:39.8477633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:22:39.8479436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:22:39.8480689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:22:39.8481919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:22:39.8483666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:22:39.8485692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:22:39.8486992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:22:39.8488279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:22:39.8489437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:22:39.8490554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:22:39.8492129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:22:39.8493657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:22:39.8494839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:22:39.8496389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:22:39.8497533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:22:39.8498816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:22:39.8500583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:22:39.8502232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:22:39.8503356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:22:39.8504550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:22:39.8506185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:22:39.8507312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:22:39.8508622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:22:39.8509867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:22:39.8511069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:22:39.8512664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:22:39.8514516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:22:39.8516394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:22:39.8518349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:22:39.8519672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:22:39.8521190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:22:39.8523211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:22:39.8525192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:22:39.8527245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:22:39.8529485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:22:39.8530998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:22:39.8532495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:22:39.8534559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:22:39.8535948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:22:39.8537259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:22:39.8539145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:22:39.8541375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:22:39.8542630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:22:39.8543497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8544814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8546085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8547282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8548469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8549650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8550968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8552078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8553349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8554532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8555857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8557713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8558977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8560345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8561548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8562768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8564023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8565289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8566450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8567595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8568715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8569901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8571323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8572483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8573449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:22:39.8574567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8576034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8577598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8579090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8580489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8582077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8583517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8585124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8586738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8587862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:22:39.8588996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:22:39.8590978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:22:39.8592655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:22:39.8594489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:22:39.8595904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:22:39.8597312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8598909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:22:39.8599856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:22:39.8600935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:22:39.8602259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:22:39.8603741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:22:39.8605165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:22:39.8606674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:22:39.8608103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:22:39.8609140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:39.8610698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:39.8612728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:39.8615026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:39.8617217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:39.8619358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:22:39.8620804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:22:39.8622091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8623765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8625582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8627301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8629004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8630636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8632001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8633890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8635633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8637208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8651653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8653656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8655412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8657370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8659104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8660956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8662650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8664313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8665888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8667469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:22:39.8668535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:22:39.8669755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:22:39.8671761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:22:39.8673136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:39.8674517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:39.8676373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:39.8678164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:22:39.8679373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:22:39.8680322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:22:39.8681809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:22:39.8683160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:22:39.8684494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:22:39.8685378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:22:39.8686368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:22:39.8687622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:22:39.8688602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:22:39.8689737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:22:39.8690757Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:22:39.8692222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:22:39.8693447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:22:39.8694473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:22:39.8695500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:22:39.8696652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:22:39.8698197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:22:39.8699204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:22:39.8700598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:22:39.8702233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:22:39.8703845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:22:39.8705105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:22:39.8706242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:22:39.8707690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:22:39.8708850Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:22:39.8710039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:22:39.8711349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:22:39.8712497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:22:39.8714026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:22:39.8715176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:22:39.8716293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:22:39.8717977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:22:39.8719609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:22:39.8720985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:22:39.8722397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-06-05T23:22:39.8723465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:22:39.8724483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:22:39.8725989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:22:39.8727417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:22:39.8728274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:22:39.8729431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-06-05T23:22:39.8730643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:22:39.8740750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:22:39.8742572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:22:39.8744095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:22:39.8745188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:22:39.8746382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-06-05T23:22:39.8747574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:22:39.8748722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8750236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8751757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8753174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8754722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8756355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8757927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8759623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8761139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8762648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8764194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8765780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8767242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8768776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8770356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8772024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8773470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8774916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8776358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8777824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8779333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8780701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8782277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8783824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8785439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8787131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8788625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8790475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8792271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8793934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8795428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8796897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8798369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:22:39.8799379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:22:39.8800379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:22:39.8801764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:22:39.8803125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:22:39.8804045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:22:39.8805109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:22:39.8806578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:22:39.8808153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:22:39.8809319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:22:39.8810284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:22:39.8811588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:22:39.8812984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:22:39.8814428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:22:39.8815864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:22:39.8817287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:22:39.8818249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:22:39.8819328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8833946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8835482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8836865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8838335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8839708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8841067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8842518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8843959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8845312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8846908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8848407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8849832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8851382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8853042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8854691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8856269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8857694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8859170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8860690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8862218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8863760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8865245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8866733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8868227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8869674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8871285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8872661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8874095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8875432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8876841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8878254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8879611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:22:39.8880601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:22:39.8881700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:22:39.8883171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:22:39.8884655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:22:39.8886133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:22:39.8887356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:22:39.8888673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-06-05T23:22:39.8890083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:22:39.8890976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:22:39.8891810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:22:39.8892889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:22:39.8893989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-06-05T23:22:39.8895097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:22:39.8895770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:22:39.8897052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:22:39.8898299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:22:39.8899246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:22:39.8900774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:22:39.8902362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:22:39.8903391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:22:39.8903947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:22:39.8904968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8906349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8907965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8909686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8911319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8912932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8914407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8915880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8917369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8918863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8920313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8921735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8923183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:22:39.8924197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:22:39.8925315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8926864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8928755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8930593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8932203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8933767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8935350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8937152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8938834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8940555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8942305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8944081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8945776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8947557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8949351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8951130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8952839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8954686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8956435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8958200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8959929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8961759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8963575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8965245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8967111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8968979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8970804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8972586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8974270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8975842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8977392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8979003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8980689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8982652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8984608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8986552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8988472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8990319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8992095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8993730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8995437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8997040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.8998720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9000270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9001862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9003468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9004966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9006590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9008209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9009856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9011521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9013160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9014912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:22:39.9016146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:22:39.9017404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9019134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9020970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9022785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9024504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9026298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9028045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9029810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9031654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9033365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9035157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:22:39.9036425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:22:39.9037497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9039147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9040692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9042135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9043666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9045171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9046670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9048204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9049736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9051216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9052725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9054623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9056486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9058051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9059512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9061043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9062615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9064308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9065902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9067441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9069018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9070890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9072646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9074205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9075765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9077289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9078808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9080331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9082000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9083716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9085481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9087085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9088699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9090475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9092079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9093516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9095061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9096579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9098260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9100006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9101649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9103313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9105072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9106771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9108541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9110393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9112066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9113622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9115324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9117063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9118635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9120537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:22:39.9121650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:22:39.9122871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:22:39.9124500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:22:39.9126185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:22:39.9127990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:22:39.9129832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:22:39.9131009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:22:39.9132785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:22:39.9133903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:22:39.9134968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:22:39.9136652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:22:39.9138104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:22:39.9139695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:22:39.9140932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:22:39.9142198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9143938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9145677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9147426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9149215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9150983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9152860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9154655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9156377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9158279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9160142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:22:39.9161328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:22:39.9162771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9164822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9166774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9168557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9170426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9172324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9174075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9175902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9177846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9179764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9181384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:22:39.9182551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:22:39.9183656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9185498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9187258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9188841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9190635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9192340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9194070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9195814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9197584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9199308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9200970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9202637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9204480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9206317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9208041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9210216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9211921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9213727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9215298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9216930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9218642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9220442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9222148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9223865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9225449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9227026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9228397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9229841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9231389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9232890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9234473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9236087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9237732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9239465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9241041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9242712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9244269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9245898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9247521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9249106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9250725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9252417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9253931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9255450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9256945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9258486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9260033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9261646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9263127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9264740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9266342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9267926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9269482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9271220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9272899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9274418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9275989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9277546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9279139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9280807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9282390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9283954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9285532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9287586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9289290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9290914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9292472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9294076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9295686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9297274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9298959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9300460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9301922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9303387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9304856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9306419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9307891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9309349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9310912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9312355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9313879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9315356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9316823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9318255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9319901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9321499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9323053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9324445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9325948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9327399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:22:39.9328479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:22:39.9329642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9331282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9332999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9334775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9336449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9338211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9339908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9341869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9343917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9345892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9347702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9349538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9351316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9353064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9354797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9356500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9358276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9360123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9362006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9363830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9365547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9367374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:22:39.9368801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:22:39.9370148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:22:39.9371584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:22:39.9372957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:22:39.9374878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:22:39.9376835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:22:39.9378703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:22:39.9379981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:22:39.9381451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:22:39.9382628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:22:39.9383914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-06-05T23:22:39.9385185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:22:39.9386109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:22:39.9387693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:22:39.9389275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:22:39.9390505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:22:39.9392293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:22:39.9395075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:22:39.9396937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9398940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9401629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9404139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9406922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9409571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9411970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9413098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9414149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9415253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9416415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9417564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9418555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9419588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9420607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9421822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9422913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9423999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9425212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9426493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9427773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9429076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9430313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9431567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9432693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9433929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9435059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9436125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9437538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9438693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9439944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9441177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9442251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9443521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9444726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:22:39.9445147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:22:39.9445704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:22:39.9446982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:22:39.9447496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:22:39.9448761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:22:39.9449244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:22:39.9449707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:22:39.9451021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:22:39.9451792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:22:39.9452963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:22:39.9453827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:22:39.9455908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:22:39.9456736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:22:39.9458158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:22:39.9459628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:22:39.9460318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:22:39.9461687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:22:39.9462285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:22:39.9463671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:22:39.9464308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:22:39.9465733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:22:39.9466537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:22:39.9467741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:22:39.9468594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:22:39.9470057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:22:39.9471247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:22:39.9472550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:22:39.9473291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:22:39.9474505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:22:39.9475273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:22:39.9476644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:22:39.9477174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:22:39.9478527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:22:39.9479087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:22:39.9480453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:22:39.9481042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:39.9482339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:39.9483848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:39.9485173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:39.9486505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:22:39.9487052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:22:39.9488399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:22:39.9489028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:22:39.9490378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:22:39.9490898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:22:39.9492245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:22:39.9492831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:22:39.9494124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:22:39.9494780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:39.9495947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:39.9497282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:39.9497926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9499279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9500734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9502212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9503680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9505811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9507264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9508774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9510306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9511962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9513451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:22:39.9514138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9515813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9517450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9519060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9520775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9522521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9524216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9526015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9527727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9529304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9530964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9532610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9534164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9535847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:22:39.9537205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:22:39.9537782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:22:39.9539091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:22:39.9540455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:22:39.9540963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.9542288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.9543601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.9544938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.9546149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.9547989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:22:39.9548590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9550005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9551432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9552642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9553293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:39.9554700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:39.9556142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:39.9557509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:22:39.9558081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9559583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9561050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9562631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9564175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9565714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9567148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9568625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9570054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9571683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9573158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9574619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9576107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9577622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9579165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9580766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9582170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9583732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9585318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9586823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9588299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9589763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9591299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:22:39.9591935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9593524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9595067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9597176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9598962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9600609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9602286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9603915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9604680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:22:39.9606230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:22:39.9607748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:22:39.9608529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:39.9610153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:39.9611850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:39.9613432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:22:39.9613958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9615374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9616872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9618286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9619648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9621119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9622578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9624003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9625367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9626833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:22:39.9627415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.9628908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.9630479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.9632014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:22:39.9632804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:22:39.9634387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:22:39.9636188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:22:39.9636752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:22:39.9638057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:22:39.9638734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:39.9640284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:39.9642186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:39.9643568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:22:39.9644183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:22:39.9645558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:22:39.9646906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:22:39.9647507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:22:39.9649088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:22:39.9649826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.9651448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.9653274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.9654885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:22:39.9655492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:22:39.9656901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:22:39.9658472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:22:39.9659087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:22:39.9659840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:39.9661393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:39.9662931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:39.9664771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:39.9666425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:22:39.9667187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:39.9668973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:39.9671012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:39.9672988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:39.9674687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:39.9676435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:22:39.9677386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:22:39.9679115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:22:39.9680835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:22:39.9682381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:22:39.9684136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:22:39.9685598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9687118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9688613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9689890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9692492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9693842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9695141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9696535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9697803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9699356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9700671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9702064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9703418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9704722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9706122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9707507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9709027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9710482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9712100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9713800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9715448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9716942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9718428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:22:39.9719231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:22:39.9720511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:22:39.9721135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:22:39.9722699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:22:39.9724073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:22:39.9724710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:22:39.9726214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:22:39.9727718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:22:39.9728409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:22:39.9729782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:22:39.9731294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:22:39.9732078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:22:39.9742764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:22:39.9744201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:22:39.9744886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:22:39.9746216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:22:39.9747131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:22:39.9768679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:22:39.9769528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.9771211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.9772866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.9774318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.9775942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:22:39.9776630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.9778278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.9780140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.9781845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:22:39.9782400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9783921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9785557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9787122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9788648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9790233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9791574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9793064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9794656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9796238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9797795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9799330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9800907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:22:39.9801822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:22:39.9803413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:22:39.9804179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:22:39.9804839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:22:39.9805528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:22:39.9807340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:22:39.9809115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:22:39.9810106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:22:39.9812355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:22:39.9816696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:22:39.9820828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:22:39.9822656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:22:39.9825336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:22:39.9828425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:22:39.9830586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:22:39.9833034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:22:39.9836822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:22:39.9841953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:22:39.9845878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:39.9850123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:39.9855498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:39.9860125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:39.9863856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:22:39.9867179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:22:39.9869407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:22:39.9870959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:22:39.9873369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:22:39.9875618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:22:39.9876911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:22:39.9878281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:22:39.9879720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:22:39.9881417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:39.9883845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:39.9887421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:39.9890725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:22:39.9893373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9896096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9899605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9903435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9907368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9910985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9914588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9917891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9921522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9924981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9928611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9932198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9935782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9939082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9942482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9946515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9950318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9953897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9957415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9961101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9964907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9968412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9971969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:22:39.9974643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9977276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9980826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9984540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9988160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9992161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9995892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:39.9999525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:22:40.0002440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:22:40.0005044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:22:40.0008417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:22:40.0010874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:40.0013516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:40.0017111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:40.0020423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:40.0023854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:22:40.0026240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:40.0029312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:40.0032914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:40.0036686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:40.0040752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:40.0044079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:22:40.0046669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:22:40.0049015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:22:40.0052206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:22:40.0054507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:40.0057034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:40.0060492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:40.0063807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:22:40.0066268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:22:40.0068534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:22:40.0071664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:22:40.0073596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:22:40.0075647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:22:40.0078545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:22:40.0080717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:40.0082865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:40.0085908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:40.0088773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:22:40.0090815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:22:40.0093173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:22:40.0095358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:22:40.0097558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:22:40.0100038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:22:40.0101373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:22:40.0102799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:22:40.0104399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:22:40.0105910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:22:40.0108127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:22:40.0110338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:22:40.0111657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:22:40.0113233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:22:40.0115515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:22:40.0117735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:22:40.0119053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:22:40.0121232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:22:40.0124056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:22:40.0126073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:22:40.0127634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:22:40.0129018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:22:40.0129807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:22:40.0131011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:22:40.0132788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:22:40.0134003Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:22:40.0135080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:22:40.0136814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:22:40.0138488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:22:40.0140117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:22:40.0141508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:22:40.0143150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:22:40.0145543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:22:40.0147216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:22:40.0148682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0150637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0152514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0154433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0156523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0158446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0160394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0162373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0164277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0166127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:22:40.0167415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:22:40.0168493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:22:40.0169992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:22:40.0173515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:22:40.0174768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:22:40.0176003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:22:40.0178003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:22:40.0179474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:22:40.0180832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:22:40.0182728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:22:40.0184494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:22:40.0186314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:22:40.0187603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:22:40.0188800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:22:40.0190722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:22:40.0192319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:22:40.0193908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:22:40.0195207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:22:40.0196547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:22:40.0198357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:22:40.0200140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:22:40.0201384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:22:40.0202710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:22:40.0204357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:22:40.0206247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:22:40.0208136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:22:40.0209393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:22:40.0210599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:22:40.0212354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:22:40.0213999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:22:40.0215769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:22:40.0217033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:40.0218469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:40.0220413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:40.0222394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:40.0224508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:22:40.0226023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:40.0227468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:40.0229763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:40.0232110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:40.0234457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:22:40.0236072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:40.0237679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:40.0239932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:40.0242187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:40.0244403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:22:40.0246150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:22:40.0247795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:22:40.0249544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0251478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0254188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0256941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0259818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0262635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0265410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0268230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0271132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0273858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0276608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0279446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0282146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0285056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:22:40.0287146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:40.0288905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:40.0291401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:40.0293967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:40.0296409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:22:40.0298141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:22:40.0299337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:22:40.0300656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0302010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0304032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0306098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0308170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0310147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0312094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0313982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0316141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0318111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0320109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0322246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0324434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0326525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0328507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0330469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0332423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0334270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0336092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0338064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0339972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0341905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0343760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0345627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0347463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0349436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0351791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0353843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0355752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0357670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0359575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0361529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0363555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0365528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0367519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0369564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0371743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0373761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0375753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0377808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0379988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0382081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0384221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0386342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0388494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0390537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0392596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0394559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0396516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0398545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0400727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0402937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0405068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0407104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0409146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0411413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0413868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0415909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0417921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0419990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0422113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0424088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0426063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0427997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0429964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0432194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0434414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0436494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0438629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0440514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0442548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0444740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0446830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0449003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0451290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0453475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0455650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0457819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0459901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0462227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0464422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0466511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0468730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0471009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0472889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0474758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0476859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0478989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0481041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0483103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0485014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0486950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0488894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0490790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0492948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0494837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0496813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0498735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0500708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0502866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0505000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0506897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0508809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0510839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0512938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0515051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0517330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0519645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0521747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0524005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0526070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0528199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0530512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0532502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0534420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0536382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0538396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0540338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0542244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0544182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0546214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0548299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0550303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0552532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0554526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0556422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0558520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0560539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0562445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0564540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0566722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0568678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0570898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0572964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0574852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0577035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0578951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0580925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0583053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0585177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0587268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0589415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0591703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0593940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0596181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0598315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0600443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0602520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0604782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0606905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0609063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0611134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0613302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0615443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0617510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0619756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0621917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0624033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0626237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0628435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0630654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0632581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0634577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0636530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0638465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0640469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0642539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0644598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0646690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0648828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0650911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0652830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0655001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0657271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0659161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0661159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0663490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0665671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0667749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0669872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0672268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0674464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0676365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0678550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0680552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:22:40.0681917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:22:40.0683405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:22:40.0685456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:22:40.0687060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0689038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0691447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0693764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0695994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0698312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0700843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0703306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0705867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0708362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0711206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0713926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0716551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0719287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0721873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0724646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0727241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0729636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0732166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0734844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0737576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0739832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0742012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0744763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0747111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0749566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0752234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0754520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0757075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0759404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0761919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0764935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0767689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0770109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0772659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0774911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0777341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0779958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0782386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0784881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0787203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0789646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0792163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0794669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0797164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0799560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0801991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0804604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0807061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0809478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0812016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0814564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0817228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0819809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0822463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0824794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0827453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0829981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0832608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0835210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0837948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0840499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0843225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0845927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0848507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0850898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0853396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0855834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0858222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0860880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0863360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0865728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0868251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0871392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0873975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0876446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0878833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0881570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0884197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0886898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0889540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0892675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0895384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:22:40.0897272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:22:40.0899118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:22:40.0900775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:40.0902358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:40.0904364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:40.0906389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:22:40.0907860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0909385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0911478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0913655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0915977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0918196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0920522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:22:40.0922272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0924057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0926614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0929266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0932041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0934711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0937528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0940271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0943017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0945613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0948630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0951474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0954226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0956877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0959819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0962420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0963759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:22:40.0964103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:22:40.0964839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:22:40.0965728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:22:40.0966748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:22:40.0967087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:22:40.0967852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0968518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0969344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0970044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0970887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0971622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0972425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0973329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0974153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0974885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0975589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:22:40.0975887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:22:40.0976230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:22:40.0976756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0977801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0978912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0979936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0981008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0982072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0983122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0984186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0985274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0986333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:22:40.0986604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:22:40.0987254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:22:40.0987939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:22:40.0988717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:22:40.0989067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:22:40.0989846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:22:40.0990708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:22:40.0991026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:22:40.0991804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:22:40.0992083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:22:40.0993081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:22:40.0993396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0994286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0995070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0995872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0996600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0997492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0998278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0999057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.0999817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.1000616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.1001418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.1002396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:22:40.1002631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:22:40.1003332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-06-05T23:22:40.1003649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1004292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1005197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1005910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1006671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1007346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1008241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1009076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1010002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1010762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1011955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1012692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1013435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1014154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1014949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1015668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1016399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1017347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1018103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1018831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1019598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1020577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1021272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1022138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1022884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1023564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1024461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1025208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1025943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1026627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1027427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1028688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1029415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1030111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1031000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1031690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1032416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1033105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:22:40.1033368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1034059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1034817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1035608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1036380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1037036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1037785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1038445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1039294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1039968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1040752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1041432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1042197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1042875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1043578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1044287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1045074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1045732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1046464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1047258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1048037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1048757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1049445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1050294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1050992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1051766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1052472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1053234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1053982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1054791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1055451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1056181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1056923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1057671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1058409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1059142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1059910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1060608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1061420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1062158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1062930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1063587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1064401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1065182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1065971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1066703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1067498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1068280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1069126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1069919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1070900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1071720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1072600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1073355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1074217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1074984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1075797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1076501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1077337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1078124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1078902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1079666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1080396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1081268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1082135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1082967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1083738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1084624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1085516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1086252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1087050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1087804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1088685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1089490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1090394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1091126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1091958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1092794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1093663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1094503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1095302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1096185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1096954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1097790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1098707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1099633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1100429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1101408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1102571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1103804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1104644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:22:40.1105024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:22:40.1105809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:22:40.1106210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:22:40.1106976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:22:40.1107798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:22:40.1108530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:22:40.1108796Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:22:40.1109652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:22:40.1110645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:22:40.1111555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:22:40.1112466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:22:40.1112801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:22:40.1113987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:22:40.1115159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:22:40.1115644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:22:40.1116502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:22:40.1117452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:22:40.1118386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:22:40.1118693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:22:40.1119506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:22:40.1120361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:22:40.1121157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:22:40.1121464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:22:40.1122277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:22:40.1122950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:22:40.1123214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:22:40.1123602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:22:40.1124243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:22:40.1124493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:22:40.1125116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1125827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1126638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1127316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1128122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1128853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1129668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1130311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1131070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1131790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1132541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1133251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1134019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1134838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1135715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:22:40.1135998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:22:40.1136857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:22:40.1137790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:22:40.1138542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:22:40.1138910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:22:40.1139485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:22:40.1140130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:22:40.1140883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:22:40.1141443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:22:40.1142260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:22:40.1142527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1143192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1144071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1144815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1145675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1146536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1147323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1148205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1148927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1149795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:22:40.1150127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:22:40.1151140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:22:40.1151415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:22:40.1152174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:22:40.1152589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:22:40.1153251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:22:40.1153583Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:22:40.1153997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:22:40.1154361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1155379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1156350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1157361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1158384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1159267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1160251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1161281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1162324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1163328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1164394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1165273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1166210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1167327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1168273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1169298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1170431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1171741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1172762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1173814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1175195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1176145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1177191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1178169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1179050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1180080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1181067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1182020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1182977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1183809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1184890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1185735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1186797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1187790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1188631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1189603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1190520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1191475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1192504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1193323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1194330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1195354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1196189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1197165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1198020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1199277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1200257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1201156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1202256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1203209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1204068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1205032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1205956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1206944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1208011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1208890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1209759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1210795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1211687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1212577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1213492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1214625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1215671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1216517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1217507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:22:40.1217882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:22:40.1218852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:22:40.1219686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:22:40.1220666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:22:40.1221422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:22:40.1221721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:22:40.1222662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:22:40.1223386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:22:40.1224307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:22:40.1225086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:22:40.1225479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:40.1226234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:40.1227183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:40.1228109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:22:40.1228521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1229316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1230395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1231334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1232194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1233106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1233996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:22:40.1234447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:22:40.1235295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:22:40.1236066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:22:40.1237106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:22:40.1237378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:22:40.1237740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:22:40.1238606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:22:40.1238945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:22:40.1239453Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1240570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1241795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1242981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1244110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1245174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1246292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1247579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:22:40.1248052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:22:40.1249635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:22:40.1250140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:22:40.1250734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:22:40.1251351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:22:40.1252866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:22:40.1253181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:22:40.1253572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:22:40.1253884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1255028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1256132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1257078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1257950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1259057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1260076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:22:40.1260370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:22:40.1261074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:22:40.1261937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:22:40.1262221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1263068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1263894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1264779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1265641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1266352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1267279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1267940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1268872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1269670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1270492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1271456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1272158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:22:40.1272428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1273269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1274007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1274823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1275563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1276312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1277061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1277824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1278630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1279324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1280031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1281051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1281962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1282747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1283666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1284514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1285272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1286140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1286841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1287692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1288437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1289222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1289937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1290748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1291761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1292505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1293417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1294351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1295116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1295850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1296608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1297414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1298155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1298987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1299772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1300530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1301414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1302135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1302932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1303654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1304464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1305148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1305901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1306651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1307521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1308280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1309095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1309778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1310719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1311519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:22:40.1311832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:22:40.1312735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:22:40.1313676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:22:40.1314063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1314963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1315847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1316955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1317796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1318758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1319884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:22:40.1320239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:22:40.1321292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:22:40.1322162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:22:40.1322504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:22:40.1323419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:22:40.1324401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:22:40.1324738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:22:40.1325920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:22:40.1327014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:22:40.1327950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:22:40.1328786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:22:40.1329032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:22:40.1329924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:22:40.1330760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:22:40.1331154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1331860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1332600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1333490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1334572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1335300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1336209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1336975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1337821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1338672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1339357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1340303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1341093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1341895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:22:40.1342158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1343011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1343675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1344545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1345236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1346163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1346862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1347713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1348451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1349296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1350034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1351000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1351726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1352524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1353191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1354051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1354723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1355599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1356332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1357153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1358013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1397325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1398022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1398918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1399615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1400633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1401481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1402288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1403133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1403889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1404800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1405516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1406265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1407113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1407859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1408676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1409451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1410258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1411028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1411888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1412576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1413483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1414212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1414959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:22:40.1415298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1416305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1417369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1418459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1419234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1420216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1421189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1422040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:22:40.1422409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:40.1423366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:40.1424382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:40.1425226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:22:40.1425673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:22:40.1426591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:22:40.1427745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:22:40.1428042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:22:40.1428938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:22:40.1429781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:22:40.1430110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:22:40.1430611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:22:40.1431551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:22:40.1431991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:22:40.1432538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:40.1433710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:40.1434727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:40.1464162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:22:40.1464534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:22:40.1464903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:22:40.1465872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:22:40.1466878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:22:40.1467180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:22:40.1468049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:22:40.1469010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:22:40.1469435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:22:40.1470486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:22:40.1471162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:40.1472224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:40.1488277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:40.1489227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:22:40.1489702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:22:40.1490114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:22:40.1490994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:22:40.1492018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:22:40.1492850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:22:40.1493262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:22:40.1494269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:22:40.1495227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:22:40.1495543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:22:40.1496011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:40.1497160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:40.1498474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:40.1499631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:40.1500535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:22:40.1500982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1501938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1502958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1503806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1504875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1505894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1506907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1508052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1509020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1510039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1511217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1512167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1513221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1514161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1515105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1516184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1524761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1526631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1527578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1528601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1529849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1530731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1531918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1533026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1533996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1535113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1536195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1537185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:22:40.1537524Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1538632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1539664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1540621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1541729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1542818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1543679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1544746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1545798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1546674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1547712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1548742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1549683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1550770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1551696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1552664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1553763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1554702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1555711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1556754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1557739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1558743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1559831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1560725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1561782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1562746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1584966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1585904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1586990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1587956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1588841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1589924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1590824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1592032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1592984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1593956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1595053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1596011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1597100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1598000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1599011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1600021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1600868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1601828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1602674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1603702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1604566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1605594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1606690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1607566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1608677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1609635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1610684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1611727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1612709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1613796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1614792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1615736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1616845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1617762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1618798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1619848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1620745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1621769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1663708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1664754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1665939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1667145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1668067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1669047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1670282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1671374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1672411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1673384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1674243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:22:40.1675262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:22:40.1675532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:22:40.1676206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:22:40.1677057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:22:40.1677816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:22:40.1678725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:22:40.1678969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:22:40.1679228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:22:40.1679969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:22:40.1680639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:22:40.1681025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1681877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1682954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1683730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1684682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1685411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1686248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1687251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1688257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1689185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1690084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1690983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1691833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1692725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1693602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1694585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1695411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1696387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1697244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1698113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1698913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:22:40.1699349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:22:40.1700171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:22:40.1701127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:22:40.1701482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:22:40.1702393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:22:40.1746683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:22:40.1747840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:22:40.1748143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:22:40.1748886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1749652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1750544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1751368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1752235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1753010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1753854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:22:40.1754110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:22:40.1754916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:22:40.1755714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:22:40.1756043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:22:40.1756415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:22:40.1757194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:22:40.1758183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:22:40.1758478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:22:40.1759624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:22:40.1760558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:22:40.1760975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:22:40.1761814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:22:40.1762804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:22:40.1763191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:22:40.1764241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:22:40.1765057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:22:40.1765345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:22:40.1765738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:22:40.1766811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:22:40.1767703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:22:40.1768594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:22:40.1768888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:22:40.1769230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:22:40.1769870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1770772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1771527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1772177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1773026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1773645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1774467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1775131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1775918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1776767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1777388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1778139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1778866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1779732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1780398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1781022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1781879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1782476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1782760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:40.1783676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:40.1820459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:40.1821214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:40.1821962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:22:40.1843558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1844734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1845473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1846238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1847001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1847718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1848673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1849525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1850395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1851135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:22:40.1851872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1852622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1853548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:22:40.1853805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:22:40.1854442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:22:40.1855281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:22:40.1856011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:22:40.1856767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:22:40.1857066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:22:40.1857802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:22:40.1858608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:22:40.1859452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:22:40.1859792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:22:40.1860513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:22:40.1860957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:22:40.1861827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:22:40.1862761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:22:40.1863085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:40.1864070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:40.1865160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:40.1866080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:22:40.1866427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:22:40.1867343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:22:40.1867781Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:22:40.1868827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:22:40.1869227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:40.1870450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:40.1871618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:40.1872707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:22:40.1873133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:40.1874239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:40.1875348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:40.1876350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:40.1877456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:22:40.1877910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:40.1887732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:40.1888866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:40.1890177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:40.1891352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:22:40.1891803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:22:40.1892905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:22:40.1893954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:22:40.1894566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:22:40.1895657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:22:40.1896775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:22:40.1897289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1898332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1899515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1900643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1901693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1902839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1903971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1905077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:22:40.1905413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:40.1906326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:40.1907285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:40.1908346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:40.1909294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:22:40.1909651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:22:40.1909991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1911065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1912165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1913175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1914203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1915310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1916452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1917561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1918623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1919712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1920733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1921831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1922929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1924030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1925305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1926409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:22:40.1926711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:22:40.1926971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:22:40.1965441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:22:40.1966350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:22:40.1966866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:22:40.1967798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:22:40.1968097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:22:40.1968990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:22:40.1969281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:22:40.1969584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1970393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1971326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1972087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1973038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1973715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1974539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1975292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1976109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1976800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:22:40.1977076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:22:40.1977745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:22:40.1978369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:22:40.1979176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:22:40.1979791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:22:40.1980071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:22:40.1980849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:22:40.1981540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:22:40.1981965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:22:40.1982579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:22:40.1983309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:22:40.1983587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:22:40.1984317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:22:40.1985090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:22:40.1985468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1986527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1987450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1988464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1989527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1990480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1991515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:22:40.1991832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:22:40.1992610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:22:40.1993335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:22:40.1993762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:22:40.1994441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:22:40.1995264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:22:40.1995537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:22:40.1996238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:22:40.1997028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:22:40.1997334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:22:40.1998031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.1998724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.1999409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2000140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2030570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2031271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2032096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2032829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2033581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2034373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2035021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2035840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2036455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2037237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2037993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:22:40.2038456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:22:40.2039515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:22:40.2040355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:22:40.2040696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:22:40.2041809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:22:40.2042870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:22:40.2043904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:22:40.2044808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:22:40.2045183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:22:40.2045973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:22:40.2046873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:22:40.2047642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:22:40.2048127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2048944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2050015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2051025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2051883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2052953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2054014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2054888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2056010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2057032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2057915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2058841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2059855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2060772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2061868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2063041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2064024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2065107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2066135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:22:40.2066404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:22:40.2067314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2068124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2107724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2108647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2109669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2110503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2111660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:22:40.2111998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:22:40.2112947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:22:40.2113253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:22:40.2114154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:22:40.2114560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:40.2115672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:40.2116637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:40.2117527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:40.2118438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:22:40.2118854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:40.2119716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:40.2120623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:40.2121455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:40.2122351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:22:40.2122704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:22:40.2123599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:22:40.2124022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:22:40.2124926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:22:40.2126152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:22:40.2126583Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:22:40.2127571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:22:40.2128510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:22:40.2129073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:22:40.2130039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:22:40.2131250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:22:40.2131638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:22:40.2132396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:22:40.2133055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:22:40.2133866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:22:40.2134131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:22:40.2134860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:22:40.2135682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:22:40.2135923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:22:40.2136717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:22:40.2137479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:22:40.2137865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:22:40.2138634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:22:40.2139508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:22:40.2139887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:22:40.2140653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:22:40.2141519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:22:40.2141858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:22:40.2142658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:22:40.2143599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:22:40.2144020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:22:40.2144901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:22:40.2197561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:22:40.2198512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:22:40.2199505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:22:40.2200232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:22:40.2201183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:22:40.2201881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:22:40.2202163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:22:40.2203139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:22:40.2204312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:22:40.2204723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:22:40.2205810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:22:40.2206969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:22:40.2207380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:22:40.2208043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:22:40.2208736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:22:40.2209123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:22:40.2209769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:22:40.2210506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:22:40.2210817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:22:40.2211446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:22:40.2212398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:22:40.2212656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:22:40.2213257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:22:40.2214049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:22:40.2214345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:22:40.2215124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:22:40.2215989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:22:40.2216259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:22:40.2217034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:22:40.2217675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:22:40.2217947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:22:40.2218765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:22:40.2219435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:22:40.2219687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:22:40.2219941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:22:40.2220767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:22:40.2220995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:22:40.2221233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:22:40.2221499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:22:40.2222360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:22:40.2223099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:22:40.2223927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:22:40.2224604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:22:40.2225432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:22:40.2225712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:22:40.2226522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:22:40.2227378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:22:40.2228238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:22:40.2229133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:22:40.2229879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:22:40.2230324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:22:40.2230676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:22:40.2231483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:22:40.2232379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:22:40.2232590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:22:40.2232874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:22:40.2233547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:22:40.2234191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:22:40.2395873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:22:40.2397036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:22:40.2397572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:22:40.2398766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:22:40.2399523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:22:40.2400246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:22:40.2400960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:22:40.2401688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:22:40.2401947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:22:40.2402626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:22:40.2402876Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:22:40.2403629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:22:40.2404229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:22:40.2404833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:22:40.2405106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:22:40.2405828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:22:40.2406152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:22:40.2406795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:22:40.2407051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:22:40.2407734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:22:40.2408460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:22:40.2409173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:22:40.2409824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:22:40.2410576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:22:40.2410817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:22:40.2411382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-06-05T23:22:40.2411621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:22:40.2412236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-06-05T23:22:40.2412466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:22:40.2413047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-06-05T23:22:40.2413333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:22:40.2414064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:22:40.2414360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:22:40.2415107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:22:40.2415828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:22:40.2416142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:22:40.2416435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:22:40.2417173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:22:40.2418011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:22:40.2418338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:22:40.2419251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:22:40.2419648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:22:40.2419973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2420660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2421440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2422171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2423009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2423765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2424680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2425426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2426279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2427044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2427471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:22:40.2428367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:22:40.2428856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:22:40.2429333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:22:40.2494651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:22:40.2495768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:22:40.2496534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:22:40.2496789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:22:40.2497439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:22:40.2498206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:22:40.2498901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:22:40.2499820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:22:40.2500626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:22:40.2501390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:22:40.2501693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:22:40.2502447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:22:40.2503191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:22:40.2503479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:22:40.2504128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:22:40.2504999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:22:40.2505648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:22:40.2506318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:22:40.2506675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:22:40.2507374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:22:40.2508361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:22:40.2509096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:22:40.2510048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:22:40.2510418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:22:40.2511204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:22:40.2511650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:40.2513035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:40.2514147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:40.2515146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:40.2516175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:40.2517298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:22:40.2517697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:22:40.2518772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:22:40.2519243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:40.2520471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:40.2521708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:40.2521989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:22:40.2522928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:22:40.2523265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:22:40.2523652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:22:40.2524834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:22:40.2526009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:22:40.2526413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:22:40.2526938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:22:40.2528069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:22:40.2529331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:22:40.2530604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:22:40.2530947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:22:40.2531443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:22:40.2531967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:22:40.2566642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:22:40.2567985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:22:40.2568403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:22:40.2568900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:22:40.2569487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:22:40.2570870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:22:40.2571465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:22:40.2571895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:22:40.2573052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:22:40.2573653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:22:40.2574972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:22:40.2575433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:22:40.2576738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:22:40.2577173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:22:40.2578380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:22:40.2578800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:22:40.2579328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2580506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2581660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2582582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2583831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2584979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2585930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2587094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2588156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:22:40.2588558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:22:40.2588945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:22:40.2590044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:22:40.2590578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:40.2591636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:40.2592666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:40.2593726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:22:40.2594154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:22:40.2595297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:22:40.2595712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:40.2596887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:40.2597871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:40.2598853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:22:40.2599243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:22:40.2599717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:22:40.2601122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:22:40.2601758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:22:40.2602971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:22:40.2604266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:22:40.2604921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:22:40.2605466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:40.2651087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:40.2652553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:40.2654041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:40.2655469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:22:40.2655803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:22:40.2656131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:22:40.2656580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:40.2657720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:40.2659072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:40.2660310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:40.2661430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:40.2662503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:22:40.2663181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:22:40.2664438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:22:40.2665017Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:40.2666334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:40.2667702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:22:40.2668029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:22:40.2668335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:22:40.2668682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:22:40.2669721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:22:40.2669977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:22:40.2670283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:22:40.2671205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:22:40.2671525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:22:40.2672242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:22:40.2673222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:22:40.2674135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:22:40.2674894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:22:40.2675852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:22:40.2676136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:22:40.2676678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:22:40.2677324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:22:40.2677816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:22:40.2678055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:22:40.2678257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:22:40.2678855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-06-05T23:22:40.2679192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:22:40.2679537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:22:40.2679882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:22:40.2680204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2681096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2681987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2682994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2683854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2684817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2685818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2686641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2687729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2688582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2689602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2717207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2718083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2719172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2719952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2720876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2721666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2722613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2723720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:22:40.2724090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:22:40.2725058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:22:40.2725601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:40.2726666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:40.2727912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:40.2728414Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:40.2729452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:40.2730527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:40.2731664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:40.2732702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:40.2733785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:40.2734153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2735202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2736324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2737347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2738391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2739360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2740384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2741470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2742468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2743512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2744498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2745540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2746495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2747442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2748449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:22:40.2748917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:22:40.2749488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:22:40.2750042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:40.2751192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:40.2752282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:40.2752710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2754141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2755241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2787360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2788838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2790225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2791474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2792644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2793854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2794860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2795861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2796910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2797896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:40.2798191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:22:40.2798981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:22:40.2799790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:22:40.2800590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:22:40.2801518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:22:40.2801837Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:22:40.2802643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:22:40.2802947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2803704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2804479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2805285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2806075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2806856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2807592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2808368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2809150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2809917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2810687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2811438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:22:40.2811772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:22:40.2812594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:22:40.2813429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:22:40.2813700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:22:40.2814040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:40.2814933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:40.2815824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:40.2816636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:22:40.2816940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:22:40.2817702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:22:40.2818509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:22:40.2819341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:22:40.2820155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:22:40.2820481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:22:40.3495151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:22:40.3496046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:22:40.3496930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:22:40.3497124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:22:40.3497381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:22:40.3497972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:22:40.3498465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:22:40.3498565Z running install_egg_info 2025-06-05T23:22:40.3498942Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:22:40.3499045Z running install_scripts 2025-06-05T23:22:40.3499342Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:22:40.3499993Z creating '/tmp/pip-wheel-j6f1fsh3/.tmp-ox_srq17/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:22:40.3500135Z adding 'executorch/version.py' 2025-06-05T23:22:40.3500544Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:22:40.3500748Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:22:40.3500944Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:22:40.3501201Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:22:40.3501403Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:22:40.3501657Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:22:40.3501871Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:22:40.3502326Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:22:40.3502730Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:22:40.3502982Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:22:40.3503234Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:22:40.3503382Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:22:40.3503558Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:22:40.3503756Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:22:40.3503975Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:22:40.3504170Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:22:40.3504466Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:22:40.3504730Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:22:40.3504977Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:22:40.3505266Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:22:40.3505500Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:22:40.3505707Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:22:40.3505934Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:22:40.3506134Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:22:40.3506327Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:22:40.3506567Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:22:40.3506847Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:22:40.3507110Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:22:40.3507316Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:22:40.3507518Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:22:40.3507710Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:22:40.3507897Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:22:40.3508082Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:22:40.3508276Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:22:40.3508499Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:22:40.3508802Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:22:40.3509135Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:22:40.3509367Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:22:40.3509531Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:22:40.3509758Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:22:40.3509977Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:22:40.3510245Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:22:40.3510452Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:22:40.3510679Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:22:40.3510921Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:22:40.3511180Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:22:40.3511373Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:22:40.3511509Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:22:40.3511642Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:22:40.3511800Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:22:40.3512044Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:22:40.3512183Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:22:40.3512333Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:22:40.3512469Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:22:40.3512619Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:22:40.3512766Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:22:40.3512940Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:22:40.3513086Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:22:40.3513261Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:22:40.3513421Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:22:40.3513614Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:22:40.3513880Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:22:40.3514174Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:22:40.3514402Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:22:40.3514550Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:22:40.3514731Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:22:40.3514915Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:22:40.3515110Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:22:40.3515285Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:22:40.3515483Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:22:40.3515687Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:22:40.3515941Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:22:40.3516300Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:22:40.3516618Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:22:40.3516830Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:22:40.3517024Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:22:40.3517245Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:22:40.3517461Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:22:40.3517644Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:22:40.3517909Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:22:40.3518099Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:22:40.3518322Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:22:40.3518580Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:22:40.3518891Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:22:40.3519114Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:22:40.3519383Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:22:40.3519586Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:22:40.3519794Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:22:40.3519984Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:22:40.3520186Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:22:40.3520382Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:22:40.3520595Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:22:40.3520963Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:22:40.3521208Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:22:40.3521461Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:22:40.3521666Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:22:40.3521936Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:22:40.3522148Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:22:40.3522356Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:22:40.3522607Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:22:40.3522905Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:22:40.3831471Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:22:40.3831820Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:22:40.3832470Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:22:40.3832975Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:22:40.3833226Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:22:40.3833414Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:22:40.3833629Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:22:40.3833890Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:22:40.3834109Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:22:40.3834320Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:22:40.3834570Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:22:40.3834829Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:22:40.3835021Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:22:40.3835268Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:22:40.3835512Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:22:40.3835727Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:22:40.3836009Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:22:40.3836349Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:22:40.3836696Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:22:40.3836918Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:22:40.3837164Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:22:40.3837384Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:22:40.3837655Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:22:40.3837836Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:22:40.3838013Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:22:40.3838246Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:22:40.3838513Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:22:40.3838678Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:22:40.3838832Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:22:40.3838992Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:22:40.3839171Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:22:40.3839319Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:22:40.3839481Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:22:40.3839638Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:22:40.3839847Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:22:40.3840198Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:22:40.3840412Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:22:40.3840622Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:22:40.3840772Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:22:40.3840932Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:22:40.3841075Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:22:40.3841217Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:22:40.3841370Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:22:40.3841519Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:22:40.3841661Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:22:40.3841841Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:22:40.3842085Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:22:40.3842259Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:22:40.3842438Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:22:40.3842650Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:22:40.3842817Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:22:40.3842967Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:22:40.3843164Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:22:40.3843329Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:22:40.3843493Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:22:40.3843685Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:22:40.3843854Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:22:40.3844022Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:22:40.3844171Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:22:40.3844343Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:22:40.3844491Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:22:40.3844638Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:22:40.3844812Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:22:40.3845018Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:22:40.3845237Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:22:40.3845540Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:22:40.3845730Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:22:40.3845955Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:22:40.3846172Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:22:40.3846347Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:22:40.3846503Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:22:40.3846747Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:22:40.3846926Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:22:40.3847101Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:22:40.3847264Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:22:40.3847421Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:22:40.3847656Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:22:40.3847912Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:22:40.3848143Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:22:40.3848366Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:22:40.3848554Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:22:40.3848690Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:22:40.3848916Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:22:40.3849072Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:22:40.3849217Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:22:40.3849443Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:22:40.3849675Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:22:40.3849978Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:22:40.3850260Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:22:40.3850495Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:22:40.3850704Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:22:40.3850993Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:22:40.3851222Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:22:40.3851470Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:22:40.3851773Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:22:40.3851972Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:22:40.3852193Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:22:40.3852460Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:22:40.3852641Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:22:40.3852826Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:22:40.3853010Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:22:40.3853232Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:22:40.3853472Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:22:40.3853686Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:22:40.3853882Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:22:40.3854115Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:22:40.3854294Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:22:40.3854469Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:22:40.3854706Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:22:40.3854968Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:22:40.3855144Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:22:40.3855301Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:22:40.3855463Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:22:40.3855638Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:22:40.3855790Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:22:40.3855985Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:22:40.3856164Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:22:40.3856332Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:22:40.3856482Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:22:40.3856645Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:22:40.3856846Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:22:40.3857048Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:22:40.3857267Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:22:40.3857429Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:22:40.3857596Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:22:40.3857771Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:22:40.3858026Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:22:40.3858255Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:22:40.3858404Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:22:40.3858625Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:22:40.4121600Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:22:40.4121867Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:22:40.4122125Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:22:40.4122370Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:22:40.4122637Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:22:40.4122920Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:22:40.4123493Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:22:40.4123725Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:22:40.4123946Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:22:40.4124136Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:22:40.4124285Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:22:40.4124478Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:22:40.4124674Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:22:40.4124849Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:22:40.4125096Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:22:40.4125258Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:22:40.4125521Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:22:40.4125803Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:22:40.4125970Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:22:40.4126165Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:22:40.4126338Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:22:40.4126536Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:22:40.4126700Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:22:40.4126847Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:22:40.4127022Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:22:40.4127192Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:22:40.4127360Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:22:40.4127545Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:22:40.4127711Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:22:40.4127918Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:22:40.4128078Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:22:40.4128338Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:22:40.4128547Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:22:40.4128719Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:22:40.4128902Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:22:40.4129055Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:22:40.4129289Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:22:40.4129463Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:22:40.4129671Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:22:40.4129843Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:22:40.4130034Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:22:40.4130312Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:22:40.4130642Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:22:40.4130805Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:22:40.4131039Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:22:40.4131210Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:22:40.4131406Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:22:40.4131615Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:22:40.4131794Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:22:40.4131983Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:22:40.4132148Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:22:40.4132396Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:22:40.4132667Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:22:40.4132821Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:22:40.4133048Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:22:40.4133201Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:22:40.4133353Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:22:40.4133524Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:22:40.4133695Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:22:40.4133855Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:22:40.4134035Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:22:40.4134335Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:22:40.4134569Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:22:40.4134800Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:22:40.4134975Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:22:40.4135143Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:22:40.4135340Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:22:40.4135598Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:22:40.4135822Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:22:40.4136109Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:22:40.4136379Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:22:40.4136688Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:22:40.4136947Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:22:40.4137313Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:22:40.4137587Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:22:40.4137871Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:22:40.4138172Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:22:40.4138435Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:22:40.4138698Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:22:40.4138972Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:22:40.4139234Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:22:40.4139519Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:22:40.4139771Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:22:40.4140121Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:22:40.4140371Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:22:40.4140685Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:22:40.4140913Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:22:40.4141133Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:22:40.4141472Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:22:40.4141813Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:22:40.4142001Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:22:40.4142223Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:22:40.4142436Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:22:40.4142640Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:22:40.4142876Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:22:40.4143120Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:22:40.4143527Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:22:40.4144010Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:22:40.4144482Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:22:40.4144801Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:22:40.4145129Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:22:40.4145515Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:22:40.4145926Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:22:40.4146333Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:22:40.4146672Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:22:40.4147017Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:22:40.4147352Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:22:40.4147736Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:22:40.4148125Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:22:40.4148508Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:22:40.4148889Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:22:40.4149171Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:22:40.4149568Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:22:40.4149894Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:22:40.4150342Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:22:40.4150700Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:22:40.4151094Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:22:40.4303459Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:22:40.4303796Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:22:40.4304154Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:22:40.4304657Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:22:40.4305000Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:22:40.4305329Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:22:40.4305633Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:22:40.4305968Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:22:40.4306292Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:22:40.4306644Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:22:40.4307184Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:22:40.4307648Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:22:40.4307945Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:22:40.4308360Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:22:40.4308717Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:22:40.4308983Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:22:40.4309373Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:22:40.4309703Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:22:40.4310115Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:22:40.4310616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:22:40.4311163Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:22:40.4311714Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:22:40.4312087Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:22:40.4312609Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:22:40.4313113Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:22:40.4313504Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:22:40.4314004Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:22:40.4314441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:22:40.4314922Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:22:40.4315445Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:22:40.4315886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:22:40.4316351Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:22:40.4316779Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:22:40.4317253Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:22:40.4317808Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:22:40.4318297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:22:40.4318710Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:22:40.4319176Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:22:40.4319665Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:22:40.4320139Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:22:40.4320673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:22:40.4321159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:22:40.4321622Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:22:40.4322073Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:22:40.4322496Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:22:40.4322905Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:22:40.4323408Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:22:40.4323893Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:22:40.4324377Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:22:40.4324798Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:22:40.4325221Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:22:40.4325645Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:22:40.4326140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:22:40.4326709Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:22:40.4327305Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:22:40.4327931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:22:40.4328483Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:22:40.4329118Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:22:40.4329651Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:22:40.4330089Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:22:40.4330727Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:22:40.4331375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:22:40.4331929Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:22:40.4332452Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:22:40.4332952Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:22:40.4333761Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:22:40.4334376Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:22:40.4334995Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:22:40.4335542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:22:40.4336158Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:22:40.4336687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:22:40.4459954Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:22:40.4461012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:22:40.4461659Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:22:40.4462270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:22:40.4462989Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:22:40.4463602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:22:40.4464254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:22:40.4464758Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:22:40.4465364Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:22:40.4466083Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:22:40.4466686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:22:40.4467203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:22:40.4467830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:22:40.4468564Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:22:40.4469206Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:22:40.4469942Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:22:40.4470841Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:22:40.4471575Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:22:40.4472330Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:22:40.4472907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:22:40.4473743Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:22:40.4474410Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:22:40.4475001Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:22:40.4475558Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:22:40.4476121Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:22:40.4476787Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:22:40.4477336Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:22:40.4477959Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:22:40.4478609Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:22:40.4479230Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:22:40.4479843Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:22:40.4480468Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:22:40.4481128Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:22:40.4481697Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:22:40.4482260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:22:40.4482826Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:22:40.4483446Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:22:40.4484067Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:22:40.4484529Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:22:40.4485016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:22:40.4485396Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:22:40.4485927Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:22:40.4486545Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:22:40.4487020Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:22:40.4487497Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:22:40.4487996Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:22:40.4488658Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:22:40.4489200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:22:40.4489642Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:22:40.4490107Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:22:40.4490703Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:22:40.4491288Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:22:40.4491898Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:22:40.4492477Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:22:40.4493037Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:22:40.4493584Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:22:40.4494166Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:22:40.4494824Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:22:40.4495384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:22:40.4495960Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:22:40.4496611Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:22:40.4677160Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:22:40.4677666Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:22:40.4678238Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:22:40.4678681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:22:40.4679101Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:22:40.4679673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:22:40.4680180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:22:40.4680705Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:22:40.4681252Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:22:40.4681769Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:22:40.4682169Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:22:40.4682687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:22:40.4683147Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:22:40.4683693Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:22:40.4684138Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:22:40.4684589Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:22:40.4685105Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:22:40.4685583Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:22:40.4685989Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:22:40.4686418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:22:40.4686823Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:22:40.4687279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:22:40.4687862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:22:40.4688269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:22:40.4688735Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:22:40.4689344Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:22:40.4689783Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:22:40.4690211Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:22:40.4690689Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:22:40.4691131Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:22:40.4691515Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:22:40.4692065Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:22:40.4692539Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:22:40.4692927Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:22:40.4693438Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:22:40.4694089Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:22:40.4694557Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:22:40.4694978Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:22:40.4695426Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:22:40.4696013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:22:40.4696517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:22:40.4696995Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:22:40.4697445Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:22:40.4698022Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:22:40.4698479Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:22:40.4698923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:22:40.4699454Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:22:40.4700028Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:22:40.4700520Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:22:40.4700994Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:22:40.4701435Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:22:40.4701910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:22:40.4702588Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:22:40.4703075Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:22:40.4703529Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:22:40.4704002Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:22:40.4704439Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:22:40.4705092Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:22:40.4705666Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:22:40.4706105Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:22:40.4706585Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:22:40.4707230Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:22:40.4707809Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:22:40.4708263Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:22:40.4708724Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:22:40.4709252Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:22:40.4709868Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:22:40.4710620Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:22:40.4817810Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:22:40.4819154Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:22:40.4820473Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:22:40.4821961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:22:40.4823297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:22:40.4824533Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:22:40.4825750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:22:40.4826908Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:22:40.4828294Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:22:40.4829686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:22:40.4831019Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:22:40.4832254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:22:40.4833333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:22:40.4834562Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:22:40.4835707Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:22:40.4836942Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:22:40.4838027Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:22:40.4839163Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:22:40.4840265Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:22:40.4841560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:22:40.4842707Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:22:40.4843824Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:22:40.4844902Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:22:40.4846142Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:22:40.4847283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:22:40.4848534Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:22:40.4849838Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:22:40.4850888Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:22:40.4851972Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:22:40.4853298Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:22:40.4854404Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:22:40.4855491Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:22:40.4856751Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:22:40.4857871Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:22:40.4858976Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:22:40.4860274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:22:40.4861374Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:22:40.4862729Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:22:40.4863918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:22:40.4865105Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:22:40.4866402Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:22:40.4867730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:22:40.4868964Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:22:40.4870420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:22:40.4872156Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:22:40.4873652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:22:40.4875217Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:22:40.4876474Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:22:40.4877818Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:22:40.4879026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:22:40.4880616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:22:40.4881940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:22:40.4883212Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:22:40.4884244Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:22:40.4885565Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:22:40.4886642Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:22:40.4887803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:22:40.4888858Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:22:40.4889957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:22:40.4891099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:22:40.4892219Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:22:40.4893351Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:22:40.4894470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:22:40.5176770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:22:40.5178336Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:22:40.5179543Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:22:40.5181029Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:22:40.5182583Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:22:40.5183957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:22:40.5185413Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:22:40.5187097Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:22:40.5188451Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:22:40.5189626Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:22:40.5190992Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:22:40.5192188Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:22:40.5193618Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:22:40.5195045Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:22:40.5196307Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:22:40.5197756Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:22:40.5198906Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:22:40.5199806Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:22:40.5200373Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:22:40.5200844Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:22:40.5201358Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:22:40.5201917Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:22:40.5202372Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:22:40.5202832Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:22:40.5203304Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:22:40.5203958Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:22:40.5204513Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:22:40.5205031Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:22:40.5205476Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:22:40.5205917Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:22:40.5206394Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:22:40.5206992Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:22:40.5207640Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:22:40.5208106Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:22:40.5208533Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:22:40.5208989Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:22:40.5209591Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:22:40.5210099Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:22:40.5210548Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:22:40.5211000Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:22:40.5211420Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:22:40.5212040Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:22:40.5212594Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:22:40.5213122Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:22:40.5213621Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:22:40.5214440Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:22:40.5215150Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:22:40.5215743Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:22:40.5216309Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:22:40.5217042Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:22:40.5217627Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:22:40.5218225Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:22:40.5218841Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:22:40.5219644Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:22:40.5220400Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:22:40.5220929Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:22:40.5221373Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:22:40.5221814Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:22:40.5222268Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:22:40.5222827Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:22:40.5223484Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:22:40.5224005Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:22:40.5224589Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:22:40.5225243Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:22:40.5237910Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:22:40.5238825Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:22:40.5239649Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:22:40.5240372Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:22:40.5241134Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:22:40.5241945Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:22:40.5242708Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:22:40.5243561Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:22:40.5244370Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:22:40.5245142Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:22:40.5246118Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:22:40.5246849Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:22:40.5247571Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:22:40.5248497Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:22:40.5249303Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:22:40.5250020Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:22:40.5250762Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:22:40.5251616Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:22:40.5252288Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:22:40.5253087Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:22:40.5254171Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:22:40.5254900Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:22:40.5255738Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:22:40.5256518Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:22:40.5257371Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:22:40.5258183Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:22:40.5258880Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:22:40.5259516Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:22:40.5260210Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:22:40.5260994Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:22:40.5261613Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:22:40.5262297Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:22:40.5263104Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:22:40.5264050Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:22:40.5264967Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:22:40.5463399Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:22:40.5464618Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:22:40.5465400Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:22:40.5466317Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:22:40.5467094Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:22:40.5468067Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:22:40.5468829Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:22:40.5469832Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:22:40.5470813Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:22:40.5471686Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:22:40.5472521Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:22:40.5473134Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:22:40.5473707Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:22:40.5474379Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:22:40.5474978Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:22:40.5475590Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:22:40.5476183Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:22:40.5476651Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:22:40.5477137Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:22:40.5477881Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:22:40.5478773Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:22:40.5479542Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:22:40.5480373Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:22:40.5481062Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:22:40.5481606Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:22:40.5482207Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:22:40.5482907Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:22:40.5483447Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:22:40.5483989Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:22:40.5484530Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:22:40.5485276Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:22:40.5485732Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:22:40.5486267Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:22:40.5486725Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:22:40.5487357Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:22:40.5487964Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:22:40.5488563Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:22:40.5489159Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:22:40.5489791Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:22:40.5490263Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:22:40.5490794Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:22:40.5491407Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:22:40.5491861Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:22:40.5492283Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:22:40.5492805Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:22:40.5493732Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:22:40.5494364Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:22:40.5494902Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:22:40.5495448Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:22:40.5496173Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:22:40.5496725Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:22:40.5497264Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:22:40.5497967Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:22:40.5498565Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:22:40.5499053Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:22:40.5499583Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:22:40.5500200Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:22:40.5501035Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:22:40.5501655Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:22:40.5502298Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:22:40.5503184Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:22:40.5503933Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:22:40.5504790Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:22:40.5505606Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:22:40.5506396Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:22:40.5507199Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:22:40.5507942Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:22:40.5508696Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:22:40.5509595Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:22:40.5510741Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:22:40.5511704Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:22:40.5512735Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:22:40.5513903Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:22:40.5515015Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:22:40.5515932Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:22:40.5516866Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:22:40.5518350Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:22:40.5520071Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:22:40.5521802Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:22:40.5523514Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:22:40.5525314Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:22:40.5526925Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:22:40.5528418Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:22:40.5529967Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:22:40.5531550Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:22:40.5532826Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:22:40.5533815Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:22:40.5534861Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:22:40.5536076Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:22:40.5537267Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:22:40.5538339Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:22:40.5539423Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:22:40.5540539Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:22:40.5541765Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:22:40.5542997Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:22:40.5544257Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:22:40.5545689Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:22:40.5547223Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:22:40.5548720Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:22:40.5549912Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:22:40.5551187Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:22:40.5552380Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:22:40.5553485Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:22:40.5680070Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:22:40.5681154Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:22:40.5681849Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:22:40.5682578Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:22:40.5683450Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:22:40.5684080Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:22:40.5684717Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:22:40.5685472Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:22:40.5686331Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:22:40.5687080Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:22:40.5687772Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:22:40.5688507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:22:40.5689102Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:22:40.5689889Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:22:40.5690650Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:22:40.5691306Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:22:40.5692166Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:22:40.5692870Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:22:40.5693687Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:22:40.5694408Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:22:40.5695026Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:22:40.5695837Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:22:40.5696492Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:22:40.5697145Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:22:40.5698068Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:22:40.5698836Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:22:40.5699427Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:22:40.5700181Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:22:40.5700911Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:22:40.5701634Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:22:40.5702279Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:22:40.5702999Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:22:40.5703652Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:22:40.5704495Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:22:40.5705463Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:22:40.5706136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:22:40.5706745Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:22:40.5707449Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:22:40.5708101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:22:40.5708764Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:22:40.5709507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:22:40.5710271Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:22:40.5711075Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:22:40.5711811Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:22:40.5712433Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:22:40.5713045Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:22:40.5713699Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:22:40.5714344Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:22:40.5715045Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:22:40.5715756Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:22:40.5716381Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:22:40.5717016Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:22:40.5717704Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:22:40.5718342Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:22:40.5719281Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:22:40.5720025Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:22:40.5720669Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:22:40.5721319Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:22:40.5721948Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:22:40.5722749Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:22:40.5723489Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:22:40.5724185Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:22:40.5724798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:22:40.5725507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:22:40.5726266Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:22:40.5726843Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:22:40.5727390Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:22:40.5727948Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:22:40.5728902Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:22:40.5729721Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:22:40.5730490Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:22:40.5731303Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:22:40.5731968Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:22:40.5732656Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:22:40.5733241Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:22:40.5733985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:22:40.5734631Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:22:40.5735257Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:22:40.5735900Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:22:40.5736552Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:22:40.5737356Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:22:40.5738176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:22:40.5738924Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:22:40.5739596Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:22:40.5740190Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:22:40.5740845Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:22:40.5741488Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:22:40.5742179Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:22:40.5742911Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:22:40.5743653Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:22:40.5744361Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:22:40.5745043Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:22:40.5745773Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:22:40.5746570Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:22:40.5747383Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:22:40.5748122Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:22:40.5748799Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:22:40.5749491Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:22:40.5750110Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:22:40.5750831Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:22:40.5751500Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:22:40.5752217Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:22:40.5752918Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:22:40.5753581Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:22:40.5754342Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:22:40.5755354Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:22:40.5894489Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:22:40.5895649Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:22:40.5896786Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:22:40.5897423Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:22:40.5898029Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:22:40.5898753Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:22:40.5899651Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:22:40.5900378Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:22:40.5901041Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:22:40.5901800Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:22:40.5902483Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:22:40.5903085Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:22:40.5903846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:22:40.5904531Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:22:40.5905420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:22:40.5906199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:22:40.5906976Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:22:40.5907786Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:22:40.5908540Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:22:40.5909279Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:22:40.5910110Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:22:40.5910934Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:22:40.5911694Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:22:40.5912591Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:22:40.5913334Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:22:40.5914115Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:22:40.5914842Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:22:40.5915575Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:22:40.5916368Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:22:40.5917116Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:22:40.5918023Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:22:40.5918803Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:22:40.5919515Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:22:40.5920310Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:22:40.5921026Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:22:40.5921748Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:22:40.5922554Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:22:40.5923171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:22:40.5923721Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:22:40.5924368Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:22:40.5924930Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:22:40.5925495Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:22:40.5926120Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:22:40.5926854Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:22:40.5927501Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:22:40.5928227Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:22:40.5928884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:22:40.5929457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:22:40.5930253Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:22:40.5931034Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:22:40.5931628Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:22:40.5932491Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:22:40.5933226Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:22:40.5934009Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:22:40.5934891Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:22:40.5935569Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:22:40.5936367Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:22:40.5936985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:22:40.5937577Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:22:40.5938260Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:22:40.5938898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:22:40.5939477Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:22:40.5940186Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:22:40.5940920Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:22:40.5941682Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:22:40.5942593Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:22:40.5943385Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:22:40.5944283Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:22:40.5945111Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:22:40.5946010Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:22:40.5946954Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:22:40.5947902Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:22:40.5949024Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:22:40.5949954Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:22:40.5951040Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:22:40.5951871Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:22:40.5952773Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:22:40.5953621Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:22:40.5954526Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:22:40.5955612Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:22:40.5956491Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:22:40.5957513Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:22:40.5958511Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:22:40.5959478Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:22:40.5960256Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:22:40.5961311Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:22:40.5962114Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:22:40.5963153Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:22:40.5964015Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:22:40.5964923Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:22:40.5965791Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:22:40.5966704Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:22:40.5967707Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:22:40.5968542Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:22:40.6108658Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:22:40.6110041Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:22:40.6110966Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:22:40.6111781Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:22:40.6112778Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:22:40.6113704Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:22:40.6114640Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:22:40.6115468Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:22:40.6116296Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:22:40.6117184Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:22:40.6118003Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:22:40.6118803Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:22:40.6119694Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:22:40.6120512Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:22:40.6121328Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:22:40.6122152Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:22:40.6123235Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:22:40.6124057Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:22:40.6124886Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:22:40.6125769Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:22:40.6126564Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:22:40.6127346Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:22:40.6128276Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:22:40.6129180Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:22:40.6130083Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:22:40.6130922Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:22:40.6131753Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:22:40.6132691Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:22:40.6133543Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:22:40.6134467Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:22:40.6135498Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:22:40.6136361Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:22:40.6137311Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:22:40.6138123Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:22:40.6138906Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:22:40.6139782Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:22:40.6140605Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:22:40.6140980Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:22:40.6141316Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:22:40.6141673Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:22:40.6142042Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:22:40.6142558Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:22:40.6142917Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:22:40.6143289Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:22:40.6143621Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:22:40.6143961Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:22:40.6144293Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:22:40.6144764Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:22:40.6145203Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:22:40.6145657Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:22:40.6146104Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:22:40.6146492Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:22:40.6146759Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:22:40.6147007Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:22:40.6147338Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:22:40.6147671Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:22:40.6147930Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:22:40.6148198Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:22:40.6148459Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:22:40.6148735Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:22:40.6148994Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:22:40.6149318Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:22:40.6149730Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:22:40.6150299Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:22:40.6150697Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:22:40.6151084Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:22:40.6151604Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:22:40.6152081Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:22:40.6152448Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:22:40.6152820Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:22:40.6153329Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:22:40.6153696Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:22:40.6154079Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:22:40.6154468Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:22:40.6154851Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:22:40.6155279Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:22:40.6155817Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:22:40.6156020Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:22:40.6156184Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:22:40.6156334Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:22:40.6156536Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:22:40.6156747Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:22:40.6156974Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:22:40.6157166Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:22:40.6157414Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:22:40.6414176Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:22:40.6414540Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:22:40.6414772Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:22:40.6415034Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:22:40.6415352Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:22:40.6415745Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:22:40.6416157Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:22:40.6416556Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:22:40.6416877Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:22:40.6417205Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:22:40.6417568Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:22:40.6417973Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:22:40.6418347Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:22:40.6418730Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:22:40.6419089Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:22:40.6419259Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:22:40.6419473Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:22:40.6419636Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:22:40.6419866Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:22:40.6420066Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:22:40.6420284Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:22:40.6420539Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:22:40.6420795Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:22:40.6421026Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:22:40.6421255Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:22:40.6421488Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:22:40.6421704Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:22:40.6421974Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:22:40.6422158Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:22:40.6422358Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:22:40.6422614Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:22:40.6422824Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:22:40.6423079Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:22:40.6423331Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:22:40.6423519Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:22:40.6423808Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:22:40.6424173Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:22:40.6424441Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:22:40.6424643Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:22:40.6424837Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:22:40.6425190Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:22:40.6425453Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:22:40.6425700Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:22:40.6425921Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:22:40.6426120Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:22:40.6426400Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:22:40.6426657Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:22:40.6426956Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:22:40.6427247Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:22:40.6427471Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:22:40.6427757Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:22:40.6427987Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:22:40.6428234Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:22:40.6428470Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:22:40.6428724Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:22:40.6428915Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:22:40.6429108Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:22:40.6429343Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:22:40.6429651Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:22:40.6429975Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:22:40.6430313Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:22:40.6430562Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:22:40.6430840Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:22:40.6431062Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:22:40.6431261Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:22:40.6431486Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:22:40.6431709Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:22:40.6431988Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:22:40.6432263Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:22:40.6432493Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:22:40.6432653Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:22:40.6432808Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:22:40.6432991Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:22:40.6433228Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:22:40.6433395Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:22:40.6433649Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:22:40.6433814Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:22:40.6433995Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:22:40.6434242Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:22:40.6434544Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:22:40.6434770Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:22:40.6434968Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:22:40.6435177Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:22:40.6435386Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:22:40.6435552Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:22:40.6435737Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:22:40.6435930Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:22:40.6436187Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:22:40.6436945Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:22:40.6437126Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:22:40.6437405Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:22:40.6437621Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:22:40.6437814Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:22:40.6437980Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:22:40.6438221Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:22:40.6438432Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:22:40.6438596Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:22:40.6438773Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:22:40.6438954Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:22:40.6439199Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:22:40.6439383Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:22:40.6439560Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:22:40.6439729Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:22:40.6439924Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:22:40.6440146Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:22:40.6440441Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:22:40.6440679Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:22:40.6440866Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:22:40.6441049Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:22:40.6441237Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:22:40.6441504Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:22:40.6441715Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:22:40.6441881Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:22:40.6442059Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:22:40.6442237Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:22:40.6442558Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:22:40.6442778Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:22:40.6442984Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:22:40.6443177Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:22:40.6443344Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:22:40.6443562Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:22:40.6784115Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:22:40.6784483Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:22:40.6785091Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:22:40.6785422Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:22:40.6785716Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:22:40.6785996Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:22:40.6786308Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:22:40.6786611Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:22:40.6786943Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:22:40.6787293Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:22:40.6787616Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:22:40.6787926Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:22:40.6788459Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:22:40.6788803Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:22:40.6789169Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:22:40.6789491Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:22:40.6789884Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:22:40.6790337Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:22:40.6790679Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:22:40.6790998Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:22:40.6791358Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:22:40.6791713Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:22:40.6792035Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:22:40.6792468Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:22:40.6792901Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:22:40.6793229Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:22:40.6793581Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:22:40.6793883Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:22:40.6794187Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:22:40.6794570Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:22:40.6794915Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:22:40.6795216Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:22:40.6795526Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:22:40.6795882Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:22:40.6796224Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:22:40.6796579Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:22:40.6797078Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:22:40.6797520Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:22:40.6797836Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:22:40.6798220Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:22:40.6798528Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:22:40.6798829Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:22:40.6799186Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:22:40.6799589Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:22:40.6799901Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:22:40.6800262Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:22:40.6800707Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:22:40.6801181Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:22:40.6801518Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:22:40.6802119Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:22:40.6802737Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:22:40.6803199Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:22:40.6803565Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:22:40.6804053Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:22:40.6804345Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:22:40.6804729Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:22:40.6805170Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:22:40.6805475Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:22:40.6805742Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:22:40.6806009Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:22:40.6806365Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:22:40.6806711Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:22:40.6807044Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:22:40.6807477Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:22:40.6807926Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:22:40.6808318Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:22:40.6808632Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:22:40.6808972Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:22:40.6809291Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:22:40.6809635Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:22:40.6809970Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:22:40.6810403Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:22:40.6810668Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:22:40.6811113Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:22:40.6811706Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:22:40.6812274Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:22:40.6812691Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:22:40.6812936Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:22:40.6813230Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:22:40.6813495Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:22:40.6813725Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:22:40.6814047Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:22:40.6814352Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:22:40.6814728Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:22:40.6815116Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:22:40.6815589Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:22:40.6815942Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:22:40.6816418Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:22:40.6816828Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:22:40.6817271Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:22:40.6817819Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:22:40.6818260Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:22:40.6818644Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:22:40.6818976Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:22:40.6819526Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:22:40.6820121Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:22:40.6820620Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:22:40.6821053Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:22:40.6821689Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:22:40.6822155Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:22:40.6822610Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:22:40.6823340Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:22:40.6823884Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:22:40.6824375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:22:40.6824816Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:22:40.6825257Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:22:40.6825686Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:22:40.6826124Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:22:40.6826719Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:22:40.6827362Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:22:40.6827975Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:22:40.6828581Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:22:40.6829059Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:22:40.6829561Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:22:40.6830113Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:22:40.6830899Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:22:40.6831453Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:22:40.6831947Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:22:40.6832545Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:22:40.7111750Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:22:40.7112252Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:22:40.7112661Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:22:40.7112979Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:22:40.7113349Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:22:40.7113682Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:22:40.7113987Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:22:40.7114295Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:22:40.7114723Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:22:40.7115014Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:22:40.7115321Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:22:40.7115610Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:22:40.7115895Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:22:40.7116185Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:22:40.7116535Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:22:40.7116939Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:22:40.7117368Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:22:40.7117636Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:22:40.7117903Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:22:40.7118391Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:22:40.7118663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:22:40.7118997Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:22:40.7119240Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:22:40.7119483Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:22:40.7119710Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:22:40.7120025Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:22:40.7120380Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:22:40.7120668Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:22:40.7121073Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:22:40.7121324Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:22:40.7121542Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:22:40.7121815Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:22:40.7122096Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:22:40.7122348Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:22:40.7122660Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:22:40.7122980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:22:40.7123311Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:22:40.7123533Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:22:40.7123757Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:22:40.7124006Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:22:40.7124257Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:22:40.7124500Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:22:40.7124884Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:22:40.7125087Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:22:40.7125330Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:22:40.7125570Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:22:40.7125860Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:22:40.7126084Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:22:40.7126324Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:22:40.7126586Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:22:40.7126833Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:22:40.7127159Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:22:40.7127627Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:22:40.7127934Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:22:40.7128184Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:22:40.7128541Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:22:40.7128857Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:22:40.7129188Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:22:40.7129456Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:22:40.7129798Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:22:40.7130128Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:22:40.7130447Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:22:40.7130754Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:22:40.7131141Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:22:40.7131458Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:22:40.7131789Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:22:40.7132156Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:22:40.7132584Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:22:40.7132867Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:22:40.7133153Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:22:40.7133471Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:22:40.7133710Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:22:40.7134060Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:22:40.7134355Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:22:40.7134585Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:22:40.7134739Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:22:40.7134999Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:22:40.7135186Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:22:40.7135522Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:22:40.7135745Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:22:40.7135951Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:22:40.7136206Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:22:40.7136469Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:22:40.7136657Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:22:40.7136999Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:22:40.7137375Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:22:40.7137591Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:22:40.7137817Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:22:40.7138068Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:22:40.7138247Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:22:40.7138441Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:22:40.7138640Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:22:40.7138807Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:22:40.7138982Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:22:40.7139264Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:22:40.7139502Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:22:40.7139706Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:22:40.7139922Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:22:40.7140125Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:22:40.7140306Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:22:40.7140473Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:22:40.7140795Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:22:40.7141043Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:22:40.7141210Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:22:40.7141420Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:22:40.7141669Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:22:40.7141847Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:22:40.7142089Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:22:40.7142296Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:22:40.7444224Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:22:40.7444642Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:22:40.7444936Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:22:40.7445395Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:22:40.7445782Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:22:40.7446083Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:22:40.7446288Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:22:40.7446510Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:22:40.7446697Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:22:40.7446895Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:22:40.7447075Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:22:40.7447274Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:22:40.7447450Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:22:40.7447712Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:22:40.7447911Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:22:40.7448129Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:22:40.7448299Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:22:40.7448545Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:22:40.7448753Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:22:40.7449001Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:22:40.7449349Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:22:40.7449602Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:22:40.7449854Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:22:40.7450060Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:22:40.7450421Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:22:40.7450692Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:22:40.7450916Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:22:40.7451172Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:22:40.7451411Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:22:40.7451779Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:22:40.7452045Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:22:40.7452258Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:22:40.7452542Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:22:40.7452809Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:22:40.7453044Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:22:40.7453308Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:22:40.7453547Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:22:40.7453782Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:22:40.7453972Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:22:40.7454246Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:22:40.7454512Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:22:40.7454741Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:22:40.7455031Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:22:40.7455304Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:22:40.7455631Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:22:40.7455832Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:22:40.7456067Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:22:40.7456295Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:22:40.7456496Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:22:40.7456732Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:22:40.7457039Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:22:40.7457275Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:22:40.7457536Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:22:40.7457747Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:22:40.7457950Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:22:40.7458152Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:22:40.7458330Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:22:40.7458562Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:22:40.7458831Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:22:40.7458996Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:22:40.7459258Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:22:40.7459442Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:22:40.7459723Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:22:40.7459959Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:22:40.7460164Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:22:40.7460332Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:22:40.7460505Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:22:40.7460760Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:22:40.7460962Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:22:40.7461161Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:22:40.7461397Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:22:40.7461580Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:22:40.7461837Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:22:40.7462058Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:22:40.7462235Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:22:40.7462467Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:22:40.7462680Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:22:40.7462875Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:22:40.7463076Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:22:40.7463270Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:22:40.7463439Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:22:40.7463613Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:22:40.7463806Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:22:40.7464052Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:22:40.7464297Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:22:40.7464489Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:22:40.7464730Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:22:40.7464989Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:22:40.7465202Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:22:40.7465400Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:22:40.7465602Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:22:40.7465795Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:22:40.7466170Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:22:40.7466399Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:22:40.7466585Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:22:40.7466810Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:22:40.7467007Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:22:40.7467209Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:22:40.7467395Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:22:40.7467588Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:22:40.7467813Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:22:40.7468178Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:22:40.7468387Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:22:40.7468653Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:22:40.7468941Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:22:40.7469306Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:22:40.7469807Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:22:40.7470074Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:22:40.7470467Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:22:40.7470916Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:22:40.7471200Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:22:40.7471500Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:22:40.7471793Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:22:40.7472180Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:22:40.7472552Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:22:40.7472756Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:22:40.7472994Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:22:40.7473344Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:22:40.7473670Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:22:40.7473891Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:22:40.7474156Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:22:40.7692785Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:22:40.7693308Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:22:40.7693802Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:22:40.7694248Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:22:40.7694662Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:22:40.7695088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:22:40.7695422Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:22:40.7695784Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:22:40.7696075Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:22:40.7696364Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:22:40.7696662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:22:40.7696948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:22:40.7697275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:22:40.7697662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:22:40.7698031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:22:40.7698319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:22:40.7698601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:22:40.7698906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:22:40.7699209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:22:40.7699507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:22:40.7699838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:22:40.7700095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:22:40.7700632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:22:40.7700915Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:22:40.7701166Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:22:40.7701465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:22:40.7701772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:22:40.7702059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:22:40.7702348Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:22:40.7702636Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:22:40.7703007Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:22:40.7703315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:22:40.7703617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:22:40.7703893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:22:40.7704167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:22:40.7704565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:22:40.7704862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:22:40.7705141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:22:40.7705441Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:22:40.7705728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:22:40.7705988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:22:40.7706287Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:22:40.7706595Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7706901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:22:40.7707212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:22:40.7707488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:22:40.7707791Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:22:40.7708185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:22:40.7708540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:22:40.7708802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:22:40.7709055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:22:40.7709321Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:22:40.7709584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:22:40.7709833Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:22:40.7710134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:22:40.7710522Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:22:40.7710847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:22:40.7711163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:22:40.7711565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7711895Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7712345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:22:40.7712687Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:22:40.7713016Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7713356Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7713682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:22:40.7714015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:22:40.7714402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7714750Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:22:40.7715107Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:22:40.7715539Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:22:40.7715877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:22:40.7716134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:22:40.7716445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:22:40.7716779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:22:40.7717097Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:22:40.7717423Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:22:40.7717697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:22:40.7717952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:22:40.7718224Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:22:40.7718617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:22:40.7718952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:22:40.7719206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:22:40.7719464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:22:40.7719876Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:22:40.7720202Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:22:40.7720614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:22:40.7721000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:22:40.7721514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:22:40.7721917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:22:40.7722243Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:22:40.7722610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:22:40.7722978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:22:40.7723313Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:22:40.7723744Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:22:41.0967954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:22:41.0969333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:22:41.0970268Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:22:41.0971323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:22:41.0972080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:22:41.0973033Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:22:41.0974055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:22:41.0974801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:22:41.0975789Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:22:41.0976682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:22:41.0977621Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:22:41.0978458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:22:41.0979177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:22:41.0979903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:22:41.0980619Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:22:41.0981456Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:22:41.0982135Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:22:41.0982709Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:22:41.0983325Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:22:41.0984149Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:22:41.0984849Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:22:41.0985622Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:22:41.0986582Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:22:41.0987484Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:22:41.0988125Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:22:41.0988705Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:22:41.0989391Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:22:41.0989946Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:22:41.0990473Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:22:41.0990935Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:22:41.0991420Z adding 'executorch/codegen/gen.py' 2025-06-05T23:22:41.0991743Z adding 'executorch/codegen/model.py' 2025-06-05T23:22:41.0992067Z adding 'executorch/codegen/parse.py' 2025-06-05T23:22:41.0992397Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:22:41.0992763Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:22:41.0993173Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:22:41.0993628Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:22:41.0994004Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:22:41.0994411Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:22:41.0994991Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:22:41.0995446Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:22:41.0995934Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:22:41.0996397Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:22:41.0996912Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:22:41.0997536Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:22:41.0997995Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:22:41.0998412Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:22:41.0998791Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:22:41.0999191Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:22:41.0999666Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:22:41.1000103Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:22:41.1000557Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:22:41.1000932Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:22:41.1001375Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:22:41.1001989Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:22:41.1002516Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:22:41.1003102Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:22:41.1003573Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:22:41.1003909Z adding 'executorch/data/bin/flatc' 2025-06-05T23:22:41.1004225Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:22:41.1004611Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:22:41.1005072Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:22:41.1005728Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:22:41.1006299Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:22:41.1006727Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:22:41.1007162Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:22:41.1007815Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:22:41.1008397Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:22:41.1009030Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:22:41.1009630Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:22:41.1010186Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:22:41.1010810Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:22:41.1011515Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:22:41.1012141Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:22:41.1012803Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:22:41.1013570Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:22:41.1014118Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:22:41.1014647Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:22:41.1015339Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:22:41.1015844Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:22:41.1016276Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:22:41.1016769Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:22:41.1017418Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:22:41.1017838Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:22:41.1018335Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:22:41.1018925Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:22:41.1019447Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:22:41.1019869Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:22:41.1020313Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:22:41.1020808Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:22:41.1021340Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:22:41.1021833Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:22:41.1022420Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:22:41.1023096Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:22:41.1023747Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:22:41.1024355Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:22:41.1024978Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:22:41.1025680Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:22:41.1026312Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:22:41.1027012Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:22:41.1027662Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:22:41.1028241Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:22:41.1028790Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:22:41.1029348Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:22:41.1029977Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:22:41.1030646Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:22:41.1031169Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:22:41.1031618Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:22:41.1032061Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:22:41.1032617Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:22:41.1033245Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:22:41.1033866Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:22:41.1034507Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:22:41.1035129Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:22:41.1035680Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:22:41.1036219Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:22:41.1036816Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:22:41.1037419Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:22:41.1037971Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:22:41.1038509Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:22:41.1039162Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:22:41.1039815Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:22:41.1040348Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:22:41.1302722Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:22:41.1303692Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:22:41.1304514Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:22:41.1305256Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:22:41.1305709Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:22:41.1306587Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:22:41.1307125Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:22:41.1307744Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:22:41.1308222Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:22:41.1308620Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:22:41.1309142Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:22:41.1309697Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:22:41.1310486Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:22:41.1311233Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:22:41.1312401Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:22:41.1313245Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:22:41.1314119Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:22:41.1314943Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:22:41.1315665Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:22:41.1316363Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:22:41.1316834Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:22:41.1317319Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:22:41.1317864Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:22:41.1318478Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:22:41.1318937Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:22:41.1319363Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:22:41.1319962Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:22:41.1320429Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:22:41.1334630Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:22:41.1335267Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:22:41.1335903Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:22:41.1336448Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:22:41.1336986Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:22:41.1337639Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:22:41.1338231Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:22:41.1338668Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:22:41.1339098Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:22:41.1339495Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:22:41.1340057Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:22:41.1340656Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:22:41.1341170Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:22:41.1341876Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:22:41.1342455Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:22:41.1343046Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:22:41.1343622Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:22:41.1344326Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:22:41.1344828Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:22:41.1345310Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:22:41.1345995Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:22:41.1346922Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:22:41.1347641Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:22:41.1348301Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:22:41.1349210Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:22:41.1349867Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:22:41.1350585Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:22:41.1351278Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:22:41.1352005Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:22:41.1352647Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:22:41.1353252Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:22:41.1353852Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:22:41.1354479Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:22:41.1355160Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:22:41.1355912Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:22:41.1356649Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:22:41.1357445Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:22:41.1358203Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:22:41.1358832Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:22:41.1359501Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:22:41.1360334Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:22:41.1360936Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:22:41.1361502Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:22:41.1362077Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:22:41.1362749Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:22:41.1363399Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:22:41.1363924Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:22:41.1364482Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:22:41.1365155Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:22:41.1365807Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:22:41.1366437Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:22:41.1367062Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:22:41.1367616Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:22:41.1368210Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:22:41.1368778Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:22:41.1369358Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:22:41.1370002Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:22:41.1370947Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:22:41.1371801Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:22:41.1372429Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:22:41.1373092Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:22:41.1373821Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:22:41.1374439Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:22:41.1374888Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:22:41.1375316Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:22:41.1375770Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:22:41.1376316Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:22:41.1376849Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:22:41.1377359Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:22:41.1377796Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:22:41.1378259Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:22:41.1378717Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:22:41.1379195Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:22:41.1379655Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:22:41.1380129Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:22:41.1380585Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:22:41.1381061Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:22:41.1381524Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:22:41.1382022Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:22:41.1382546Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:22:41.1383031Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:22:41.1383562Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:22:41.1384061Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:22:41.1384562Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:22:41.1385165Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:22:41.1385744Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:22:41.1386215Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:22:41.1386665Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:22:41.1387133Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:22:41.1387549Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:22:41.1875340Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:22:41.1876308Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:22:41.1876928Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:22:41.1877375Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:22:41.1877858Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:22:41.1878368Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:22:41.1878920Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:22:41.1879384Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:22:41.1879838Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:22:41.1880288Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:22:41.1880684Z adding 'executorch/exir/__init__.py' 2025-06-05T23:22:41.1881016Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:22:41.1881346Z adding 'executorch/exir/common.py' 2025-06-05T23:22:41.1881896Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:22:41.1882247Z adding 'executorch/exir/delegate.py' 2025-06-05T23:22:41.1882560Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:22:41.1882909Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:22:41.1883301Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:22:41.1883646Z adding 'executorch/exir/error.py' 2025-06-05T23:22:41.1883958Z adding 'executorch/exir/graph.py' 2025-06-05T23:22:41.1884270Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:22:41.1884646Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:22:41.1885002Z adding 'executorch/exir/memory.py' 2025-06-05T23:22:41.1885338Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:22:41.1885677Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:22:41.1886213Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:22:41.1886657Z adding 'executorch/exir/print_program.py' 2025-06-05T23:22:41.1886988Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:22:41.1887328Z adding 'executorch/exir/schema.py' 2025-06-05T23:22:41.1887636Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:22:41.1887954Z adding 'executorch/exir/tensor.py' 2025-06-05T23:22:41.1888254Z adding 'executorch/exir/tracer.py' 2025-06-05T23:22:41.1888622Z adding 'executorch/exir/types.py' 2025-06-05T23:22:41.1888971Z adding 'executorch/exir/version.py' 2025-06-05T23:22:41.1889322Z adding 'executorch/exir/wrap.py' 2025-06-05T23:22:41.1889660Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:22:41.1890028Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:22:41.1890408Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:22:41.1890851Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:22:41.1891397Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:22:41.1891814Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:22:41.1892207Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:22:41.1892665Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:22:41.1893122Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:22:41.1893603Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:22:41.1894099Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:22:41.1894514Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:22:41.1894937Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:22:41.1895375Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:22:41.1895880Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:22:41.1896366Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:22:41.1896791Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:22:41.1897185Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:22:41.1897613Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:22:41.1898061Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:22:41.1898459Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:22:41.1898835Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:22:41.1899334Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:22:41.1900001Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:22:41.1900689Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:22:41.1901427Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:22:41.1902142Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:22:41.1902833Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:22:41.1903428Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:22:41.1904112Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:22:41.1904775Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:22:41.1905324Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:22:41.1905825Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:22:41.1906305Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:22:41.1906827Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:22:41.1907355Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:22:41.1907807Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:22:41.1908304Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:22:41.1908870Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:22:41.1909367Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:22:41.1909899Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:22:41.1910466Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:22:41.1911002Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:22:41.1911509Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:22:41.1911955Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:22:41.1912437Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:22:41.1912935Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:22:41.1913425Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:22:41.1913983Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:22:41.1914632Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:22:41.1915478Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:22:41.1916069Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:22:41.1916482Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:22:41.1916850Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:22:41.1917204Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:22:41.1917565Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:22:41.1917921Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:22:41.1918339Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:22:41.1918751Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:22:41.1919258Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:22:41.1919724Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:22:41.1920101Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:22:41.1920611Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:22:41.1921057Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:22:41.1921479Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:22:41.1921917Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:22:41.1922365Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:22:41.1922774Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:22:41.1923191Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:22:41.1923660Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:22:41.1924084Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:22:41.1924497Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:22:41.1924936Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:22:41.1925432Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:22:41.1926039Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:22:41.1926465Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:22:41.1926829Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:22:41.1927199Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:22:41.1927614Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:22:41.1928063Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:22:41.1928422Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:22:41.1928759Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:22:41.1929153Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:22:41.1929559Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:22:41.1930079Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:22:41.1930718Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:22:41.1931124Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:22:41.1931595Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:22:41.1932069Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:22:41.1932546Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:22:41.1933034Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:22:41.1933532Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:22:41.1933978Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:22:41.1934458Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:22:41.1934976Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:22:41.1935417Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:22:41.1935877Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:22:41.1936372Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:22:41.1936835Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:22:41.1937275Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:22:41.1937714Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:22:41.1938127Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:22:41.1938562Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:22:41.1939063Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:22:41.1939516Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:22:41.1939987Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:22:41.1940510Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:22:41.1941070Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:22:41.1941664Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:22:41.1942158Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:22:41.2820887Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:22:41.2821847Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:22:41.2822650Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:22:41.2823365Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:22:41.2824115Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:22:41.2824890Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:22:41.2825652Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:22:41.2826306Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:22:41.2827009Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:22:41.2827701Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:22:41.2828565Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:22:41.2829386Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:22:41.2830413Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:22:41.2831097Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:22:41.2831771Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:22:41.2832395Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:22:41.2833045Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:22:41.2833683Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:22:41.2834292Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:22:41.2834892Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:22:41.2835556Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:22:41.2836327Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:22:41.2837005Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:22:41.2837935Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:22:41.2838677Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:22:41.2839366Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:22:41.2840055Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:22:41.2840789Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:22:41.2841678Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:22:41.2842493Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:22:41.2843171Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:22:41.2843957Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:22:41.2844894Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:22:41.2845889Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:22:41.2846767Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:22:41.2847508Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:22:41.2848190Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:22:41.2848870Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:22:41.2849587Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:22:41.2850433Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:22:41.2851255Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:22:41.2852025Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:22:41.2852778Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:22:41.2853653Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:22:41.2854561Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:22:41.2855290Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:22:41.2855922Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:22:41.2856612Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:22:41.2857275Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:22:41.2858020Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:22:41.2858710Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:22:41.2859458Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:22:41.2860198Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:22:41.2860919Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:22:41.2861651Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:22:41.2862440Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:22:41.2863256Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:22:41.2863989Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:22:41.2864723Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:22:41.2865594Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:22:41.2866545Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:22:41.2867737Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:22:41.2868800Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:22:41.2869812Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:22:41.2870997Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:22:41.2871893Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:22:41.2872628Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:22:41.2873362Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:22:41.2874243Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:22:41.2875187Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:22:41.2876249Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:22:41.2877207Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:22:41.2878218Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:22:41.2879144Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:22:41.2880160Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:22:41.2881228Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:22:41.2882284Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:22:41.2883320Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:22:41.2884362Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:22:41.2885508Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:22:41.2886808Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:22:41.2888052Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:22:41.2889049Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:22:41.2889762Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:22:41.2890566Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:22:41.2891436Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:22:41.2892288Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:22:41.2893110Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:22:41.2894005Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:22:41.2894843Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:22:41.2895688Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:22:41.2896528Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:22:41.2897443Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:22:41.2898232Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:22:41.2899037Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:22:41.2899910Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:22:41.2900847Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:22:41.2901889Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:22:41.2902873Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:22:41.2903935Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:22:41.2905334Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:22:41.2906794Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:22:41.2908200Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:22:41.2909752Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:22:41.2911323Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:22:41.2912888Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:22:41.2914507Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:22:41.2915904Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:22:41.2917093Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:22:41.2918316Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:22:41.2919524Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:22:41.2920947Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:22:41.2922148Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:22:41.2923458Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:22:41.2924838Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:22:41.2926059Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:22:41.2926564Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:22:41.2927116Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:22:41.2927776Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:22:41.2928362Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:22:41.2929029Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:22:41.2929714Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:22:41.2930375Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:22:41.2930994Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:22:41.2931731Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:22:41.8739210Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:22:41.8740955Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:22:41.8742443Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:22:41.8743847Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:22:41.8745238Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:22:41.8746637Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:22:41.8748111Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:22:41.8749509Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:22:41.8750979Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:22:41.8752361Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:22:41.8753691Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:22:41.8754936Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:22:41.8756155Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:22:41.8757617Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:22:41.8758970Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:22:41.8760391Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:22:41.8761791Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:22:41.8763064Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:22:41.8764337Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:22:41.8765943Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:22:41.8768015Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:22:41.8769970Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:22:41.8772275Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:22:41.8774055Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:22:41.8775704Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:22:41.8777172Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:22:41.8778449Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:22:41.8779536Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:22:41.8780368Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:22:41.8781220Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:22:41.8782209Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:22:41.8783267Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:22:41.8784111Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:22:41.8784796Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:22:41.8785510Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:22:41.8786392Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:22:41.8787376Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:22:41.8788353Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:22:41.8789421Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:22:41.8790551Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:22:41.8791535Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:22:41.8792780Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:22:41.8794176Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:22:41.8795372Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:22:41.8796391Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:22:41.8797441Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:22:41.8798554Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:22:41.8799633Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:22:41.8800803Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:22:41.8801960Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:22:41.8803359Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:22:41.8804474Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:22:41.8805415Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:22:41.8806374Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:22:41.8807345Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:22:41.8808176Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:22:41.8809049Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:22:41.8810086Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:22:41.8811325Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:22:41.8812733Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:22:41.8813791Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:22:41.8814939Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:22:41.8816127Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:22:41.8817210Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:22:41.8818197Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:22:41.8819074Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:22:41.8819902Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:22:41.8820815Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:22:41.8821867Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:22:41.8823011Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:22:41.8824361Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:22:41.8825866Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:22:41.8833024Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:22:41.8834397Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:22:41.8835859Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:22:41.8837358Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:22:41.8838778Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:22:41.8840060Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:22:41.8841371Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:22:41.8842670Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:22:41.8843900Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:22:41.8845149Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:22:41.8846315Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:22:41.8847486Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:22:41.8848685Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:22:41.8849890Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:22:41.8851080Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:22:41.8852325Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:22:41.8853519Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:22:41.8854850Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:22:41.8856140Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:22:41.8857506Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:22:41.8858942Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:22:41.8860397Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:22:41.8861930Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:22:41.8863424Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:22:41.8864843Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:22:41.8866268Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:22:41.8867744Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:22:41.8869248Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:22:41.8870879Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:22:44.0264301Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:22:44.0265475Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:22:44.0266325Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:22:44.0267148Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:22:44.0267846Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:22:44.0268497Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:22:44.0269146Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:22:44.0270046Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:22:44.0270983Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:22:44.0271532Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:22:44.0272068Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:22:44.0272584Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:22:44.0273148Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:22:44.0273729Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:22:44.0274249Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:22:44.0274786Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:22:44.0275350Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:22:44.0275962Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:22:44.0276485Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:22:44.0277012Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:22:44.0277599Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:22:44.0278214Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:22:44.0278742Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:22:44.0279210Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:22:44.0279687Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:22:44.0280192Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:22:44.0280891Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:22:44.0281462Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:22:44.0281943Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:22:44.0282338Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:22:44.0282757Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:22:44.0283177Z adding 'executorch/schema/program.fbs' 2025-06-05T23:22:44.0283528Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:22:44.0283928Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:22:44.0284378Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:22:44.0284756Z adding 'executorch/util/collect_env.py' 2025-06-05T23:22:44.0285105Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:22:44.0285583Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:22:44.0286124Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:22:44.0286572Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:22:44.0287019Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:22:44.0287514Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:22:44.0287954Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:22:44.0288336Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:22:44.0289040Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:22:44.0290069Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=78b2f2b570ae5e53af264d0783eb79f2f50794232b8a8fd1860dcaa53f9f3253 2025-06-05T23:22:44.0291363Z Stored in directory: /tmp/pip-ephem-wheel-cache-mw42alvo/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:22:44.0292065Z Successfully built executorch 2025-06-05T23:22:44.0292851Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:22:44.0293742Z [?25l 2025-06-05T23:22:44.0294118Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:22:44.0294418Z 2025-06-05T23:22:44.0294674Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:22:44.0294958Z 2025-06-05T23:22:44.0295303Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:22:44.0295779Z  Attempting uninstall: pytest 2025-06-05T23:22:44.0296271Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:22:44.0296769Z  Found existing installation: pytest 7.2.0 2025-06-05T23:22:44.0297316Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:22:44.0297760Z  Uninstalling pytest-7.2.0: 2025-06-05T23:22:44.0298271Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:22:44.0298868Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0299444Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:22:44.0300034Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0300591Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:22:44.0301188Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0301989Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:22:44.0302841Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0303501Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0304199Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:22:44.0304913Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0305571Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:22:44.0306264Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0307009Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:22:44.0307779Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0308466Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:22:44.0309170Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0309647Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:22:44.0310282Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0310890Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0311438Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:22:44.0312021Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0312567Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:22:44.0313138Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:22:44.0313761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:44.0314445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:44.0315069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:47.4561678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:47.4562454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:47.4563245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:47.4563906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:47.4564661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:22:47.4566067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4566752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4567452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4568046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4568741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4569348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4570001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4570894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4571520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4572207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4572949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4573631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4574236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4574950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4575518Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:22:47.4576108Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:47.4576754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:22:47.4577287Z [?25h 2025-06-05T23:22:47.4578594Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:22:47.4579728Z + pip list 2025-06-05T23:22:47.4580040Z Package Version Build Editable project location 2025-06-05T23:22:47.4580535Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:22:47.4581071Z aiohappyeyeballs 2.6.1 2025-06-05T23:22:47.4581360Z aiohttp 3.12.9 2025-06-05T23:22:47.4581650Z aiosignal 1.3.2 2025-06-05T23:22:47.4581938Z alabaster 0.7.16 2025-06-05T23:22:47.4582343Z antlr4-python3-runtime 4.9.3 2025-06-05T23:22:47.4582695Z async-timeout 5.0.1 2025-06-05T23:22:47.4582967Z attrs 25.3.0 2025-06-05T23:22:47.4583254Z babel 2.17.0 2025-06-05T23:22:47.4583530Z beautifulsoup4 4.13.4 2025-06-05T23:22:47.4583957Z blobfile 3.0.0 2025-06-05T23:22:47.4584269Z breathe 4.34.0 2025-06-05T23:22:47.4584551Z bs4 0.0.2 2025-06-05T23:22:47.4584884Z cattrs 25.1.1 2025-06-05T23:22:47.4585159Z certifi 2025.4.26 2025-06-05T23:22:47.4585481Z charset-normalizer 3.4.2 2025-06-05T23:22:47.4585869Z cmake 3.31.6 2025-06-05T23:22:47.4586156Z contourpy 1.3.2 2025-06-05T23:22:47.4586442Z coremltools 8.3.0 2025-06-05T23:22:47.4586894Z coverage 7.8.2 2025-06-05T23:22:47.4587165Z cycler 0.12.1 2025-06-05T23:22:47.4587450Z datasets 3.6.0 2025-06-05T23:22:47.4587774Z dill 0.3.8 2025-06-05T23:22:47.4588177Z docutils 0.16 2025-06-05T23:22:47.4588476Z exceptiongroup 1.3.0 2025-06-05T23:22:47.4588752Z execnet 2.1.1 2025-06-05T23:22:47.4589258Z executorch 0.7.0a0+bd57234 2025-06-05T23:22:47.4589569Z exhale 0.2.3 2025-06-05T23:22:47.4589860Z expecttest 0.1.6 2025-06-05T23:22:47.4590136Z filelock 3.18.0 2025-06-05T23:22:47.4590585Z flatbuffers 25.2.10 2025-06-05T23:22:47.4590872Z fonttools 4.58.1 2025-06-05T23:22:47.4591168Z frozenlist 1.6.2 2025-06-05T23:22:47.4591483Z fsspec 2025.3.0 2025-06-05T23:22:47.4591852Z hf_transfer 0.1.9 2025-06-05T23:22:47.4592138Z hf-xet 1.1.3 2025-06-05T23:22:47.4592415Z huggingface-hub 0.32.4 2025-06-05T23:22:47.4592712Z hypothesis 6.84.2 2025-06-05T23:22:47.4593038Z idna 3.10 2025-06-05T23:22:47.4593359Z imagesize 1.4.1 2025-06-05T23:22:47.4593632Z iniconfig 2.1.0 2025-06-05T23:22:47.4593917Z Jinja2 3.1.6 2025-06-05T23:22:47.4594294Z kagglehub 0.3.12 2025-06-05T23:22:47.4594582Z kiwisolver 1.4.8 2025-06-05T23:22:47.4594863Z lxml 5.4.0 2025-06-05T23:22:47.4595139Z markdown-it-py 2.2.0 2025-06-05T23:22:47.4595480Z MarkupSafe 3.0.2 2025-06-05T23:22:47.4595760Z matplotlib 3.10.3 2025-06-05T23:22:47.4596057Z mdit-py-plugins 0.3.5 2025-06-05T23:22:47.4596332Z mdurl 0.1.2 2025-06-05T23:22:47.4596609Z mpmath 1.3.0 2025-06-05T23:22:47.4596878Z multidict 6.4.4 2025-06-05T23:22:47.4597172Z multiprocess 0.70.16 2025-06-05T23:22:47.4597458Z myst-parser 0.18.1 2025-06-05T23:22:47.4597746Z networkx 3.4.2 2025-06-05T23:22:47.4598126Z numpy 2.2.6 2025-06-05T23:22:47.4598412Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:22:47.4598735Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:22:47.4599043Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:22:47.4599365Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:22:47.4599669Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:22:47.4599978Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:22:47.4600283Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:22:47.4600604Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:22:47.4600932Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:22:47.4601237Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:22:47.4601548Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:22:47.4601885Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:22:47.4602183Z omegaconf 2.3.0 2025-06-05T23:22:47.4602458Z packaging 25.0 2025-06-05T23:22:47.4602745Z pandas 2.2.3 2025-06-05T23:22:47.4603022Z parameterized 0.9.0 2025-06-05T23:22:47.4603314Z pillow 11.2.1 2025-06-05T23:22:47.4603587Z pip 25.1 2025-06-05T23:22:47.4603866Z pluggy 1.6.0 2025-06-05T23:22:47.4604150Z propcache 0.3.1 2025-06-05T23:22:47.4604425Z protobuf 6.31.1 2025-06-05T23:22:47.4604728Z psutil 7.0.0 2025-06-05T23:22:47.4604998Z pyaml 25.5.0 2025-06-05T23:22:47.4605285Z pyarrow 20.0.0 2025-06-05T23:22:47.4605565Z pycryptodomex 3.23.0 2025-06-05T23:22:47.4605860Z Pygments 2.19.1 2025-06-05T23:22:47.4606138Z pyparsing 3.2.3 2025-06-05T23:22:47.4606428Z pytest 8.4.0 2025-06-05T23:22:47.4606720Z pytest-cov 4.1.0 2025-06-05T23:22:47.4607013Z pytest-rerunfailures 15.1 2025-06-05T23:22:47.4607324Z pytest-xdist 3.7.0 2025-06-05T23:22:47.4607622Z python-dateutil 2.9.0.post0 2025-06-05T23:22:47.4608128Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:22:47.4608573Z pytorch_tokenizers 0.1.0 2025-06-05T23:22:47.4608871Z pytz 2025.2 2025-06-05T23:22:47.4609147Z PyYAML 6.0.1 2025-06-05T23:22:47.4609439Z regex 2024.11.6 2025-06-05T23:22:47.4609726Z requests 2.32.3 2025-06-05T23:22:47.4610021Z ruamel.yaml 0.17.32 2025-06-05T23:22:47.4610321Z ruamel.yaml.clib 0.2.12 2025-06-05T23:22:47.4610605Z safetensors 0.5.3 2025-06-05T23:22:47.4610897Z sentencepiece 0.2.0 2025-06-05T23:22:47.4611178Z setuptools 78.1.1 2025-06-05T23:22:47.4611460Z six 1.17.0 2025-06-05T23:22:47.4611739Z snowballstemmer 3.0.1 2025-06-05T23:22:47.4612035Z sortedcontainers 2.4.0 2025-06-05T23:22:47.4612317Z soupsieve 2.7 2025-06-05T23:22:47.4612598Z Sphinx 5.3.0 2025-06-05T23:22:51.1416770Z sphinx-copybutton 0.5.0 2025-06-05T23:22:51.1417402Z sphinx_design 0.4.1 2025-06-05T23:22:51.1417850Z sphinx-gallery 0.14.0 2025-06-05T23:22:51.1418160Z sphinx_reredirects 0.1.4 2025-06-05T23:22:51.1418461Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:22:51.1418777Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:22:51.1419080Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:22:51.1419391Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:22:51.1419685Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:22:51.1420025Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:22:51.1420317Z sympy 1.14.0 2025-06-05T23:22:51.1420601Z tabulate 0.9.0 2025-06-05T23:22:51.1421100Z tiktoken 0.9.0 2025-06-05T23:22:51.1421388Z timm 1.0.7 2025-06-05T23:22:51.1421686Z tokenizers 0.21.1 2025-06-05T23:22:51.1421962Z tomli 2.0.1 2025-06-05T23:22:51.1422273Z torch 2.8.0a0+git5616fa4 2025-06-05T23:22:51.1422611Z torchao 0.12.0+gitbc68b11 2025-06-05T23:22:51.1422960Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:22:51.1423270Z torchdata 0.11.0 2025-06-05T23:22:51.1423559Z torchsr 1.0.4 2025-06-05T23:22:51.1423829Z torchtune 0.6.1 2025-06-05T23:22:51.1424134Z torchvision 0.22.0a0+966da7e 2025-06-05T23:22:51.1424454Z tqdm 4.67.1 2025-06-05T23:22:51.1424780Z transformers 4.47.1 2025-06-05T23:22:51.1425092Z triton 3.0.0 1 2025-06-05T23:22:51.1425409Z typing_extensions 4.14.0 2025-06-05T23:22:51.1425704Z tzdata 2025.2 2025-06-05T23:22:51.1425977Z urllib3 2.4.0 2025-06-05T23:22:51.1426262Z wheel 0.45.1 2025-06-05T23:22:51.1426529Z xxhash 3.5.0 2025-06-05T23:22:51.1426806Z yarl 1.20.0 2025-06-05T23:22:51.1427135Z zstd 1.5.5.1 2025-06-05T23:22:51.1427438Z + build_executorch_runner cmake Release 2025-06-05T23:22:51.1427736Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:22:51.1427997Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:22:51.1428260Z + build_executorch_runner_cmake Release 2025-06-05T23:22:51.1428578Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:22:51.1428856Z + clean_executorch_install_folders 2025-06-05T23:22:51.1429177Z + ./install_executorch.sh --clean 2025-06-05T23:22:51.1429463Z Cleaning build artifacts... 2025-06-05T23:22:51.1429739Z Cleaning pip-out/... 2025-06-05T23:22:51.1429975Z Cleaning cmake-out/... 2025-06-05T23:22:51.1430342Z Done cleaning build artifacts. 2025-06-05T23:22:51.1430617Z + mkdir cmake-out 2025-06-05T23:22:51.1430832Z + pushd cmake-out 2025-06-05T23:22:51.1431199Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:22:51.1431542Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:22:51.1431805Z + CXXFLAGS= 2025-06-05T23:22:51.1431998Z + CXXFLAGS= 2025-06-05T23:22:51.1432340Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:22:51.1432867Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:22:51.1433314Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:22:51.1433691Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:22:51.1434054Z -- Detecting C compiler ABI info 2025-06-05T23:22:51.1434361Z -- Detecting C compiler ABI info - done 2025-06-05T23:22:51.1434748Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:22:51.1435141Z -- Detecting C compile features 2025-06-05T23:22:51.1435429Z -- Detecting C compile features - done 2025-06-05T23:22:51.1435755Z -- Detecting CXX compiler ABI info 2025-06-05T23:22:51.1436063Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:22:51.1436472Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:22:51.1436862Z -- Detecting CXX compile features 2025-06-05T23:22:51.1437175Z -- Detecting CXX compile features - done 2025-06-05T23:22:51.1437503Z -- --- Configured Options --- 2025-06-05T23:22:51.1437685Z 2025-06-05T23:22:51.1437803Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:22:51.1438170Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:22:51.1438539Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:22:51.1438911Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:22:51.1439269Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:22:51.1439645Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:22:51.1440011Z -- BUCK2 x (unset) 2025-06-05T23:22:51.1440429Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:22:51.1440797Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:22:51.1441163Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:22:51.1441651Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:22:51.1442205Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:22:51.1442839Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:22:51.1443206Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:22:51.1443652Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:22:51.1444093Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:22:51.1444446Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:22:51.1456472Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:22:51.1457011Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:22:51.1457407Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:22:51.1457795Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:22:51.1458176Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:22:51.1458553Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:22:51.1458926Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:22:51.1459290Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:22:51.1459665Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:22:51.1460027Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:22:51.1460404Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:22:51.1460757Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:22:51.1461112Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:22:51.1461463Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:22:51.1461826Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:22:51.1462187Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:22:51.1462539Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:22:51.1463012Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:22:51.1463370Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:22:51.1463730Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:22:51.1464076Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:22:51.1464443Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:22:51.1464794Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:22:51.1465157Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:22:51.1465518Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:22:51.1465867Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:22:51.1466229Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:22:51.1466571Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:22:51.1466937Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:22:51.1467280Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:22:51.1467653Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:22:51.1468015Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:22:51.1468378Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:22:51.1468738Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:22:51.1469099Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:22:51.1469474Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:22:51.1469837Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:22:51.1470299Z -- -------------------------- 2025-06-05T23:22:51.1470956Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:22:51.1471960Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:22:51.1472792Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:51.1473212Z CMake. 2025-06-05T23:22:51.1473326Z 2025-06-05T23:22:51.1473569Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:51.1474135Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:51.1474633Z to work with policies introduced by or earlier. 2025-06-05T23:22:51.1474895Z 2025-06-05T23:22:51.1475003Z  2025-06-05T23:22:51.1475291Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:22:51.1475753Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:22:51.1476145Z -- Setting Clang compiler options 2025-06-05T23:22:51.1476863Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:22:51.1478035Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:22:51.1478796Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:51.1479216Z CMake. 2025-06-05T23:22:51.1479347Z 2025-06-05T23:22:51.1479571Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:51.1480141Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:51.1480627Z to work with policies introduced by or earlier. 2025-06-05T23:22:51.1480896Z 2025-06-05T23:22:51.1480997Z  2025-06-05T23:22:51.1481608Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:22:51.1482367Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:51.1482793Z CMake. 2025-06-05T23:22:51.1482903Z 2025-06-05T23:22:51.1483133Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:51.1483699Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:51.1484180Z to work with policies introduced by or earlier. 2025-06-05T23:22:51.1484449Z 2025-06-05T23:22:51.1484608Z  2025-06-05T23:22:51.1484829Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:22:51.1485217Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:22:51.1485560Z -- Found Threads: TRUE 2025-06-05T23:22:51.1486270Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:22:51.1487054Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:51.1487468Z CMake. 2025-06-05T23:22:51.1487581Z 2025-06-05T23:22:51.1487818Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:51.1488374Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:51.1488870Z to work with policies introduced by or earlier. 2025-06-05T23:22:51.1489128Z 2025-06-05T23:22:51.1489245Z  2025-06-05T23:22:51.1489442Z -- Resolved buck2 as buck2. 2025-06-05T23:22:51.1489716Z -- Killing buck2 daemon 2025-06-05T23:22:51.1489950Z 'buck2 killall' 2025-06-05T23:22:51.1490198Z -- executorch: Generating source lists 2025-06-05T23:22:51.1490713Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:22:51.1491423Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:22:51.1491907Z -- Generating operator lib: 2025-06-05T23:22:51.1492191Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:22:51.1492607Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:22:51.1493025Z -- ROOT_OPS: 2025-06-05T23:22:51.1493255Z -- INCLUDE_ALL_OPS: 2025-06-05T23:22:51.1494595Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:22:51.1495773Z -- Generating kernel bindings: 2025-06-05T23:22:51.1496055Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:22:51.1496473Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:22:51.1496911Z -- CUSTOM_OPS_YAML: 2025-06-05T23:22:53.4189382Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:22:53.4193287Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:22:53.4196391Z -- Generating operator lib: 2025-06-05T23:22:53.4196886Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:22:53.4197530Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:22:53.4198007Z -- DEPS: executorch_core 2025-06-05T23:22:53.4198924Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:22:53.4199613Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:53.4200042Z CMake. 2025-06-05T23:22:53.4200171Z 2025-06-05T23:22:53.4200395Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:53.4200973Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:53.4201463Z to work with policies introduced by or earlier. 2025-06-05T23:22:53.4201722Z 2025-06-05T23:22:53.4201841Z  2025-06-05T23:22:53.4202047Z -- Looking for C++ include unistd.h 2025-06-05T23:22:53.4202376Z -- Looking for C++ include unistd.h - found 2025-06-05T23:22:53.4202694Z -- Looking for C++ include stdint.h 2025-06-05T23:22:53.4203009Z -- Looking for C++ include stdint.h - found 2025-06-05T23:22:53.4203335Z -- Looking for C++ include inttypes.h 2025-06-05T23:22:53.4203670Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:22:53.4204016Z -- Looking for C++ include sys/types.h 2025-06-05T23:22:53.4204339Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:22:53.4204787Z -- Looking for C++ include sys/stat.h 2025-06-05T23:22:53.4205122Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:22:53.4205658Z -- Looking for C++ include fnmatch.h 2025-06-05T23:22:53.4205972Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:22:53.4206309Z -- Looking for C++ include stddef.h 2025-06-05T23:22:53.4206623Z -- Looking for C++ include stddef.h - found 2025-06-05T23:22:53.4206950Z -- Check size of uint32_t 2025-06-05T23:22:53.4207213Z -- Check size of uint32_t - done 2025-06-05T23:22:53.4207499Z -- Looking for strtoll 2025-06-05T23:22:53.4207764Z -- Looking for strtoll - found 2025-06-05T23:22:53.4208038Z -- Configuring done (4.9s) 2025-06-05T23:22:53.4208314Z -- Generating done (0.1s) 2025-06-05T23:22:53.4208669Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:22:53.4209069Z + popd 2025-06-05T23:22:53.4209270Z /pytorch/executorch 2025-06-05T23:22:53.4209505Z ++ uname 2025-06-05T23:22:53.4209699Z + '[' Linux == Darwin ']' 2025-06-05T23:22:53.4209952Z ++ nproc 2025-06-05T23:22:53.4210137Z + CMAKE_JOBS=7 2025-06-05T23:22:53.4210371Z + cmake --build cmake-out -j 7 2025-06-05T23:22:53.4210855Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:22:53.4211442Z [ 1%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:22:53.4212250Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:22:53.4213255Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:22:53.4214300Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:22:53.4215527Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:22:53.4216525Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:22:53.4217248Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:22:53.4217784Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:22:53.4218316Z [ 3%] No update step for 'flatcc_external_project' 2025-06-05T23:22:53.4218829Z [ 3%] No update step for 'flatbuffers_external_project' 2025-06-05T23:22:53.4219346Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:22:53.4219913Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:22:53.4220474Z [ 3%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:22:53.4220970Z CMake Warning: 2025-06-05T23:22:53.4221289Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:22:53.4221565Z 2025-06-05T23:22:53.4221667Z  2025-06-05T23:22:53.4222095Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:22:53.4222676Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:53.4223101Z CMake. 2025-06-05T23:22:53.4223214Z 2025-06-05T23:22:53.4223438Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:53.4224009Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:53.4224509Z to work with policies introduced by or earlier. 2025-06-05T23:22:53.4224765Z 2025-06-05T23:22:53.4224864Z  2025-06-05T23:22:53.4225283Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:22:53.4225740Z CMake Warning: 2025-06-05T23:22:53.4226053Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:22:53.4226330Z 2025-06-05T23:22:53.4226425Z  2025-06-05T23:22:53.4226673Z fatal: No names found, cannot describe anything. 2025-06-05T23:22:53.4227125Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:22:53.4227548Z git describe failed with exit code: 128 2025-06-05T23:22:53.4227768Z 2025-06-05T23:22:53.4227944Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:22:53.4228317Z Call Stack (most recent call first): 2025-06-05T23:22:53.4228630Z CMakeLists.txt:5 (include) 2025-06-05T23:22:53.4228805Z 2025-06-05T23:22:53.4228900Z  2025-06-05T23:22:53.4229122Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:22:53.4229850Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:22:53.4230941Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:22:53.4231989Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:22:53.4233075Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:22:53.4233741Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:22:53.4234101Z -- Detecting C compiler ABI info 2025-06-05T23:22:53.4234817Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:22:53.4235864Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:22:53.4236834Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:22:53.4237738Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:22:53.4238737Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:22:53.4239852Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:22:53.4240517Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:22:53.4241249Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:22:53.4241836Z -- Detecting CXX compiler ABI info 2025-06-05T23:22:53.4242286Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:22:53.4242687Z [ 8%] Built target gflags_nothreads_static 2025-06-05T23:22:53.4243387Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:22:53.4244399Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:22:53.4245500Z [ 9%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:22:53.4246167Z -- Detecting C compiler ABI info - done 2025-06-05T23:22:53.4246865Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:22:53.4248212Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:22:53.4249025Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:22:53.4249641Z -- Detecting C compile features 2025-06-05T23:22:53.4250128Z -- Detecting C compile features - done 2025-06-05T23:22:53.4250513Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:22:53.4250974Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:22:53.4251366Z -- Setting Clang compiler options 2025-06-05T23:22:53.4252081Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:22:53.4252814Z -- Configuring done (0.3s) 2025-06-05T23:22:53.4253506Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:22:53.4254185Z -- Generating done (0.0s) 2025-06-05T23:22:53.4254850Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:22:53.4256017Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:22:53.4256831Z [ 11%] Performing build step for 'flatcc_external_project' 2025-06-05T23:22:53.4257466Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:22:53.4258317Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:22:53.4259311Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:22:53.4260030Z [ 12%] Linking C static library libpthreadpool.a 2025-06-05T23:22:53.4260613Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:22:53.4261076Z [ 12%] Built target pthreadpool 2025-06-05T23:22:53.4261794Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:22:53.4262883Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:22:53.4263551Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:22:53.4263951Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:22:53.4264354Z -- Detecting CXX compile features 2025-06-05T23:22:53.4264658Z -- Detecting CXX compile features - done 2025-06-05T23:22:53.4265195Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:22:53.4265857Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:22:53.4266414Z -- Looking for strtof_l 2025-06-05T23:22:54.4043258Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:22:54.4045587Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:22:54.4047790Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:22:54.4050014Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:22:54.4052282Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:22:54.4054331Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:22:54.4055720Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:22:54.4057469Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:22:54.4059558Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:22:54.4061662Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:22:54.4063497Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:22:54.4065143Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:22:54.4066783Z [ 27%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:22:54.4068668Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:22:54.4069914Z [ 27%] Built target flatccrt 2025-06-05T23:22:54.4071943Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:22:54.4074300Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:22:54.4076645Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:22:54.4078075Z -- Looking for strtof_l - found 2025-06-05T23:22:54.4078609Z -- Looking for strtoull_l 2025-06-05T23:22:54.4080187Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:22:54.4082253Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:22:54.4084279Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:22:54.4086420Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:22:54.4088514Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:22:54.4090697Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:22:54.4093029Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:22:54.4095022Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:22:54.4096635Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:22:54.4097873Z [ 19%] Linking C static library libcpuinfo.a 2025-06-05T23:22:54.4099368Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:22:54.4101271Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:22:54.4103543Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:22:54.4104833Z [ 19%] Built target cpuinfo 2025-06-05T23:22:54.4106325Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:22:54.4108261Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:22:54.4109275Z -- Looking for strtoull_l - found 2025-06-05T23:22:54.4109944Z -- Looking for realpath 2025-06-05T23:22:54.4110895Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:22:54.4112169Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:22:54.4113472Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:22:54.4114776Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:22:54.4115938Z [ 20%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:22:54.4117083Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:22:54.4117843Z [ 20%] Built target cpuinfo_internals 2025-06-05T23:22:54.4118837Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:22:54.4120133Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:22:54.4121475Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:22:54.4122872Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:22:54.4124359Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:22:54.4125821Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:22:54.4127298Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:22:54.4129206Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:22:54.4130677Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:22:54.4132072Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:22:54.4133355Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:22:54.4133932Z -- Looking for realpath - found 2025-06-05T23:22:54.4134285Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:22:54.4134651Z -- Configuring done (1.1s) 2025-06-05T23:22:54.4134928Z -- Generating done (0.0s) 2025-06-05T23:22:54.4135651Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:22:54.4136630Z [ 20%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:22:54.4137259Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:22:54.4137905Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:22:54.4138550Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:22:54.4139153Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:22:54.4139785Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:22:54.4140431Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:22:54.4141288Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:22:54.4141809Z [ 93%] Built target flatcc 2025-06-05T23:22:54.4142304Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:22:54.4143035Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:22:54.4143742Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:22:54.4144410Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:22:54.4145061Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:22:54.4145756Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:22:54.4146260Z [100%] Built target flatcc_cli 2025-06-05T23:22:54.4146737Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:22:54.4147352Z [ 21%] Performing install step for 'flatcc_external_project' 2025-06-05T23:22:54.4147759Z [ 21%] Built target flatccrt 2025-06-05T23:22:54.4148237Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:22:54.4148667Z [ 93%] Built target flatcc 2025-06-05T23:22:54.4148931Z [100%] Built target flatcc_cli 2025-06-05T23:22:54.4149242Z Install the project... 2025-06-05T23:22:54.4149535Z -- Install configuration: "" 2025-06-05T23:22:54.4150061Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:22:54.4150981Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:22:54.4151906Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:22:54.4152852Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:22:54.4153784Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:22:54.4154773Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:22:54.4155701Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:22:54.4156641Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:22:54.4157609Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:22:54.4158611Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:22:54.4159592Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:22:54.4160518Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:22:54.4161465Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:22:54.4162445Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:22:54.4163402Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:22:54.4164355Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:22:54.4165942Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:22:54.4167697Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:22:54.4169492Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:22:54.4171243Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:22:54.4172840Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:22:54.4174598Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:22:54.4176301Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:22:54.4177888Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:22:54.4179637Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:22:54.4180812Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:22:54.4182699Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:22:54.4184579Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:22:54.4186392Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:22:54.4188132Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:22:54.4189979Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:22:54.4192102Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:22:54.4194106Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:22:54.4196049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:22:54.4198289Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:22:54.4200350Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:22:54.4202341Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:22:54.4204301Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:22:54.4206216Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:22:54.4208109Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:22:54.4209821Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:22:54.4211700Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:22:54.4213669Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:22:54.4215206Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:22:54.4216470Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:22:54.4218364Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:22:54.4220466Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:22:54.4222329Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:22:54.4224176Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:22:54.4226084Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:22:54.4228069Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:22:54.4230016Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:22:54.4232127Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:22:54.4234039Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:22:54.4235883Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:22:54.4237751Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:22:54.4239688Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:22:54.4241747Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:22:54.4243683Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:22:54.4245630Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:22:54.4247491Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:22:54.4248854Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:22:54.4250825Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:22:54.4252689Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:22:54.4254547Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:22:54.4256222Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:22:54.4258293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:22:54.4260654Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:22:54.4262865Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:22:54.4265038Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:22:54.4267144Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:22:54.4268988Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:22:54.4272751Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:22:54.4274849Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:22:54.4276691Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:22:54.4278622Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:22:54.4280144Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:22:54.4281631Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:22:56.1262320Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:22:56.1263161Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:22:56.1264169Z [ 21%] Completed 'flatcc_external_project' 2025-06-05T23:22:56.1264549Z [ 21%] Built target flatcc_external_project 2025-06-05T23:22:56.1265081Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:22:56.1265730Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:22:56.1266392Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:22:56.1267065Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:22:56.1267727Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:22:56.1268362Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:22:56.1269007Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:22:56.1269678Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:22:56.1270364Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:22:56.1271653Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:22:56.1272516Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:22:56.1273416Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:22:56.1274084Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:22:56.1274856Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:22:56.1275574Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:22:56.1276311Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:22:56.1277054Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:22:56.1277710Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:22:56.1278453Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:22:56.1279151Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:22:56.1279931Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:22:56.1280688Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:22:56.1281483Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:22:56.1282279Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:22:56.1283012Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:22:56.1283888Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:22:56.1284828Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:22:56.1285625Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:22:56.1286437Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:22:56.1287236Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:22:56.1288066Z [ 23%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:22:56.1288593Z [ 23%] Built target flatccrt 2025-06-05T23:22:56.1289144Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:22:56.1289737Z [100%] Linking CXX executable flatc 2025-06-05T23:22:56.1290099Z [100%] Built target flatc 2025-06-05T23:22:56.1290564Z [ 23%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:22:56.1290993Z [100%] Built target flatc 2025-06-05T23:22:56.1291307Z Install the project... 2025-06-05T23:22:56.1291591Z -- Install configuration: "" 2025-06-05T23:22:56.1292174Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:22:56.1293169Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:22:56.1294170Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:22:56.1295131Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:22:56.1296080Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:22:56.1297072Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:22:56.1298131Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:22:56.1299205Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:22:56.1300273Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:22:56.1301321Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:22:56.1302358Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:22:56.1303417Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:22:56.1304467Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:22:56.1305463Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:22:56.1306477Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:22:56.1307498Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:22:56.1308485Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:22:56.1309426Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:22:56.1310372Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:22:56.1311441Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:22:56.1312472Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:22:56.1313462Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:22:56.1314463Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:22:56.1315468Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:22:56.1316526Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:22:56.1317561Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:22:56.1318617Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:22:56.1319605Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:22:56.1320581Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:22:56.1321556Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:22:56.1322501Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:22:56.1323469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:22:56.1324469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:22:56.1325506Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:22:56.1326586Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:22:56.1327747Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:22:56.1328940Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:22:56.1329962Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:22:56.1330892Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:22:56.1332041Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:22:58.1641463Z [ 23%] Completed 'flatbuffers_external_project' 2025-06-05T23:22:58.1642225Z [ 23%] Built target flatbuffers_external_project 2025-06-05T23:22:58.1643022Z [ 23%] Generating common_schema headers 2025-06-05T23:22:58.1643649Z [ 23%] Built target common_schema 2025-06-05T23:22:58.1644333Z [ 24%] Generating program_schema headers 2025-06-05T23:22:58.1644967Z [ 24%] Built target program_schema 2025-06-05T23:22:58.1646110Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:22:58.1647698Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:22:58.1649552Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:22:58.1651692Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:22:58.1653935Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:22:58.1655607Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:22:58.1657173Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:22:58.1658844Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:22:58.1660528Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:22:58.1662181Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:22:58.1663936Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:22:58.1665912Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:22:58.1667856Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:22:58.1669730Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:22:58.1671917Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:22:58.1673480Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:22:58.1675114Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:22:58.1676782Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:22:58.1678409Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:22:58.1680044Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:22:58.1681764Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:22:58.1683157Z [ 31%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:22:58.1684017Z [ 31%] Built target executorch_core 2025-06-05T23:22:58.1685209Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:22:58.1686813Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:22:58.1688497Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:22:58.1690370Z [ 32%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:22:58.1692386Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:22:58.1694593Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:22:58.1696716Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:22:58.1698752Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:22:58.1700789Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:22:58.1702896Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:22:58.1705009Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:22:58.1707167Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:22:58.1708710Z [ 35%] Linking CXX static library libexecutorch.a 2025-06-05T23:22:58.1710549Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:22:58.1711826Z [ 35%] Built target executorch 2025-06-05T23:22:58.1713158Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:22:58.1714708Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:22:58.1715483Z [ 36%] Built target extension_threadpool 2025-06-05T23:22:58.1716301Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:22:58.1717365Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:22:58.1718525Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:22:58.1719645Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:22:58.1720750Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:22:58.1721800Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:22:58.1722823Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:22:58.1723892Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:22:58.1724934Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:22:58.1725983Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:22:58.1726795Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:22:58.1727217Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:22:58.1727977Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:22:58.1728993Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:22:58.1729952Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:22:58.1730835Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:22:58.1731740Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:22:58.1732638Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:22:58.1733530Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:22:58.1734464Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:22:58.1735407Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:22:58.1736327Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:22:58.1737223Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:22:58.1738123Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:22:58.1739323Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:22:58.1740427Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:22:58.1741721Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:22:58.1742756Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:22:58.1743689Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:22:58.1744721Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:22:58.1745834Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:22:58.1746868Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:22:58.1747993Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:22:58.1749176Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:22:58.1750321Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:23:00.3885901Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:23:00.3887905Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:23:00.3889777Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:23:00.3891647Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:23:00.3893393Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:23:00.3895333Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:23:00.3897189Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:23:00.3898937Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:23:00.3900898Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:23:00.3902993Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:23:00.3905195Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:23:00.3907256Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:23:00.3909038Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:23:00.3910943Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:23:00.3912736Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:23:00.3914486Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:23:00.3916287Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:23:00.3918237Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:23:00.3920106Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:23:00.3921870Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:23:00.3923667Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:23:00.3925760Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:23:00.3927545Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:23:00.3929326Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:23:00.3931101Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:23:00.3932993Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:23:00.3934879Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:23:00.3936573Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:23:00.3938451Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:23:00.3940268Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:23:00.3942186Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:23:00.3944072Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:23:00.3945867Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:23:00.3947718Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:23:00.3949589Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:23:00.3951480Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:23:00.3952987Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:23:00.3954765Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:23:00.3956590Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:23:00.3958415Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:23:00.3960284Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:23:00.3962160Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:23:00.3964093Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:23:00.3966003Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:23:00.3967827Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:23:00.3969617Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:23:00.3972082Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:23:00.3974059Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:23:00.3976173Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:23:00.3978120Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:23:00.3979931Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:23:00.3981981Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:23:00.3983804Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:23:00.3985704Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:23:00.3987658Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:23:00.3989530Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:23:00.3991472Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:23:00.3993334Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:23:00.3995340Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:23:00.3997126Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:23:00.3998979Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:23:00.4000930Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:23:00.4002864Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:23:00.4004738Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:23:00.4006742Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:23:00.4009056Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:23:00.4011170Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:23:00.4013003Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:23:00.4014915Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:23:00.4016735Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:23:00.4018552Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:23:00.4020315Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:23:00.4022171Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:23:00.4024192Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:23:00.4026165Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:23:00.4028088Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:23:02.6551022Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:23:02.6553007Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:23:02.6554729Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:23:02.6556477Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:23:02.6558269Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:23:02.6560417Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:23:02.6562386Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:23:02.6564325Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:23:02.6566313Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:23:02.6568218Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:23:02.6569990Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:23:02.6572480Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:23:02.6574380Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:23:02.6576274Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:23:02.6578239Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:23:02.6580281Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:23:02.6582275Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:23:02.6584188Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:23:02.6586019Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:23:02.6587907Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:23:02.6589849Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:23:02.6592014Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:23:02.6594235Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:23:02.6596183Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:23:02.6598110Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:23:02.6599798Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:23:02.6601594Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:23:02.6603400Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:23:02.6605255Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:23:02.6607170Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:23:02.6609068Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:23:02.6610995Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:23:02.6612969Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:23:02.6614895Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:23:02.6616705Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:23:02.6618672Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:23:02.6620458Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:23:02.6622333Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:23:02.6624296Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:23:02.6626223Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:23:02.6628110Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:23:02.6630135Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:23:02.6632241Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:23:02.6634126Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:23:02.6635964Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:23:02.6637730Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:23:02.6639492Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:23:02.6641292Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:23:02.6643090Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:23:02.6644858Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:23:02.6646690Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:23:02.6648503Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:23:02.6650478Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:23:02.6652219Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:23:02.6653987Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:23:02.6655862Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:23:02.6657799Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:23:02.6659794Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:23:02.6661877Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:23:02.6663987Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:23:02.6665904Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:23:02.6667819Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:23:02.6669706Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:23:02.6671748Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:23:02.6673557Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:23:02.6675830Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:23:02.6678335Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:23:02.6680757Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:23:02.6682942Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:23:02.6685046Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:23:02.6687131Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:23:02.6689233Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:23:02.6691324Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:23:02.6693398Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:23:07.3825764Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:23:07.3826791Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:23:07.3827808Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:23:07.3828888Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:23:07.3829966Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:23:07.3831065Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:23:07.3832227Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:23:07.3833216Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:23:07.3834275Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:23:07.3835266Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:23:07.3836255Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:23:07.3837028Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:23:07.3837649Z [ 97%] Built target portable_kernels 2025-06-05T23:23:07.3838157Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:23:07.3838698Z [ 98%] Generating code for kernel registration 2025-06-05T23:23:07.3839680Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:23:07.3840627Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:23:07.3841020Z [ 98%] Built target portable_ops_lib 2025-06-05T23:23:07.3841761Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:23:07.3842770Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:23:07.3843690Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:23:07.3844718Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:23:07.3845667Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:23:07.3846693Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:23:07.3847446Z [100%] Linking CXX executable executor_runner 2025-06-05T23:23:07.3847818Z [100%] Built target executor_runner 2025-06-05T23:23:07.3848094Z + [[ '' == *main* ]] 2025-06-05T23:23:07.3848633Z + [[ '' == *gh* ]] 2025-06-05T23:23:07.3848867Z + PYTHON_EXECUTABLE=python 2025-06-05T23:23:07.3849213Z + bash examples/models/llama/install_requirements.sh 2025-06-05T23:23:07.3849867Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.32.4) 2025-06-05T23:23:07.3850813Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.9.0) 2025-06-05T23:23:07.3851667Z Requirement already satisfied: torchtune in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.6.1) 2025-06-05T23:23:07.3852529Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-06-05T23:23:07.3853408Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-06-05T23:23:07.3853979Z Collecting snakeviz 2025-06-05T23:23:07.3854340Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-06-05T23:23:07.3854758Z Collecting lm_eval==0.4.5 2025-06-05T23:23:07.3855127Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-06-05T23:23:07.3855795Z Requirement already satisfied: blobfile in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.0.0) 2025-06-05T23:23:07.3856413Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-06-05T23:23:07.3856891Z Downloading accelerate-1.7.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:23:07.3857329Z Collecting evaluate (from lm_eval==0.4.5) 2025-06-05T23:23:07.3857766Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:23:07.3858571Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (3.6.0) 2025-06-05T23:23:07.3859416Z Collecting jsonlines (from lm_eval==0.4.5) 2025-06-05T23:23:07.3859862Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-06-05T23:23:07.3860291Z Collecting numexpr (from lm_eval==0.4.5) 2025-06-05T23:23:07.3860871Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-06-05T23:23:07.3861458Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-06-05T23:23:07.3861879Z Downloading peft-0.15.2-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:23:07.3862302Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-06-05T23:23:07.3862753Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-06-05T23:23:07.3863212Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-06-05T23:23:07.3863669Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:23:07.3864154Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-06-05T23:23:07.3864525Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-06-05T23:23:07.3864983Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:23:07.3865433Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-06-05T23:23:07.3865906Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-06-05T23:23:07.3866379Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-06-05T23:23:07.3866996Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:23:07.3867608Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-06-05T23:23:07.3867958Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-06-05T23:23:07.3868390Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:23:07.3869550Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.8.0a0+git5616fa4) 2025-06-05T23:23:07.3870336Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-06-05T23:23:07.3871100Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-06-05T23:23:07.3871944Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-06-05T23:23:07.3872668Z Collecting zstandard (from lm_eval==0.4.5) 2025-06-05T23:23:07.3873252Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-06-05T23:23:07.3874160Z Requirement already satisfied: dill in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.3.8) 2025-06-05T23:23:07.3874881Z Collecting word2number (from lm_eval==0.4.5) 2025-06-05T23:23:07.3875236Z Downloading word2number-1.1.zip (9.7 kB) 2025-06-05T23:23:07.3875682Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:23:07.3876131Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-06-05T23:23:07.3876620Z Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 2025-06-05T23:23:07.3877416Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (3.18.0) 2025-06-05T23:23:07.3878478Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (2025.3.0) 2025-06-05T23:23:07.3879542Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (25.0) 2025-06-05T23:23:07.3880562Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (6.0.1) 2025-06-05T23:23:07.3881590Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (2.32.3) 2025-06-05T23:23:07.3882602Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (4.67.1) 2025-06-05T23:23:07.3883733Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (4.14.0) 2025-06-05T23:23:07.3884829Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (1.1.3) 2025-06-05T23:23:07.3885838Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-06-05T23:23:07.3886847Z Requirement already satisfied: torchdata==0.11.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.11.0) 2025-06-05T23:23:07.3887865Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.5.3) 2025-06-05T23:23:07.3888855Z Requirement already satisfied: kagglehub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.3.12) 2025-06-05T23:23:07.3889830Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.2.6) 2025-06-05T23:23:07.3890881Z Requirement already satisfied: omegaconf in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.3.0) 2025-06-05T23:23:07.3892027Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (7.0.0) 2025-06-05T23:23:07.3892993Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (11.2.1) 2025-06-05T23:23:07.3894038Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune) (2.4.0) 2025-06-05T23:23:07.3894779Z Collecting tornado>=2.0 (from snakeviz) 2025-06-05T23:23:08.4377616Z Downloading tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) 2025-06-05T23:23:08.4378791Z Requirement already satisfied: pycryptodomex>=3.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.23.0) 2025-06-05T23:23:08.4379797Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.4.0) 2025-06-05T23:23:08.4380852Z Requirement already satisfied: pyarrow>=15.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (20.0.0) 2025-06-05T23:23:08.4382009Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-06-05T23:23:08.4383126Z Requirement already satisfied: xxhash in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.5.0) 2025-06-05T23:23:08.4384373Z Requirement already satisfied: multiprocess<0.70.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (0.70.16) 2025-06-05T23:23:08.4385729Z Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (3.12.9) 2025-06-05T23:23:08.4387275Z Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (2.6.1) 2025-06-05T23:23:08.4388887Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (1.3.2) 2025-06-05T23:23:08.4390565Z Requirement already satisfied: async-timeout<6.0,>=4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (5.0.1) 2025-06-05T23:23:08.4392120Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (25.3.0) 2025-06-05T23:23:08.4393730Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (1.6.2) 2025-06-05T23:23:08.4395302Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (6.4.4) 2025-06-05T23:23:08.4396864Z Requirement already satisfied: propcache>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (0.3.1) 2025-06-05T23:23:08.4398404Z Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (1.20.0) 2025-06-05T23:23:08.4399960Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (3.10) 2025-06-05T23:23:08.4401368Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub) (3.4.2) 2025-06-05T23:23:08.4402576Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub) (2025.4.26) 2025-06-05T23:23:08.4403414Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:23:08.4403950Z Downloading absl_py-2.3.0-py3-none-any.whl.metadata (2.4 kB) 2025-06-05T23:23:08.4404429Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:23:08.4404886Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:23:08.4405707Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-06-05T23:23:08.4406533Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:23:08.4407047Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-06-05T23:23:08.4407948Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-06-05T23:23:08.4408776Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:23:08.4411641Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-06-05T23:23:08.4412220Z Collecting scipy>=1.8.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:23:08.4412886Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-06-05T23:23:08.4413556Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:23:08.4414060Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-06-05T23:23:08.4414610Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:23:08.4415181Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:23:08.4441009Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.14.0) 2025-06-05T23:23:08.4442363Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-06-05T23:23:08.4443510Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-06-05T23:23:08.4444662Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch>=1.8->lm_eval==0.4.5) (1.3.0) 2025-06-05T23:23:08.4446009Z Requirement already satisfied: hf-transfer>=0.1.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune) (0.1.9) 2025-06-05T23:23:08.4447239Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-06-05T23:23:08.4448101Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:23:08.4448613Z Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 2025-06-05T23:23:08.4449470Z Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from omegaconf->torchtune) (4.9.3) 2025-06-05T23:23:08.4450780Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2.9.0.post0) 2025-06-05T23:23:08.4452076Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.2) 2025-06-05T23:23:08.4453398Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.2) 2025-06-05T23:23:08.4454617Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (78.1.1) 2025-06-05T23:23:08.4455494Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4456071Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:23:08.4456653Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4457259Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-06-05T23:23:08.4457831Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4458390Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:23:08.4458943Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4459464Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-06-05T23:23:08.4459999Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4460526Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:23:08.4461112Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4461703Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:23:08.4462373Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:23:08.4462967Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-06-05T23:23:08.4463422Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-06-05T23:23:08.4464232Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-06-05T23:23:08.4464919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 120.5 MB/s eta 0:00:00 2025-06-05T23:23:08.4465490Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-06-05T23:23:08.4465945Z Downloading accelerate-1.7.0-py3-none-any.whl (362 kB) 2025-06-05T23:23:08.4466361Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-06-05T23:23:08.4466772Z Downloading peft-0.15.2-py3-none-any.whl (411 kB) 2025-06-05T23:23:12.3258838Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-06-05T23:23:12.3259527Z Downloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-06-05T23:23:12.3260156Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB) 2025-06-05T23:23:12.3261181Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.9 MB ? eta -:--:-- 2025-06-05T23:23:12.3262092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 131.7 MB/s eta 0:00:00 2025-06-05T23:23:12.3262674Z [?25hDownloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-06-05T23:23:12.3263270Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB) 2025-06-05T23:23:12.3264025Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.7 MB ? eta -:--:-- 2025-06-05T23:23:12.3264729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/37.7 MB 244.0 MB/s eta 0:00:00 2025-06-05T23:23:12.3265325Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-06-05T23:23:12.3266182Z Downloading tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) 2025-06-05T23:23:12.3266908Z Downloading absl_py-2.3.0-py3-none-any.whl (135 kB) 2025-06-05T23:23:12.3267339Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-06-05T23:23:12.3267787Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-06-05T23:23:12.3268231Z Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 2025-06-05T23:23:12.3268668Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-06-05T23:23:12.3269245Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-06-05T23:23:12.3269923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 167.1 MB/s eta 0:00:00 2025-06-05T23:23:12.3270555Z [?25hDownloading click-8.2.1-py3-none-any.whl (102 kB) 2025-06-05T23:23:12.3271394Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-06-05T23:23:12.3272020Z Downloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-06-05T23:23:12.3272478Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-06-05T23:23:12.3272944Z Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-06-05T23:23:12.3273418Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-06-05T23:23:12.3273844Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-06-05T23:23:12.3274281Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-06-05T23:23:12.3274710Z Downloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-06-05T23:23:12.3275138Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-06-05T23:23:12.3275545Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-06-05T23:23:12.3276001Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-06-05T23:23:12.3276629Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-06-05T23:23:12.3277523Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-06-05T23:23:12.3278211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 172.6 MB/s eta 0:00:00 2025-06-05T23:23:12.3278890Z [?25hBuilding wheels for collected packages: rouge-score, sqlitedict, word2number 2025-06-05T23:23:12.3281455Z  DEPRECATION: Building 'rouge-score' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'rouge-score'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:23:12.3283622Z  Building wheel for rouge-score (setup.py) ... [?25l- done 2025-06-05T23:23:12.3284667Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24988 sha256=106398c4e05f20077d2db4d5682c2e763cae52103acd34ce9caae424fa9909df 2025-06-05T23:23:12.3285807Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-06-05T23:23:12.3288544Z  DEPRECATION: Building 'sqlitedict' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'sqlitedict'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:23:12.3290663Z  Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-06-05T23:23:12.3291708Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16958 sha256=4682a40b90ec4794b2f193d91963d0c9929ded1053976d222fde36de2863b60f 2025-06-05T23:23:12.3292891Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-06-05T23:23:12.3295580Z  DEPRECATION: Building 'word2number' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'word2number'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:23:12.3297733Z  Building wheel for word2number (setup.py) ... [?25l- done 2025-06-05T23:23:12.3298777Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5658 sha256=429199e5090c32a3ebfa726ef737ae797a24d25b4cf32a5b0d2d59e4e9239858 2025-06-05T23:23:12.3299947Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-06-05T23:23:12.3300670Z Successfully built rouge-score sqlitedict word2number 2025-06-05T23:23:12.3302527Z Installing collected packages: word2number, sqlitedict, zstandard, tornado, threadpoolctl, tcolorpy, scipy, pybind11, portalocker, pathvalidate, numexpr, more-itertools, jsonlines, joblib, colorama, click, chardet, absl-py, tqdm-multiprocess, snakeviz, scikit-learn, sacrebleu, nltk, mbstrdecoder, typepy, rouge-score, accelerate, peft, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-06-05T23:23:12.3304309Z [?25l 2025-06-05T23:23:12.3304754Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/33 [tornado] 2025-06-05T23:23:12.3305351Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3305957Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3306622Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3307206Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3307835Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3308415Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3309010Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3309604Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3310186Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:12.3310973Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8840520Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8841228Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8841861Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8842451Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8843050Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8843635Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8844231Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8844908Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8845604Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:23:17.8846214Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 13/33 [joblib] 2025-06-05T23:23:17.8846832Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 15/33 [click] 2025-06-05T23:23:17.8847426Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 17/33 [absl-py] 2025-06-05T23:23:17.8848056Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8848682Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8849332Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8850053Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8850686Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8851308Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8852091Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8852777Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8853401Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:23:17.8854004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 21/33 [sacrebleu] 2025-06-05T23:23:17.8854604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:23:17.8855780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:23:17.8856413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:23:17.8857007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 24/33 [typepy] 2025-06-05T23:23:17.8857615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 26/33 [accelerate] 2025-06-05T23:23:17.8858212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 27/33 [peft] 2025-06-05T23:23:17.8858809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 31/33 [pytablewriter] 2025-06-05T23:23:17.8859418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:23:17.8860007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:23:17.8860636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:23:17.8861237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:23:17.8861775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33/33 [lm_eval] 2025-06-05T23:23:17.8862202Z [?25h 2025-06-05T23:23:17.8864944Z Successfully installed DataProperty-1.1.0 absl-py-2.3.0 accelerate-1.7.0 chardet-5.2.0 click-8.2.1 colorama-0.4.6 evaluate-0.4.3 joblib-1.5.1 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.7.0 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.2 portalocker-3.1.1 pybind11-2.13.6 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.7.0 scipy-1.15.3 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tornado-6.5.1 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 zstandard-0.23.0 2025-06-05T23:23:17.8867633Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-06-05T23:23:17.8868156Z + PYTHON_EXECUTABLE=python 2025-06-05T23:23:17.8868785Z + bash .ci/scripts/test_llama.sh -model stories110M -build_tool cmake -mode qnn -dtype fp32 -pt2e_quantize qnn_8a8w 2025-06-05T23:23:17.8869401Z ++ dirname .ci/scripts/test_llama.sh 2025-06-05T23:23:17.8869710Z + source .ci/scripts/utils.sh 2025-06-05T23:23:17.8869966Z + [[ 10 -gt 0 ]] 2025-06-05T23:23:17.8870189Z + case "$1" in 2025-06-05T23:23:17.8870491Z + MODEL_NAME=stories110M 2025-06-05T23:23:17.8871381Z + shift 2 2025-06-05T23:23:17.8871572Z + [[ 8 -gt 0 ]] 2025-06-05T23:23:17.8871789Z + case "$1" in 2025-06-05T23:23:17.8871999Z + BUILD_TOOL=cmake 2025-06-05T23:23:17.8872230Z + shift 2 2025-06-05T23:23:17.8872415Z + [[ 6 -gt 0 ]] 2025-06-05T23:23:17.8872628Z + case "$1" in 2025-06-05T23:23:17.8872824Z + MODE=qnn 2025-06-05T23:23:17.8873019Z + shift 2 2025-06-05T23:23:17.8873200Z + [[ 4 -gt 0 ]] 2025-06-05T23:23:17.8873489Z + case "$1" in 2025-06-05T23:23:17.8873689Z + DTYPE=fp32 2025-06-05T23:23:17.8873897Z + shift 2 2025-06-05T23:23:17.8874081Z + [[ 2 -gt 0 ]] 2025-06-05T23:23:17.8874300Z + case "$1" in 2025-06-05T23:23:17.8874510Z + PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:23:17.8874759Z + shift 2 2025-06-05T23:23:17.8874953Z + [[ 0 -gt 0 ]] 2025-06-05T23:23:17.8875161Z + MODE=qnn 2025-06-05T23:23:17.8875363Z + UPLOAD_DIR= 2025-06-05T23:23:17.8875572Z + PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:23:17.8875831Z + CMAKE_BUILD_TYPE=Release 2025-06-05T23:23:17.8876068Z + [[ 0 -lt 4 ]] 2025-06-05T23:23:17.8876334Z + echo 'Expecting atleast 4 positional arguments' 2025-06-05T23:23:17.8876691Z Expecting atleast 4 positional arguments 2025-06-05T23:23:17.8877001Z + echo 'Usage: [...]' 2025-06-05T23:23:17.8877219Z Usage: [...] 2025-06-05T23:23:17.8877431Z + [[ -z stories110M ]] 2025-06-05T23:23:17.8877655Z + [[ -z cmake ]] 2025-06-05T23:23:17.8877871Z + [[ -z fp32 ]] 2025-06-05T23:23:17.8878068Z + [[ -z qnn ]] 2025-06-05T23:23:17.8878289Z + [[ qnn =~ .*xnnpack.* ]] 2025-06-05T23:23:17.8878542Z + XNNPACK=OFF 2025-06-05T23:23:17.8878801Z + [[ qnn =~ .*custom.* ]] 2025-06-05T23:23:17.8879050Z + CUSTOM=OFF 2025-06-05T23:23:17.8879251Z + [[ qnn =~ .*qe.* ]] 2025-06-05T23:23:17.8879478Z + QE=OFF 2025-06-05T23:23:17.8879667Z + [[ qnn =~ .*mps.* ]] 2025-06-05T23:23:17.8879897Z + MPS=OFF 2025-06-05T23:23:17.8880094Z + echo 'MPS option OFF' 2025-06-05T23:23:17.8880336Z MPS option OFF 2025-06-05T23:23:17.8880545Z + [[ qnn =~ .*coreml.* ]] 2025-06-05T23:23:17.8880789Z + COREML=OFF 2025-06-05T23:23:17.8881003Z + [[ qnn =~ .*quantize_kv.* ]] 2025-06-05T23:23:17.8881421Z + QUANTIZE_KV_CACHE=OFF 2025-06-05T23:23:17.8881680Z + echo 'COREML option OFF' 2025-06-05T23:23:17.8881926Z COREML option OFF 2025-06-05T23:23:17.8882192Z + [[ qnn =~ .*qnn.* ]] 2025-06-05T23:23:17.8882406Z + QNN=ON 2025-06-05T23:23:17.8882634Z +++ dirname -- .ci/scripts/test_llama.sh 2025-06-05T23:23:17.8882938Z ++ cd -- .ci/scripts/.. 2025-06-05T23:23:17.8883178Z ++ pwd 2025-06-05T23:23:17.8883422Z + export EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-06-05T23:23:17.8883790Z + EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-06-05T23:23:17.8884120Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:23:41.8666182Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:23:41.8667394Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-06-05T23:23:41.8668357Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-06-05T23:23:41.8669094Z + export PYTHONPATH=.. 2025-06-05T23:23:41.8669537Z + PYTHONPATH=.. 2025-06-05T23:23:41.8670041Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:23:41.8671082Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:23:41.8672478Z + cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-06-05T23:23:41.8674413Z + cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-06-05T23:23:41.8675673Z + echo 'QNN option ON' 2025-06-05T23:23:41.8676104Z QNN option ON 2025-06-05T23:23:41.8676558Z + echo 'QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029' 2025-06-05T23:23:41.8677367Z QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029 2025-06-05T23:23:41.8677912Z + [[ -z '' ]] 2025-06-05T23:23:41.8678282Z + BUCK=buck2 2025-06-05T23:23:41.8678635Z + [[ -z python ]] 2025-06-05T23:23:41.8679039Z + which python 2025-06-05T23:23:41.8679483Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:23:41.8680015Z + PARAMS=params.json 2025-06-05T23:23:41.8680482Z + CHECKPOINT_FILE_NAME= 2025-06-05T23:23:41.8680934Z + touch params.json 2025-06-05T23:23:41.8681357Z + [[ stories110M == \l\l\a\m\a ]] 2025-06-05T23:23:41.8681894Z + [[ stories110M == \s\t\o\r\i\e\s* ]] 2025-06-05T23:23:41.8682498Z + CHECKPOINT_FILE_NAME=stories110M.pt 2025-06-05T23:23:41.8683046Z + download_stories_model_artifacts 2025-06-05T23:23:41.8684192Z + curl -Ls https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.pt --output stories110M.pt 2025-06-05T23:23:41.8686194Z + curl -Ls https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model --output tokenizer.model 2025-06-05T23:23:41.8687344Z + touch params.json 2025-06-05T23:23:41.8688106Z + echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' 2025-06-05T23:23:41.8689089Z + EXPORTED_MODEL_NAME=tinyllama_qnn_fp32 2025-06-05T23:23:41.8689624Z + [[ fp32 == \f\p\1\6 ]] 2025-06-05T23:23:41.8690071Z + [[ fp32 == \b\f\1\6 ]] 2025-06-05T23:23:41.8690531Z + [[ fp32 == \f\p\3\2 ]] 2025-06-05T23:23:41.8690912Z + : 2025-06-05T23:23:41.8691346Z + EXPORTED_MODEL_NAME=tinyllama_qnn_fp32.pte 2025-06-05T23:23:41.8691993Z + echo 'Exporting tinyllama_qnn_fp32.pte' 2025-06-05T23:23:41.8692607Z Exporting tinyllama_qnn_fp32.pte 2025-06-05T23:23:41.8693493Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_qnn_fp32.pte -kv' 2025-06-05T23:23:41.8694424Z + [[ OFF == \O\N ]] 2025-06-05T23:23:41.8694800Z + [[ OFF == \O\N ]] 2025-06-05T23:23:41.8695150Z + [[ OFF == \O\N ]] 2025-06-05T23:23:41.8695559Z + [[ OFF == \O\N ]] 2025-06-05T23:23:41.8696140Z + [[ OFF == \O\N ]] 2025-06-05T23:23:41.8696509Z + [[ ON == \O\N ]] 2025-06-05T23:23:41.8697568Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_qnn_fp32.pte -kv -kv -v --qnn --disable_dynamic_shape' 2025-06-05T23:23:41.8698816Z + echo 'PT2E_QUANTIZE is qnn_8a8w' 2025-06-05T23:23:41.8699392Z PT2E_QUANTIZE is qnn_8a8w 2025-06-05T23:23:41.8699884Z + [[ qnn_8a8w == \q\n\n\_\1\6\a\1\6\w ]] 2025-06-05T23:23:41.8700446Z + [[ OFF == \O\N ]] 2025-06-05T23:23:41.8701797Z + python -m examples.models.llama.export_llama -c stories110M.pt -p params.json -d fp32 -n tinyllama_qnn_fp32.pte -kv -kv -v --qnn --disable_dynamic_shape 2025-06-05T23:23:41.8703545Z [INFO 2025-06-05 23:23:23,987 utils.py:162] NumExpr defaulting to 8 threads. 2025-06-05T23:23:41.8704598Z [INFO 2025-06-05 23:23:24,837 export_llama_lib.py:750] Applying quantizers: [] 2025-06-05T23:23:41.8705698Z [INFO 2025-06-05 23:23:24,893 export_llama_lib.py:687] Checkpoint dtype: torch.float32 2025-06-05T23:23:41.8709218Z [INFO 2025-06-05 23:23:25,645 builder.py:182] Applied source transforms: [, , , , ] 2025-06-05T23:23:41.8712890Z [INFO 2025-06-05 23:23:25,646 builder.py:183] Model after source transforms: Transformer( 2025-06-05T23:23:41.8713830Z (tok_embeddings): Embedding(32000, 768) 2025-06-05T23:23:41.8714419Z (layers): ModuleList( 2025-06-05T23:23:41.8714888Z (0-11): 12 x TransformerBlock( 2025-06-05T23:23:41.8715455Z (attention): AttentionMHA( 2025-06-05T23:23:41.8715972Z (wq): Conv2D( 2025-06-05T23:23:41.8716613Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8717396Z ) 2025-06-05T23:23:41.8717750Z (wk): Conv2D( 2025-06-05T23:23:41.8718404Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8719234Z ) 2025-06-05T23:23:41.8719619Z (wv): Conv2D( 2025-06-05T23:23:41.8720250Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8721034Z ) 2025-06-05T23:23:41.8721384Z (wo): Conv2D( 2025-06-05T23:23:41.8722031Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8722798Z ) 2025-06-05T23:23:41.8723180Z (rope): Rope( 2025-06-05T23:23:41.8723676Z (apply_rotary_emb): RotaryEmbedding() 2025-06-05T23:23:41.8724266Z ) 2025-06-05T23:23:41.8724683Z (kv_cache): KVCacheSimple() 2025-06-05T23:23:41.8725236Z (SDPA): SDPAFlex() 2025-06-05T23:23:41.8725681Z ) 2025-06-05T23:23:41.8726062Z (feed_forward): FeedForward( 2025-06-05T23:23:41.8726680Z (w1): Conv2D( 2025-06-05T23:23:41.8727334Z (conv): Conv2d(2048, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8728107Z ) 2025-06-05T23:23:41.8728471Z (w2): Conv2D( 2025-06-05T23:23:41.8729129Z (conv): Conv2d(768, 2048, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8729906Z ) 2025-06-05T23:23:41.8730252Z (w3): Conv2D( 2025-06-05T23:23:41.8730906Z (conv): Conv2d(2048, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8731688Z ) 2025-06-05T23:23:41.8732048Z ) 2025-06-05T23:23:41.8732635Z (attention_norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-06-05T23:23:41.8733621Z (ffn_norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-06-05T23:23:41.8734324Z ) 2025-06-05T23:23:41.8734674Z ) 2025-06-05T23:23:41.8735025Z (rope): Rope( 2025-06-05T23:23:41.8735482Z (apply_rotary_emb): RotaryEmbedding() 2025-06-05T23:23:41.8736075Z ) 2025-06-05T23:23:41.8736631Z (norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-06-05T23:23:41.8737355Z (output): Conv2D( 2025-06-05T23:23:41.8738009Z (conv): Conv2d(32000, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:23:41.8738787Z ) 2025-06-05T23:23:41.8739128Z ) 2025-06-05T23:23:41.8739887Z [INFO 2025-06-05 23:23:33,177 builder.py:282] Running canonical pass: RemoveRedundantTransposes 2025-06-05T23:23:41.8741130Z [INFO 2025-06-05 23:23:33,247 builder.py:370] Using pt2e [] to quantizing the model... 2025-06-05T23:23:41.8742252Z [INFO 2025-06-05 23:23:33,247 builder.py:430] No quantizer provided, passing... 2025-06-05T23:23:41.8743212Z [INFO 2025-06-05 23:23:41,865 utils.py:50] Core ATen graph: 2025-06-05T23:23:41.8743886Z graph(): 2025-06-05T23:23:41.8744638Z %p_tok_embeddings_weight : [num_users=1] = placeholder[target=p_tok_embeddings_weight] 2025-06-05T23:23:41.8746316Z %p_getattr_l__self___layers___0___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___attention_norm_weight] 2025-06-05T23:23:41.8747432Z %p_getattr_l__self___layers___0___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___attention_wq_conv_weight] 2025-06-05T23:23:41.8748600Z %p_getattr_l__self___layers___0___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___attention_wk_conv_weight] 2025-06-05T23:23:41.8749700Z %p_getattr_l__self___layers___0___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___attention_wv_conv_weight] 2025-06-05T23:23:41.8750890Z %p_getattr_l__self___layers___0___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___attention_wo_conv_weight] 2025-06-05T23:23:41.8751914Z %p_getattr_l__self___layers___0___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___ffn_norm_weight] 2025-06-05T23:23:41.8752975Z %p_getattr_l__self___layers___0___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8754160Z %p_getattr_l__self___layers___0___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8755288Z %p_getattr_l__self___layers___0___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8756393Z %p_getattr_l__self___layers___1___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___attention_norm_weight] 2025-06-05T23:23:41.8757486Z %p_getattr_l__self___layers___1___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___attention_wq_conv_weight] 2025-06-05T23:23:41.8758608Z %p_getattr_l__self___layers___1___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___attention_wk_conv_weight] 2025-06-05T23:23:41.8759750Z %p_getattr_l__self___layers___1___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___attention_wv_conv_weight] 2025-06-05T23:23:41.8760868Z %p_getattr_l__self___layers___1___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___attention_wo_conv_weight] 2025-06-05T23:23:41.8761901Z %p_getattr_l__self___layers___1___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___ffn_norm_weight] 2025-06-05T23:23:41.8762960Z %p_getattr_l__self___layers___1___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8764107Z %p_getattr_l__self___layers___1___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8765278Z %p_getattr_l__self___layers___1___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8766389Z %p_getattr_l__self___layers___2___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___attention_norm_weight] 2025-06-05T23:23:41.8767485Z %p_getattr_l__self___layers___2___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___attention_wq_conv_weight] 2025-06-05T23:23:41.8768585Z %p_getattr_l__self___layers___2___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___attention_wk_conv_weight] 2025-06-05T23:23:41.8769693Z %p_getattr_l__self___layers___2___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___attention_wv_conv_weight] 2025-06-05T23:23:41.8770988Z %p_getattr_l__self___layers___2___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___attention_wo_conv_weight] 2025-06-05T23:23:41.8772034Z %p_getattr_l__self___layers___2___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___ffn_norm_weight] 2025-06-05T23:23:41.8773151Z %p_getattr_l__self___layers___2___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8774283Z %p_getattr_l__self___layers___2___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8775425Z %p_getattr_l__self___layers___2___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8776530Z %p_getattr_l__self___layers___3___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___attention_norm_weight] 2025-06-05T23:23:41.8777663Z %p_getattr_l__self___layers___3___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___attention_wq_conv_weight] 2025-06-05T23:23:41.8778771Z %p_getattr_l__self___layers___3___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___attention_wk_conv_weight] 2025-06-05T23:23:41.8779885Z %p_getattr_l__self___layers___3___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___attention_wv_conv_weight] 2025-06-05T23:23:41.8780986Z %p_getattr_l__self___layers___3___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___attention_wo_conv_weight] 2025-06-05T23:23:41.8782029Z %p_getattr_l__self___layers___3___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___ffn_norm_weight] 2025-06-05T23:23:41.8783089Z %p_getattr_l__self___layers___3___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8784277Z %p_getattr_l__self___layers___3___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8785417Z %p_getattr_l__self___layers___3___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8786506Z %p_getattr_l__self___layers___4___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___attention_norm_weight] 2025-06-05T23:23:41.8787592Z %p_getattr_l__self___layers___4___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___attention_wq_conv_weight] 2025-06-05T23:23:41.8788699Z %p_getattr_l__self___layers___4___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___attention_wk_conv_weight] 2025-06-05T23:23:41.8789837Z %p_getattr_l__self___layers___4___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___attention_wv_conv_weight] 2025-06-05T23:23:41.8791024Z %p_getattr_l__self___layers___4___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___attention_wo_conv_weight] 2025-06-05T23:23:41.8792064Z %p_getattr_l__self___layers___4___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___ffn_norm_weight] 2025-06-05T23:23:41.8793107Z %p_getattr_l__self___layers___4___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8794250Z %p_getattr_l__self___layers___4___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8795397Z %p_getattr_l__self___layers___4___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8796488Z %p_getattr_l__self___layers___5___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___attention_norm_weight] 2025-06-05T23:23:41.8797604Z %p_getattr_l__self___layers___5___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___attention_wq_conv_weight] 2025-06-05T23:23:41.8798714Z %p_getattr_l__self___layers___5___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___attention_wk_conv_weight] 2025-06-05T23:23:41.8799812Z %p_getattr_l__self___layers___5___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___attention_wv_conv_weight] 2025-06-05T23:23:41.8800918Z %p_getattr_l__self___layers___5___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___attention_wo_conv_weight] 2025-06-05T23:23:41.8801968Z %p_getattr_l__self___layers___5___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___ffn_norm_weight] 2025-06-05T23:23:41.8803024Z %p_getattr_l__self___layers___5___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8804164Z %p_getattr_l__self___layers___5___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8805293Z %p_getattr_l__self___layers___5___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8806395Z %p_getattr_l__self___layers___6___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___attention_norm_weight] 2025-06-05T23:23:41.8807511Z %p_getattr_l__self___layers___6___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___attention_wq_conv_weight] 2025-06-05T23:23:41.8808607Z %p_getattr_l__self___layers___6___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___attention_wk_conv_weight] 2025-06-05T23:23:41.8809725Z %p_getattr_l__self___layers___6___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___attention_wv_conv_weight] 2025-06-05T23:23:41.8810831Z %p_getattr_l__self___layers___6___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___attention_wo_conv_weight] 2025-06-05T23:23:41.8811856Z %p_getattr_l__self___layers___6___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___ffn_norm_weight] 2025-06-05T23:23:41.8812906Z %p_getattr_l__self___layers___6___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8814065Z %p_getattr_l__self___layers___6___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8815202Z %p_getattr_l__self___layers___6___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8816306Z %p_getattr_l__self___layers___7___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___attention_norm_weight] 2025-06-05T23:23:41.8817380Z %p_getattr_l__self___layers___7___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___attention_wq_conv_weight] 2025-06-05T23:23:41.8818484Z %p_getattr_l__self___layers___7___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___attention_wk_conv_weight] 2025-06-05T23:23:41.8819590Z %p_getattr_l__self___layers___7___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___attention_wv_conv_weight] 2025-06-05T23:23:41.8820686Z %p_getattr_l__self___layers___7___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___attention_wo_conv_weight] 2025-06-05T23:23:41.8821745Z %p_getattr_l__self___layers___7___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___ffn_norm_weight] 2025-06-05T23:23:41.8822795Z %p_getattr_l__self___layers___7___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8823922Z %p_getattr_l__self___layers___7___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8825057Z %p_getattr_l__self___layers___7___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8826648Z %p_getattr_l__self___layers___8___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___attention_norm_weight] 2025-06-05T23:23:41.8827724Z %p_getattr_l__self___layers___8___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___attention_wq_conv_weight] 2025-06-05T23:23:41.8828830Z %p_getattr_l__self___layers___8___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___attention_wk_conv_weight] 2025-06-05T23:23:41.8829923Z %p_getattr_l__self___layers___8___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___attention_wv_conv_weight] 2025-06-05T23:23:41.8831088Z %p_getattr_l__self___layers___8___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___attention_wo_conv_weight] 2025-06-05T23:23:41.8832158Z %p_getattr_l__self___layers___8___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___ffn_norm_weight] 2025-06-05T23:23:41.8833200Z %p_getattr_l__self___layers___8___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8834337Z %p_getattr_l__self___layers___8___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8835475Z %p_getattr_l__self___layers___8___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8836564Z %p_getattr_l__self___layers___9___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___attention_norm_weight] 2025-06-05T23:23:41.8837654Z %p_getattr_l__self___layers___9___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___attention_wq_conv_weight] 2025-06-05T23:23:41.8838791Z %p_getattr_l__self___layers___9___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___attention_wk_conv_weight] 2025-06-05T23:23:41.8839892Z %p_getattr_l__self___layers___9___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___attention_wv_conv_weight] 2025-06-05T23:23:41.8840996Z %p_getattr_l__self___layers___9___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___attention_wo_conv_weight] 2025-06-05T23:23:41.8842019Z %p_getattr_l__self___layers___9___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___ffn_norm_weight] 2025-06-05T23:23:41.8843069Z %p_getattr_l__self___layers___9___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8844210Z %p_getattr_l__self___layers___9___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8845336Z %p_getattr_l__self___layers___9___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8846477Z %p_getattr_l__self___layers___10___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___attention_norm_weight] 2025-06-05T23:23:41.8847574Z %p_getattr_l__self___layers___10___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___attention_wq_conv_weight] 2025-06-05T23:23:41.8848680Z %p_getattr_l__self___layers___10___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___attention_wk_conv_weight] 2025-06-05T23:23:41.8849803Z %p_getattr_l__self___layers___10___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___attention_wv_conv_weight] 2025-06-05T23:23:41.8850947Z %p_getattr_l__self___layers___10___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___attention_wo_conv_weight] 2025-06-05T23:23:41.8851984Z %p_getattr_l__self___layers___10___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___ffn_norm_weight] 2025-06-05T23:23:41.8853053Z %p_getattr_l__self___layers___10___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8854187Z %p_getattr_l__self___layers___10___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8855328Z %p_getattr_l__self___layers___10___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8856469Z %p_getattr_l__self___layers___11___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___attention_norm_weight] 2025-06-05T23:23:41.8857554Z %p_getattr_l__self___layers___11___attention_wq_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___attention_wq_conv_weight] 2025-06-05T23:23:41.8858674Z %p_getattr_l__self___layers___11___attention_wk_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___attention_wk_conv_weight] 2025-06-05T23:23:41.8859789Z %p_getattr_l__self___layers___11___attention_wv_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___attention_wv_conv_weight] 2025-06-05T23:23:41.8860890Z %p_getattr_l__self___layers___11___attention_wo_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___attention_wo_conv_weight] 2025-06-05T23:23:41.8861966Z %p_getattr_l__self___layers___11___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___ffn_norm_weight] 2025-06-05T23:23:41.8863030Z %p_getattr_l__self___layers___11___feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___feed_forward_w1_conv_weight] 2025-06-05T23:23:41.8864163Z %p_getattr_l__self___layers___11___feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___feed_forward_w3_conv_weight] 2025-06-05T23:23:41.8865310Z %p_getattr_l__self___layers___11___feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___feed_forward_w2_conv_weight] 2025-06-05T23:23:41.8866130Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2025-06-05T23:23:41.8866684Z %p_output_conv_weight : [num_users=1] = placeholder[target=p_output_conv_weight] 2025-06-05T23:23:41.8867251Z %b_rope_freqs_cos : [num_users=1] = placeholder[target=b_rope_freqs_cos] 2025-06-05T23:23:41.8867770Z %b_rope_freqs_sin : [num_users=1] = placeholder[target=b_rope_freqs_sin] 2025-06-05T23:23:41.8868520Z %b_getattr_l__self___layers___0___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___0___attention_mask] 2025-06-05T23:23:41.8869633Z %b_getattr_l__self___layers___0___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___0___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8871065Z %b_getattr_l__self___layers___0___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___0___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8872162Z %b_getattr_l__self___layers___1___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___1___attention_mask] 2025-06-05T23:23:41.8873237Z %b_getattr_l__self___layers___1___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___1___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8874535Z %b_getattr_l__self___layers___1___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___1___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8875622Z %b_getattr_l__self___layers___2___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___2___attention_mask] 2025-06-05T23:23:41.8876698Z %b_getattr_l__self___layers___2___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___2___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8877911Z %b_getattr_l__self___layers___2___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___2___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8878997Z %b_getattr_l__self___layers___3___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___3___attention_mask] 2025-06-05T23:23:41.8880101Z %b_getattr_l__self___layers___3___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___3___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8881319Z %b_getattr_l__self___layers___3___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___3___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8882401Z %b_getattr_l__self___layers___4___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___4___attention_mask] 2025-06-05T23:23:41.8883468Z %b_getattr_l__self___layers___4___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___4___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8884678Z %b_getattr_l__self___layers___4___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___4___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8885752Z %b_getattr_l__self___layers___5___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___5___attention_mask] 2025-06-05T23:23:41.8887328Z %b_getattr_l__self___layers___5___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___5___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8888544Z %b_getattr_l__self___layers___5___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___5___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8889617Z %b_getattr_l__self___layers___6___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___6___attention_mask] 2025-06-05T23:23:41.8890695Z %b_getattr_l__self___layers___6___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___6___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8891905Z %b_getattr_l__self___layers___6___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___6___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8892984Z %b_getattr_l__self___layers___7___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___7___attention_mask] 2025-06-05T23:23:41.8894064Z %b_getattr_l__self___layers___7___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___7___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8895306Z %b_getattr_l__self___layers___7___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___7___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8896380Z %b_getattr_l__self___layers___8___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___8___attention_mask] 2025-06-05T23:23:41.8897464Z %b_getattr_l__self___layers___8___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___8___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8898665Z %b_getattr_l__self___layers___8___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___8___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8899782Z %b_getattr_l__self___layers___9___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___9___attention_mask] 2025-06-05T23:23:41.8900871Z %b_getattr_l__self___layers___9___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___9___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8902072Z %b_getattr_l__self___layers___9___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___9___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8903169Z %b_getattr_l__self___layers___10___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___10___attention_mask] 2025-06-05T23:23:41.8904271Z %b_getattr_l__self___layers___10___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___10___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8905519Z %b_getattr_l__self___layers___10___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___10___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8906622Z %b_getattr_l__self___layers___11___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___11___attention_mask] 2025-06-05T23:23:41.8907715Z %b_getattr_l__self___layers___11___attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___11___attention_kv_cache_past_k_caches] 2025-06-05T23:23:41.8908924Z %b_getattr_l__self___layers___11___attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_getattr_l__self___layers___11___attention_kv_cache_past_v_caches] 2025-06-05T23:23:41.8909742Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-06-05T23:23:41.8910245Z %attn_options_input_pos : [num_users=38] = placeholder[target=attn_options_input_pos] 2025-06-05T23:23:41.8911211Z %embedding : [num_users=2] = call_function[target=torch.ops.aten.embedding.default](args = (%p_tok_embeddings_weight, %tokens), kwargs = {}) 2025-06-05T23:23:41.8912262Z %index : [num_users=12] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_rope_freqs_cos, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.8913288Z %index_1 : [num_users=12] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_rope_freqs_sin, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.8914461Z %rms_norm : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%embedding, [768], %p_getattr_l__self___layers___0___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.8915594Z %unsqueeze : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-06-05T23:23:41.8916494Z %transpose : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8917574Z %conv2d : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose, %p_getattr_l__self___layers___0___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.8918661Z %transpose_1 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8919531Z %squeeze : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_1, -1), kwargs = {}) 2025-06-05T23:23:41.8920423Z %unsqueeze_1 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-06-05T23:23:41.8921330Z %transpose_2 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8922426Z %conv2d_1 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_2, %p_getattr_l__self___layers___0___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.8923530Z %transpose_3 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8924393Z %squeeze_1 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_3, -1), kwargs = {}) 2025-06-05T23:23:41.8925288Z %unsqueeze_2 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-06-05T23:23:41.8926193Z %transpose_4 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8927283Z %conv2d_2 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_4, %p_getattr_l__self___layers___0___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.8928358Z %transpose_5 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8929251Z %squeeze_2 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_5, -1), kwargs = {}) 2025-06-05T23:23:41.8930121Z %view : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.8930998Z %view_1 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_1, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.8931871Z %view_2 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_2, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.8933066Z %_assert_tensor_metadata : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.8934241Z %view_3 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.8935113Z %unbind : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_3, -1), kwargs = {}) 2025-06-05T23:23:41.8935873Z %getitem : [num_users=2] = call_function[target=operator.getitem](args = (%unbind, 0), kwargs = {}) 2025-06-05T23:23:41.8936592Z %getitem_1 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind, 1), kwargs = {}) 2025-06-05T23:23:41.8937717Z %_assert_tensor_metadata_1 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_1, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.8938914Z %view_4 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_1, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.8939744Z %unbind_1 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_4, -1), kwargs = {}) 2025-06-05T23:23:41.8940523Z %getitem_2 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_1, 0), kwargs = {}) 2025-06-05T23:23:41.8941263Z %getitem_3 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_1, 1), kwargs = {}) 2025-06-05T23:23:41.8942067Z %view_5 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.8942954Z %view_6 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.8943779Z %mul : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem, %view_5), kwargs = {}) 2025-06-05T23:23:41.8944591Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_1, %view_6), kwargs = {}) 2025-06-05T23:23:41.8945368Z %sub : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul, %mul_1), kwargs = {}) 2025-06-05T23:23:41.8946160Z %mul_2 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem, %view_6), kwargs = {}) 2025-06-05T23:23:41.8947345Z %mul_3 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_1, %view_5), kwargs = {}) 2025-06-05T23:23:41.8948310Z %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_2, %mul_3), kwargs = {}) 2025-06-05T23:23:41.8949111Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_2, %view_5), kwargs = {}) 2025-06-05T23:23:41.8949920Z %mul_5 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_3, %view_6), kwargs = {}) 2025-06-05T23:23:41.8950795Z %sub_1 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_4, %mul_5), kwargs = {}) 2025-06-05T23:23:41.8951601Z %mul_6 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_2, %view_6), kwargs = {}) 2025-06-05T23:23:41.8952448Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_3, %view_5), kwargs = {}) 2025-06-05T23:23:41.8953246Z %add_1 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_6, %mul_7), kwargs = {}) 2025-06-05T23:23:41.8954051Z %stack : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub, %add], -1), kwargs = {}) 2025-06-05T23:23:41.8954907Z %view_7 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.8955775Z %stack_1 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_1, %add_1], -1), kwargs = {}) 2025-06-05T23:23:41.8956640Z %view_8 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_1, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.8957501Z %type_as : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_7, %view), kwargs = {}) 2025-06-05T23:23:41.8958411Z %type_as_1 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_8, %view_1), kwargs = {}) 2025-06-05T23:23:41.8959278Z %transpose_6 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8960358Z %index_2 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___0___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.8961764Z %index_put : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___0___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_1), kwargs = {}) 2025-06-05T23:23:41.8963325Z %index_put_1 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___0___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_2), kwargs = {}) 2025-06-05T23:23:41.8964560Z %transpose_7 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8965428Z %select : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_7, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8966327Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8967194Z %transpose_8 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8968063Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_8, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8968902Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_2, 0, 1), kwargs = {}) 2025-06-05T23:23:41.8969757Z %transpose_9 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8970865Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_9, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8971716Z %select_5 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_4, 0, 2), kwargs = {}) 2025-06-05T23:23:41.8972577Z %transpose_10 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8973468Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_10, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8974314Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_6, 0, 3), kwargs = {}) 2025-06-05T23:23:41.8975165Z %transpose_11 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8976085Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_11, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8976913Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_8, 0, 4), kwargs = {}) 2025-06-05T23:23:41.8977775Z %transpose_12 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8978655Z %select_10 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_12, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8979488Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 5), kwargs = {}) 2025-06-05T23:23:41.8980363Z %transpose_13 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8981235Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_13, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8982128Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_12, 0, 6), kwargs = {}) 2025-06-05T23:23:41.8982998Z %transpose_14 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8983867Z %select_14 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_14, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8984710Z %select_15 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_14, 0, 7), kwargs = {}) 2025-06-05T23:23:41.8985575Z %transpose_15 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8986439Z %select_16 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_15, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8987281Z %select_17 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_16, 0, 8), kwargs = {}) 2025-06-05T23:23:41.8988146Z %transpose_16 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8989029Z %select_18 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_16, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8989912Z %select_19 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_18, 0, 9), kwargs = {}) 2025-06-05T23:23:41.8990835Z %transpose_17 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8991716Z %select_20 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_17, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8992552Z %select_21 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_20, 0, 10), kwargs = {}) 2025-06-05T23:23:41.8993430Z %transpose_18 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8994352Z %select_22 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_18, 0, 0), kwargs = {}) 2025-06-05T23:23:41.8995187Z %select_23 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_22, 0, 11), kwargs = {}) 2025-06-05T23:23:41.8996388Z %cat : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_1, %select_3, %select_5, %select_7, %select_9, %select_11, %select_13, %select_15, %select_17, %select_19, %select_21, %select_23],), kwargs = {}) 2025-06-05T23:23:41.8997612Z %view_9 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.8998492Z %transpose_19 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.8999407Z %select_24 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_19, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9000244Z %select_25 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_24, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9001123Z %transpose_20 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9002016Z %select_26 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_20, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9002856Z %select_27 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_26, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9003733Z %transpose_21 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9004607Z %select_28 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_21, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9005483Z %select_29 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_28, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9006367Z %transpose_22 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9007245Z %select_30 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_22, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9008088Z %select_31 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_30, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9008958Z %transpose_23 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9009834Z %select_32 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_23, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9010676Z %select_33 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_32, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9011545Z %transpose_24 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9012433Z %select_34 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_24, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9013304Z %select_35 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_34, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9014165Z %transpose_25 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9015049Z %select_36 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_25, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9015877Z %select_37 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_36, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9016752Z %transpose_26 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9017663Z %select_38 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_26, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9018495Z %select_39 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_38, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9019373Z %transpose_27 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9020246Z %select_40 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_27, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9021087Z %select_41 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_40, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9021960Z %transpose_28 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9022860Z %select_42 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_28, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9023705Z %select_43 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_42, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9024579Z %transpose_29 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9025456Z %select_44 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_29, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9026301Z %select_45 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_44, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9027168Z %transpose_30 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9028053Z %select_46 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_30, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9028928Z %select_47 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_46, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9030126Z %cat_1 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_25, %select_27, %select_29, %select_31, %select_33, %select_35, %select_37, %select_39, %select_41, %select_43, %select_45, %select_47],), kwargs = {}) 2025-06-05T23:23:41.9031423Z %view_10 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_1, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9032318Z %transpose_31 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_9, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9033229Z %matmul : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_6, %transpose_31), kwargs = {}) 2025-06-05T23:23:41.9034100Z %mul_8 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul, 0.125), kwargs = {}) 2025-06-05T23:23:41.9034886Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_8, %index_2), kwargs = {}) 2025-06-05T23:23:41.9035694Z %softmax : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_2, -1), kwargs = {}) 2025-06-05T23:23:41.9036582Z %matmul_1 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax, %view_10), kwargs = {}) 2025-06-05T23:23:41.9037471Z %transpose_32 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_1, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9038366Z %view_11 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_32, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9039255Z %unsqueeze_3 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_11, -1), kwargs = {}) 2025-06-05T23:23:41.9040171Z %transpose_33 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9041299Z %conv2d_3 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_33, %p_getattr_l__self___layers___0___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9042375Z %transpose_34 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9043255Z %squeeze_3 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_34, -1), kwargs = {}) 2025-06-05T23:23:41.9044111Z %add_3 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%embedding, %squeeze_3), kwargs = {}) 2025-06-05T23:23:41.9045128Z %rms_norm_1 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_3, [768], %p_getattr_l__self___layers___0___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9046229Z %unsqueeze_4 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_1, -1), kwargs = {}) 2025-06-05T23:23:41.9047150Z %transpose_35 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9048259Z %conv2d_4 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_35, %p_getattr_l__self___layers___0___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9049354Z %transpose_36 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9050226Z %squeeze_4 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_36, -1), kwargs = {}) 2025-06-05T23:23:41.9051060Z %silu : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_4,), kwargs = {}) 2025-06-05T23:23:41.9051929Z %unsqueeze_5 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_1, -1), kwargs = {}) 2025-06-05T23:23:41.9052889Z %transpose_37 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9053997Z %conv2d_5 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_37, %p_getattr_l__self___layers___0___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9055082Z %transpose_38 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9055963Z %squeeze_5 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_38, -1), kwargs = {}) 2025-06-05T23:23:41.9056812Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu, %squeeze_5), kwargs = {}) 2025-06-05T23:23:41.9057653Z %unsqueeze_6 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_9, -1), kwargs = {}) 2025-06-05T23:23:41.9058571Z %transpose_39 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9059679Z %conv2d_6 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_39, %p_getattr_l__self___layers___0___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9060786Z %transpose_40 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9061675Z %squeeze_6 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_40, -1), kwargs = {}) 2025-06-05T23:23:41.9062504Z %add_4 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_3, %squeeze_6), kwargs = {}) 2025-06-05T23:23:41.9063547Z %rms_norm_2 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_4, [768], %p_getattr_l__self___layers___1___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9064677Z %unsqueeze_7 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-06-05T23:23:41.9065593Z %transpose_41 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9066687Z %conv2d_7 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_41, %p_getattr_l__self___layers___1___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9067768Z %transpose_42 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9068633Z %squeeze_7 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_42, -1), kwargs = {}) 2025-06-05T23:23:41.9069533Z %unsqueeze_8 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-06-05T23:23:41.9070550Z %transpose_43 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9071790Z %conv2d_8 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_43, %p_getattr_l__self___layers___1___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9072872Z %transpose_44 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9073743Z %squeeze_8 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_44, -1), kwargs = {}) 2025-06-05T23:23:41.9074644Z %unsqueeze_9 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-06-05T23:23:41.9075566Z %transpose_45 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9076758Z %conv2d_9 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_45, %p_getattr_l__self___layers___1___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9077840Z %transpose_46 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9078709Z %squeeze_9 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_46, -1), kwargs = {}) 2025-06-05T23:23:41.9079588Z %view_12 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_7, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9080477Z %view_13 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_8, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9081352Z %view_14 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_9, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9082565Z %_assert_tensor_metadata_2 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_12, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9083770Z %view_15 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_12, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9084660Z %unbind_2 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_15, -1), kwargs = {}) 2025-06-05T23:23:41.9085447Z %getitem_4 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_2, 0), kwargs = {}) 2025-06-05T23:23:41.9086195Z %getitem_5 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_2, 1), kwargs = {}) 2025-06-05T23:23:41.9087327Z %_assert_tensor_metadata_3 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_13, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9088531Z %view_16 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_13, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9089411Z %unbind_3 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_16, -1), kwargs = {}) 2025-06-05T23:23:41.9090197Z %getitem_6 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_3, 0), kwargs = {}) 2025-06-05T23:23:41.9090936Z %getitem_7 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_3, 1), kwargs = {}) 2025-06-05T23:23:41.9091739Z %view_17 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9092603Z %view_18 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9093435Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_4, %view_17), kwargs = {}) 2025-06-05T23:23:41.9094302Z %mul_11 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_5, %view_18), kwargs = {}) 2025-06-05T23:23:41.9095115Z %sub_2 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_10, %mul_11), kwargs = {}) 2025-06-05T23:23:41.9095914Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_4, %view_18), kwargs = {}) 2025-06-05T23:23:41.9096732Z %mul_13 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_5, %view_17), kwargs = {}) 2025-06-05T23:23:41.9097523Z %add_5 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_12, %mul_13), kwargs = {}) 2025-06-05T23:23:41.9098326Z %mul_14 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_6, %view_17), kwargs = {}) 2025-06-05T23:23:41.9099143Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_7, %view_18), kwargs = {}) 2025-06-05T23:23:41.9099964Z %sub_3 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_14, %mul_15), kwargs = {}) 2025-06-05T23:23:41.9100765Z %mul_16 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_6, %view_18), kwargs = {}) 2025-06-05T23:23:41.9101570Z %mul_17 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_7, %view_17), kwargs = {}) 2025-06-05T23:23:41.9102372Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_16, %mul_17), kwargs = {}) 2025-06-05T23:23:41.9103203Z %stack_2 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_2, %add_5], -1), kwargs = {}) 2025-06-05T23:23:41.9104063Z %view_19 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_2, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9104934Z %stack_3 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_3, %add_6], -1), kwargs = {}) 2025-06-05T23:23:41.9105796Z %view_20 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_3, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9106665Z %type_as_2 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_19, %view_12), kwargs = {}) 2025-06-05T23:23:41.9107552Z %type_as_3 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_20, %view_13), kwargs = {}) 2025-06-05T23:23:41.9108423Z %transpose_47 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9109506Z %index_3 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___1___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9110997Z %index_put_2 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___1___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_3), kwargs = {}) 2025-06-05T23:23:41.9112588Z %index_put_3 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___1___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_14), kwargs = {}) 2025-06-05T23:23:41.9113832Z %transpose_48 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9114727Z %select_48 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_48, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9115563Z %select_49 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_48, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9116440Z %transpose_49 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9117341Z %select_50 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_49, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9118184Z %select_51 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_50, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9119057Z %transpose_50 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9119928Z %select_52 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_50, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9120771Z %select_53 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_52, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9121632Z %transpose_51 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9122520Z %select_54 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_51, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9123390Z %select_55 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_54, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9124253Z %transpose_52 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9125137Z %select_56 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_52, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9125976Z %select_57 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_56, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9126838Z %transpose_53 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9127728Z %select_58 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_53, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9128566Z %select_59 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_58, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9129450Z %transpose_54 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9130338Z %select_60 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_54, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9131194Z %select_61 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_60, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9132070Z %transpose_55 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9132944Z %select_62 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_55, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9133784Z %select_63 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_62, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9134662Z %transpose_56 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9135567Z %select_64 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_56, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9136410Z %select_65 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_64, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9137269Z %transpose_57 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9138164Z %select_66 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_57, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9139011Z %select_67 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_66, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9139878Z %transpose_58 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9140814Z %select_68 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_58, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9141668Z %select_69 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_68, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9142538Z %transpose_59 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9143429Z %select_70 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_59, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9144264Z %select_71 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_70, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9145482Z %cat_2 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_49, %select_51, %select_53, %select_55, %select_57, %select_59, %select_61, %select_63, %select_65, %select_67, %select_69, %select_71],), kwargs = {}) 2025-06-05T23:23:41.9146744Z %view_21 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_2, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9147633Z %transpose_60 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9148535Z %select_72 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_60, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9149383Z %select_73 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_72, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9150255Z %transpose_61 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9151213Z %select_74 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_61, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9152051Z %select_75 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_74, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9152934Z %transpose_62 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9153850Z %select_76 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_62, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9154680Z %select_77 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_76, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9155557Z %transpose_63 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9156434Z %select_78 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_63, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9157278Z %select_79 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_78, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9158184Z %transpose_64 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9159057Z %select_80 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_64, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9159898Z %select_81 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_80, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9160767Z %transpose_65 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9161637Z %select_82 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_65, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9162473Z %select_83 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_82, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9163335Z %transpose_66 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9164251Z %select_84 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_66, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9165098Z %select_85 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_84, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9165960Z %transpose_67 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9166848Z %select_86 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_67, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9167678Z %select_87 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_86, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9168551Z %transpose_68 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9169464Z %select_88 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_68, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9170302Z %select_89 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_88, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9171361Z %transpose_69 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9172241Z %select_90 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_69, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9173094Z %select_91 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_90, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9173967Z %transpose_70 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9174837Z %select_92 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_70, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9175692Z %select_93 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_92, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9176570Z %transpose_71 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9177502Z %select_94 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_71, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9178350Z %select_95 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_94, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9179546Z %cat_3 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_73, %select_75, %select_77, %select_79, %select_81, %select_83, %select_85, %select_87, %select_89, %select_91, %select_93, %select_95],), kwargs = {}) 2025-06-05T23:23:41.9180777Z %view_22 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_3, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9181714Z %transpose_72 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_21, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9182641Z %matmul_2 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_47, %transpose_72), kwargs = {}) 2025-06-05T23:23:41.9183530Z %mul_18 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_2, 0.125), kwargs = {}) 2025-06-05T23:23:41.9184331Z %add_7 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_18, %index_3), kwargs = {}) 2025-06-05T23:23:41.9185131Z %softmax_1 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_7, -1), kwargs = {}) 2025-06-05T23:23:41.9185994Z %matmul_3 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_1, %view_22), kwargs = {}) 2025-06-05T23:23:41.9186920Z %transpose_73 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_3, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9187817Z %view_23 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_73, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9188716Z %unsqueeze_10 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_23, -1), kwargs = {}) 2025-06-05T23:23:41.9189620Z %transpose_74 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9190813Z %conv2d_10 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_74, %p_getattr_l__self___layers___1___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9191911Z %transpose_75 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9192783Z %squeeze_10 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_75, -1), kwargs = {}) 2025-06-05T23:23:41.9193680Z %add_8 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_4, %squeeze_10), kwargs = {}) 2025-06-05T23:23:41.9194687Z %rms_norm_3 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_8, [768], %p_getattr_l__self___layers___1___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9195766Z %unsqueeze_11 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_3, -1), kwargs = {}) 2025-06-05T23:23:41.9196699Z %transpose_76 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9197797Z %conv2d_11 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_76, %p_getattr_l__self___layers___1___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9198897Z %transpose_77 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9199782Z %squeeze_11 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_77, -1), kwargs = {}) 2025-06-05T23:23:41.9200608Z %silu_1 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_11,), kwargs = {}) 2025-06-05T23:23:41.9201507Z %unsqueeze_12 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_3, -1), kwargs = {}) 2025-06-05T23:23:41.9202427Z %transpose_78 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9203534Z %conv2d_12 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_78, %p_getattr_l__self___layers___1___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9204629Z %transpose_79 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9205532Z %squeeze_12 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_79, -1), kwargs = {}) 2025-06-05T23:23:41.9206380Z %mul_19 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_1, %squeeze_12), kwargs = {}) 2025-06-05T23:23:41.9207232Z %unsqueeze_13 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_19, -1), kwargs = {}) 2025-06-05T23:23:41.9208144Z %transpose_80 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9209255Z %conv2d_13 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_80, %p_getattr_l__self___layers___1___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9210336Z %transpose_81 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9211252Z %squeeze_13 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_81, -1), kwargs = {}) 2025-06-05T23:23:41.9212095Z %add_9 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_8, %squeeze_13), kwargs = {}) 2025-06-05T23:23:41.9213125Z %rms_norm_4 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_9, [768], %p_getattr_l__self___layers___2___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9214224Z %unsqueeze_14 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-06-05T23:23:41.9215140Z %transpose_82 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9216241Z %conv2d_14 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_82, %p_getattr_l__self___layers___2___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9217362Z %transpose_83 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9218241Z %squeeze_14 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_83, -1), kwargs = {}) 2025-06-05T23:23:41.9219147Z %unsqueeze_15 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-06-05T23:23:41.9220076Z %transpose_84 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9221159Z %conv2d_15 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_84, %p_getattr_l__self___layers___2___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9222239Z %transpose_85 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9237710Z %squeeze_15 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_85, -1), kwargs = {}) 2025-06-05T23:23:41.9238776Z %unsqueeze_16 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-06-05T23:23:41.9239833Z %transpose_86 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_16, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9240925Z %conv2d_16 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_86, %p_getattr_l__self___layers___2___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9242022Z %transpose_87 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_16, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9242899Z %squeeze_16 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_87, -1), kwargs = {}) 2025-06-05T23:23:41.9243794Z %view_24 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_14, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9244718Z %view_25 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_15, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9245599Z %view_26 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_16, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9246808Z %_assert_tensor_metadata_4 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_24, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9248021Z %view_27 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_24, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9248864Z %unbind_4 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_27, -1), kwargs = {}) 2025-06-05T23:23:41.9249688Z %getitem_8 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_4, 0), kwargs = {}) 2025-06-05T23:23:41.9250435Z %getitem_9 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_4, 1), kwargs = {}) 2025-06-05T23:23:41.9251570Z %_assert_tensor_metadata_5 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_25, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9252773Z %view_28 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_25, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9253614Z %unbind_5 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_28, -1), kwargs = {}) 2025-06-05T23:23:41.9254409Z %getitem_10 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_5, 0), kwargs = {}) 2025-06-05T23:23:41.9255154Z %getitem_11 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_5, 1), kwargs = {}) 2025-06-05T23:23:41.9255998Z %view_29 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9256869Z %view_30 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9257709Z %mul_20 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_8, %view_29), kwargs = {}) 2025-06-05T23:23:41.9258531Z %mul_21 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_9, %view_30), kwargs = {}) 2025-06-05T23:23:41.9259338Z %sub_4 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_20, %mul_21), kwargs = {}) 2025-06-05T23:23:41.9260130Z %mul_22 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_8, %view_30), kwargs = {}) 2025-06-05T23:23:41.9260951Z %mul_23 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_9, %view_29), kwargs = {}) 2025-06-05T23:23:41.9261750Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_22, %mul_23), kwargs = {}) 2025-06-05T23:23:41.9262563Z %mul_24 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_10, %view_29), kwargs = {}) 2025-06-05T23:23:41.9263415Z %mul_25 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_11, %view_30), kwargs = {}) 2025-06-05T23:23:41.9264214Z %sub_5 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_24, %mul_25), kwargs = {}) 2025-06-05T23:23:41.9265019Z %mul_26 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_10, %view_30), kwargs = {}) 2025-06-05T23:23:41.9265832Z %mul_27 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_11, %view_29), kwargs = {}) 2025-06-05T23:23:41.9266647Z %add_11 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_26, %mul_27), kwargs = {}) 2025-06-05T23:23:41.9267513Z %stack_4 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_4, %add_10], -1), kwargs = {}) 2025-06-05T23:23:41.9268386Z %view_31 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_4, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9269268Z %stack_5 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_5, %add_11], -1), kwargs = {}) 2025-06-05T23:23:41.9270153Z %view_32 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_5, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9271283Z %type_as_4 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_31, %view_24), kwargs = {}) 2025-06-05T23:23:41.9272150Z %type_as_5 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_32, %view_25), kwargs = {}) 2025-06-05T23:23:41.9273111Z %transpose_88 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9274200Z %index_4 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___2___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9275610Z %index_put_4 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___2___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_5), kwargs = {}) 2025-06-05T23:23:41.9277167Z %index_put_5 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___2___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_26), kwargs = {}) 2025-06-05T23:23:41.9278402Z %transpose_89 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9279335Z %select_96 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_89, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9280173Z %select_97 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_96, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9281053Z %transpose_90 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9281927Z %select_98 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_90, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9282771Z %select_99 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_98, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9283645Z %transpose_91 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9284530Z %select_100 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_91, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9285393Z %select_101 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_100, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9286275Z %transpose_92 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9287188Z %select_102 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_92, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9288037Z %select_103 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_102, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9288903Z %transpose_93 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9289784Z %select_104 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_93, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9290629Z %select_105 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_104, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9291534Z %transpose_94 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9292421Z %select_106 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_94, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9293263Z %select_107 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_106, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9294149Z %transpose_95 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9295044Z %select_108 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_95, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9295889Z %select_109 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_108, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9296804Z %transpose_96 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9297685Z %select_110 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_96, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9298546Z %select_111 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_110, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9299434Z %transpose_97 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9300312Z %select_112 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_97, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9301171Z %select_113 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_112, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9302079Z %transpose_98 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9302964Z %select_114 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_98, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9303822Z %select_115 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_114, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9304691Z %transpose_99 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9305583Z %select_116 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_99, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9306443Z %select_117 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_116, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9307326Z %transpose_100 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9308235Z %select_118 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_100, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9309084Z %select_119 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_118, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9310451Z %cat_4 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_97, %select_99, %select_101, %select_103, %select_105, %select_107, %select_109, %select_111, %select_113, %select_115, %select_117, %select_119],), kwargs = {}) 2025-06-05T23:23:41.9311726Z %view_33 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_4, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9312614Z %transpose_101 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9313520Z %select_120 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_101, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9314419Z %select_121 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_120, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9315303Z %transpose_102 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9316209Z %select_122 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_102, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9317056Z %select_123 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_122, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9317945Z %transpose_103 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9318846Z %select_124 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_103, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9319731Z %select_125 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_124, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9320628Z %transpose_104 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9321537Z %select_126 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_104, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9322385Z %select_127 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_126, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9323277Z %transpose_105 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9324165Z %select_128 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_105, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9325026Z %select_129 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_128, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9325954Z %transpose_106 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9326845Z %select_130 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_106, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9327705Z %select_131 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_130, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9328582Z %transpose_107 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9329487Z %select_132 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_107, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9330348Z %select_133 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_132, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9331234Z %transpose_108 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9332136Z %select_134 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_108, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9333005Z %select_135 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_134, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9333913Z %transpose_109 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9334816Z %select_136 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_109, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9335661Z %select_137 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_136, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9336552Z %transpose_110 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9337454Z %select_138 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_110, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9338325Z %select_139 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_138, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9339220Z %transpose_111 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9340109Z %select_140 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_111, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9340973Z %select_141 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_140, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9341871Z %transpose_112 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9342757Z %select_142 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_112, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9343650Z %select_143 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_142, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9344935Z %cat_5 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_121, %select_123, %select_125, %select_127, %select_129, %select_131, %select_133, %select_135, %select_137, %select_139, %select_141, %select_143],), kwargs = {}) 2025-06-05T23:23:41.9346212Z %view_34 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_5, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9347114Z %transpose_113 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_33, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9348048Z %matmul_4 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_88, %transpose_113), kwargs = {}) 2025-06-05T23:23:41.9348980Z %mul_28 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_4, 0.125), kwargs = {}) 2025-06-05T23:23:41.9349786Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_28, %index_4), kwargs = {}) 2025-06-05T23:23:41.9350658Z %softmax_2 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_12, -1), kwargs = {}) 2025-06-05T23:23:41.9351522Z %matmul_5 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_2, %view_34), kwargs = {}) 2025-06-05T23:23:41.9352425Z %transpose_114 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_5, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9353310Z %view_35 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_114, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9354213Z %unsqueeze_17 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_35, -1), kwargs = {}) 2025-06-05T23:23:41.9355130Z %transpose_115 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_17, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9356246Z %conv2d_17 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_115, %p_getattr_l__self___layers___2___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9357394Z %transpose_116 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_17, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9358279Z %squeeze_17 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_116, -1), kwargs = {}) 2025-06-05T23:23:41.9359130Z %add_13 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_9, %squeeze_17), kwargs = {}) 2025-06-05T23:23:41.9360155Z %rms_norm_5 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_13, [768], %p_getattr_l__self___layers___2___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9361252Z %unsqueeze_18 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_5, -1), kwargs = {}) 2025-06-05T23:23:41.9362189Z %transpose_117 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_18, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9363303Z %conv2d_18 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_117, %p_getattr_l__self___layers___2___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9364410Z %transpose_118 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_18, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9365312Z %squeeze_18 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_118, -1), kwargs = {}) 2025-06-05T23:23:41.9366144Z %silu_2 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_18,), kwargs = {}) 2025-06-05T23:23:41.9367046Z %unsqueeze_19 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_5, -1), kwargs = {}) 2025-06-05T23:23:41.9367984Z %transpose_119 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_19, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9369093Z %conv2d_19 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_119, %p_getattr_l__self___layers___2___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9370201Z %transpose_120 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_19, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9371262Z %squeeze_19 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_120, -1), kwargs = {}) 2025-06-05T23:23:41.9372117Z %mul_29 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_2, %squeeze_19), kwargs = {}) 2025-06-05T23:23:41.9373044Z %unsqueeze_20 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_29, -1), kwargs = {}) 2025-06-05T23:23:41.9373956Z %transpose_121 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_20, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9375079Z %conv2d_20 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_121, %p_getattr_l__self___layers___2___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9376194Z %transpose_122 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_20, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9377078Z %squeeze_20 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_122, -1), kwargs = {}) 2025-06-05T23:23:41.9377932Z %add_14 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_13, %squeeze_20), kwargs = {}) 2025-06-05T23:23:41.9378965Z %rms_norm_6 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_14, [768], %p_getattr_l__self___layers___3___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9380075Z %unsqueeze_21 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-06-05T23:23:41.9381047Z %transpose_123 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_21, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9382138Z %conv2d_21 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_123, %p_getattr_l__self___layers___3___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9383240Z %transpose_124 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_21, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9384134Z %squeeze_21 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_124, -1), kwargs = {}) 2025-06-05T23:23:41.9385032Z %unsqueeze_22 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-06-05T23:23:41.9386004Z %transpose_125 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_22, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9387101Z %conv2d_22 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_125, %p_getattr_l__self___layers___3___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9388193Z %transpose_126 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_22, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9389089Z %squeeze_22 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_126, -1), kwargs = {}) 2025-06-05T23:23:41.9389982Z %unsqueeze_23 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-06-05T23:23:41.9391037Z %transpose_127 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_23, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9392152Z %conv2d_23 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_127, %p_getattr_l__self___layers___3___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9393238Z %transpose_128 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_23, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9394136Z %squeeze_23 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_128, -1), kwargs = {}) 2025-06-05T23:23:41.9395011Z %view_36 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_21, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9395906Z %view_37 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_22, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9396826Z %view_38 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_23, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9398021Z %_assert_tensor_metadata_6 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_36, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9399224Z %view_39 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_36, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9400078Z %unbind_6 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_39, -1), kwargs = {}) 2025-06-05T23:23:41.9400860Z %getitem_12 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_6, 0), kwargs = {}) 2025-06-05T23:23:41.9401618Z %getitem_13 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_6, 1), kwargs = {}) 2025-06-05T23:23:41.9402744Z %_assert_tensor_metadata_7 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_37, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9403949Z %view_40 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_37, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9404821Z %unbind_7 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_40, -1), kwargs = {}) 2025-06-05T23:23:41.9405608Z %getitem_14 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_7, 0), kwargs = {}) 2025-06-05T23:23:41.9406361Z %getitem_15 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_7, 1), kwargs = {}) 2025-06-05T23:23:41.9407153Z %view_41 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9408015Z %view_42 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9408861Z %mul_30 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_12, %view_41), kwargs = {}) 2025-06-05T23:23:41.9409720Z %mul_31 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_13, %view_42), kwargs = {}) 2025-06-05T23:23:41.9410534Z %sub_6 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_30, %mul_31), kwargs = {}) 2025-06-05T23:23:41.9411333Z %mul_32 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_12, %view_42), kwargs = {}) 2025-06-05T23:23:41.9412165Z %mul_33 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_13, %view_41), kwargs = {}) 2025-06-05T23:23:41.9412976Z %add_15 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_32, %mul_33), kwargs = {}) 2025-06-05T23:23:41.9413776Z %mul_34 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_14, %view_41), kwargs = {}) 2025-06-05T23:23:41.9414652Z %mul_35 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_15, %view_42), kwargs = {}) 2025-06-05T23:23:41.9415444Z %sub_7 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_34, %mul_35), kwargs = {}) 2025-06-05T23:23:41.9416250Z %mul_36 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_14, %view_42), kwargs = {}) 2025-06-05T23:23:41.9417074Z %mul_37 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_15, %view_41), kwargs = {}) 2025-06-05T23:23:41.9417870Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_36, %mul_37), kwargs = {}) 2025-06-05T23:23:41.9418708Z %stack_6 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_6, %add_15], -1), kwargs = {}) 2025-06-05T23:23:41.9419573Z %view_43 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_6, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9420473Z %stack_7 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_7, %add_16], -1), kwargs = {}) 2025-06-05T23:23:41.9421348Z %view_44 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_7, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9422208Z %type_as_6 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_43, %view_36), kwargs = {}) 2025-06-05T23:23:41.9423075Z %type_as_7 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_44, %view_37), kwargs = {}) 2025-06-05T23:23:41.9423952Z %transpose_129 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9425040Z %index_5 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___3___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9426458Z %index_put_6 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___3___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_7), kwargs = {}) 2025-06-05T23:23:41.9428036Z %index_put_7 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___3___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_38), kwargs = {}) 2025-06-05T23:23:41.9429282Z %transpose_130 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9430190Z %select_144 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_130, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9431112Z %select_145 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_144, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9432007Z %transpose_131 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9432931Z %select_146 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_131, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9433779Z %select_147 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_146, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9434666Z %transpose_132 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9435552Z %select_148 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_132, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9436410Z %select_149 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_148, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9437300Z %transpose_133 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9438215Z %select_150 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_133, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9439073Z %select_151 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_150, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9439964Z %transpose_134 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9440852Z %select_152 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_134, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9441713Z %select_153 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_152, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9442588Z %transpose_135 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9443515Z %select_154 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_135, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9444373Z %select_155 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_154, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9445250Z %transpose_136 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9446149Z %select_156 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_136, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9446999Z %select_157 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_156, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9447881Z %transpose_137 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9448776Z %select_158 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_137, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9449626Z %select_159 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_158, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9450511Z %transpose_138 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9451418Z %select_160 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_138, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9452270Z %select_161 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_160, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9453155Z %transpose_139 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9454032Z %select_162 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_139, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9454882Z %select_163 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_162, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9455842Z %transpose_140 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9456724Z %select_164 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_140, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9457596Z %select_165 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_164, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9458472Z %transpose_141 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9459365Z %select_166 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_141, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9460226Z %select_167 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_166, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9461504Z %cat_6 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_145, %select_147, %select_149, %select_151, %select_153, %select_155, %select_157, %select_159, %select_161, %select_163, %select_165, %select_167],), kwargs = {}) 2025-06-05T23:23:41.9462783Z %view_45 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_6, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9463673Z %transpose_142 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9464555Z %select_168 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_142, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9465410Z %select_169 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_168, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9466280Z %transpose_143 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9467197Z %select_170 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_143, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9468050Z %select_171 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_170, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9468924Z %transpose_144 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9469806Z %select_172 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_144, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9470916Z %select_173 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_172, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9471800Z %transpose_145 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9472708Z %select_174 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_145, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9473555Z %select_175 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_174, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9474511Z %transpose_146 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9475408Z %select_176 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_146, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9476240Z %select_177 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_176, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9477119Z %transpose_147 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9478005Z %select_178 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_147, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9478902Z %select_179 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_178, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9479787Z %transpose_148 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9480672Z %select_180 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_148, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9481519Z %select_181 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_180, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9482398Z %transpose_149 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9483281Z %select_182 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_149, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9484139Z %select_183 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_182, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9485053Z %transpose_150 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9485949Z %select_184 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_150, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9486794Z %select_185 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_184, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9487664Z %transpose_151 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9488560Z %select_186 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_151, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9489395Z %select_187 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_186, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9490315Z %transpose_152 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9491217Z %select_188 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_152, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9492067Z %select_189 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_188, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9492951Z %transpose_153 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9493854Z %select_190 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_153, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9494704Z %select_191 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_190, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9495976Z %cat_7 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_169, %select_171, %select_173, %select_175, %select_177, %select_179, %select_181, %select_183, %select_185, %select_187, %select_189, %select_191],), kwargs = {}) 2025-06-05T23:23:41.9497239Z %view_46 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_7, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9498166Z %transpose_154 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_45, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9499107Z %matmul_6 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_129, %transpose_154), kwargs = {}) 2025-06-05T23:23:41.9499977Z %mul_38 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_6, 0.125), kwargs = {}) 2025-06-05T23:23:41.9500780Z %add_17 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_38, %index_5), kwargs = {}) 2025-06-05T23:23:41.9501598Z %softmax_3 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_17, -1), kwargs = {}) 2025-06-05T23:23:41.9502493Z %matmul_7 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_3, %view_46), kwargs = {}) 2025-06-05T23:23:41.9503396Z %transpose_155 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_7, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9504283Z %view_47 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_155, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9505188Z %unsqueeze_24 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_47, -1), kwargs = {}) 2025-06-05T23:23:41.9506105Z %transpose_156 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_24, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9507200Z %conv2d_24 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_156, %p_getattr_l__self___layers___3___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9508328Z %transpose_157 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_24, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9509203Z %squeeze_24 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_157, -1), kwargs = {}) 2025-06-05T23:23:41.9510045Z %add_18 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_14, %squeeze_24), kwargs = {}) 2025-06-05T23:23:41.9511145Z %rms_norm_7 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_18, [768], %p_getattr_l__self___layers___3___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9512212Z %unsqueeze_25 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_7, -1), kwargs = {}) 2025-06-05T23:23:41.9513132Z %transpose_158 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_25, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9514269Z %conv2d_25 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_158, %p_getattr_l__self___layers___3___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9515361Z %transpose_159 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_25, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9516253Z %squeeze_25 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_159, -1), kwargs = {}) 2025-06-05T23:23:41.9517076Z %silu_3 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_25,), kwargs = {}) 2025-06-05T23:23:41.9517939Z %unsqueeze_26 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_7, -1), kwargs = {}) 2025-06-05T23:23:41.9518869Z %transpose_160 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_26, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9519977Z %conv2d_26 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_160, %p_getattr_l__self___layers___3___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9521079Z %transpose_161 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_26, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9521989Z %squeeze_26 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_161, -1), kwargs = {}) 2025-06-05T23:23:41.9522822Z %mul_39 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_3, %squeeze_26), kwargs = {}) 2025-06-05T23:23:41.9523668Z %unsqueeze_27 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_39, -1), kwargs = {}) 2025-06-05T23:23:41.9524564Z %transpose_162 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_27, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9525703Z %conv2d_27 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_162, %p_getattr_l__self___layers___3___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9526793Z %transpose_163 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_27, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9527673Z %squeeze_27 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_163, -1), kwargs = {}) 2025-06-05T23:23:41.9528520Z %add_19 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_18, %squeeze_27), kwargs = {}) 2025-06-05T23:23:41.9529568Z %rms_norm_8 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_19, [768], %p_getattr_l__self___layers___4___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9530654Z %unsqueeze_28 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-06-05T23:23:41.9531610Z %transpose_164 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_28, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9532704Z %conv2d_28 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_164, %p_getattr_l__self___layers___4___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9533795Z %transpose_165 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_28, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9534688Z %squeeze_28 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_165, -1), kwargs = {}) 2025-06-05T23:23:41.9535577Z %unsqueeze_29 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-06-05T23:23:41.9536500Z %transpose_166 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_29, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9537631Z %conv2d_29 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_166, %p_getattr_l__self___layers___4___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9538708Z %transpose_167 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_29, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9539602Z %squeeze_29 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_167, -1), kwargs = {}) 2025-06-05T23:23:41.9540491Z %unsqueeze_30 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-06-05T23:23:41.9541412Z %transpose_168 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_30, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9542513Z %conv2d_30 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_168, %p_getattr_l__self___layers___4___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9543597Z %transpose_169 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_30, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9544485Z %squeeze_30 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_169, -1), kwargs = {}) 2025-06-05T23:23:41.9545381Z %view_48 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_28, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9546259Z %view_49 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_29, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9547146Z %view_50 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_30, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9548334Z %_assert_tensor_metadata_8 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_48, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9549563Z %view_51 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_48, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9550466Z %unbind_8 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_51, -1), kwargs = {}) 2025-06-05T23:23:41.9551240Z %getitem_16 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_8, 0), kwargs = {}) 2025-06-05T23:23:41.9551996Z %getitem_17 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_8, 1), kwargs = {}) 2025-06-05T23:23:41.9553127Z %_assert_tensor_metadata_9 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_49, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9554315Z %view_52 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_49, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9555194Z %unbind_9 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_52, -1), kwargs = {}) 2025-06-05T23:23:41.9555966Z %getitem_18 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_9, 0), kwargs = {}) 2025-06-05T23:23:41.9556714Z %getitem_19 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_9, 1), kwargs = {}) 2025-06-05T23:23:41.9557513Z %view_53 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9558364Z %view_54 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9559198Z %mul_40 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_16, %view_53), kwargs = {}) 2025-06-05T23:23:41.9560014Z %mul_41 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_17, %view_54), kwargs = {}) 2025-06-05T23:23:41.9560850Z %sub_8 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_40, %mul_41), kwargs = {}) 2025-06-05T23:23:41.9561660Z %mul_42 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_16, %view_54), kwargs = {}) 2025-06-05T23:23:41.9562475Z %mul_43 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_17, %view_53), kwargs = {}) 2025-06-05T23:23:41.9563270Z %add_20 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_42, %mul_43), kwargs = {}) 2025-06-05T23:23:41.9564081Z %mul_44 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_18, %view_53), kwargs = {}) 2025-06-05T23:23:41.9564891Z %mul_45 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_19, %view_54), kwargs = {}) 2025-06-05T23:23:41.9565699Z %sub_9 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_44, %mul_45), kwargs = {}) 2025-06-05T23:23:41.9566487Z %mul_46 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_18, %view_54), kwargs = {}) 2025-06-05T23:23:41.9567310Z %mul_47 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_19, %view_53), kwargs = {}) 2025-06-05T23:23:41.9568140Z %add_21 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_46, %mul_47), kwargs = {}) 2025-06-05T23:23:41.9568964Z %stack_8 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_8, %add_20], -1), kwargs = {}) 2025-06-05T23:23:41.9569838Z %view_55 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_8, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9570855Z %stack_9 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_9, %add_21], -1), kwargs = {}) 2025-06-05T23:23:41.9571731Z %view_56 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_9, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9572664Z %type_as_8 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_55, %view_48), kwargs = {}) 2025-06-05T23:23:41.9573522Z %type_as_9 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_56, %view_49), kwargs = {}) 2025-06-05T23:23:41.9574411Z %transpose_170 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9575489Z %index_6 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___4___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9576889Z %index_put_8 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___4___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_9), kwargs = {}) 2025-06-05T23:23:41.9578480Z %index_put_9 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___4___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_50), kwargs = {}) 2025-06-05T23:23:41.9579720Z %transpose_171 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9580615Z %select_192 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_171, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9581467Z %select_193 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_192, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9582336Z %transpose_172 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9583238Z %select_194 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_172, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9584128Z %select_195 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_194, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9585001Z %transpose_173 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9585897Z %select_196 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_173, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9586745Z %select_197 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_196, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9587608Z %transpose_174 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9588499Z %select_198 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_174, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9589341Z %select_199 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_198, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9590229Z %transpose_175 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9591201Z %select_200 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_175, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9592104Z %select_201 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_200, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9592997Z %transpose_176 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9593877Z %select_202 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_176, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9594728Z %select_203 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_202, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9595618Z %transpose_177 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9596529Z %select_204 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_177, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9597387Z %select_205 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_204, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9598271Z %transpose_178 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9599157Z %select_206 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_178, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9600010Z %select_207 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_206, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9600891Z %transpose_179 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9601810Z %select_208 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_179, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9602668Z %select_209 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_208, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9603546Z %transpose_180 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9604440Z %select_210 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_180, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9605298Z %select_211 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_210, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9606175Z %transpose_181 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9607071Z %select_212 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_181, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9607961Z %select_213 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_212, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9608843Z %transpose_182 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9609742Z %select_214 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_182, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9610590Z %select_215 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_214, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9611860Z %cat_8 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_193, %select_195, %select_197, %select_199, %select_201, %select_203, %select_205, %select_207, %select_209, %select_211, %select_213, %select_215],), kwargs = {}) 2025-06-05T23:23:41.9613129Z %view_57 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_8, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9614022Z %transpose_183 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9614945Z %select_216 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_183, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9615791Z %select_217 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_216, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9616664Z %transpose_184 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9617562Z %select_218 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_184, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9618400Z %select_219 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_218, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9619311Z %transpose_185 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9620207Z %select_220 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_185, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9621051Z %select_221 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_220, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9621930Z %transpose_186 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9622810Z %select_222 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_186, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9623665Z %select_223 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_222, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9624576Z %transpose_187 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9625460Z %select_224 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_187, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9626311Z %select_225 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_224, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9627191Z %transpose_188 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9628075Z %select_226 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_188, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9628920Z %select_227 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_226, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9629786Z %transpose_189 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9630766Z %select_228 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_189, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9631618Z %select_229 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_228, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9632494Z %transpose_190 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9633379Z %select_230 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_190, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9634218Z %select_231 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_230, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9635103Z %transpose_191 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9635989Z %select_232 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_191, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9636833Z %select_233 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_232, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9637237Z %transpose_192 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9637635Z %select_234 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_192, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9637994Z %select_235 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_234, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9638400Z %transpose_193 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9638768Z %select_236 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_193, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9639132Z %select_237 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_236, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9639567Z %transpose_194 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9639936Z %select_238 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_194, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9640296Z %select_239 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_238, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9641079Z %cat_9 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_217, %select_219, %select_221, %select_223, %select_225, %select_227, %select_229, %select_231, %select_233, %select_235, %select_237, %select_239],), kwargs = {}) 2025-06-05T23:23:41.9641449Z %view_58 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_9, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9641878Z %transpose_195 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_57, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9642311Z %matmul_8 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_170, %transpose_195), kwargs = {}) 2025-06-05T23:23:41.9642649Z %mul_48 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_8, 0.125), kwargs = {}) 2025-06-05T23:23:41.9642989Z %add_22 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_48, %index_6), kwargs = {}) 2025-06-05T23:23:41.9643345Z %softmax_4 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_22, -1), kwargs = {}) 2025-06-05T23:23:41.9643730Z %matmul_9 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_4, %view_58), kwargs = {}) 2025-06-05T23:23:41.9644120Z %transpose_196 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_9, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9644541Z %view_59 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_196, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9644932Z %unsqueeze_31 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_59, -1), kwargs = {}) 2025-06-05T23:23:41.9645339Z %transpose_197 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_31, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9645930Z %conv2d_31 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_197, %p_getattr_l__self___layers___4___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9646316Z %transpose_198 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_31, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9646691Z %squeeze_31 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_198, -1), kwargs = {}) 2025-06-05T23:23:41.9647052Z %add_23 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_19, %squeeze_31), kwargs = {}) 2025-06-05T23:23:41.9647594Z %rms_norm_9 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_23, [768], %p_getattr_l__self___layers___4___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9648026Z %unsqueeze_32 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_9, -1), kwargs = {}) 2025-06-05T23:23:41.9648439Z %transpose_199 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_32, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9649024Z %conv2d_32 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_199, %p_getattr_l__self___layers___4___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9649412Z %transpose_200 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_32, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9649826Z %squeeze_32 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_200, -1), kwargs = {}) 2025-06-05T23:23:41.9650165Z %silu_4 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_32,), kwargs = {}) 2025-06-05T23:23:41.9650567Z %unsqueeze_33 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_9, -1), kwargs = {}) 2025-06-05T23:23:41.9650978Z %transpose_201 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_33, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9651562Z %conv2d_33 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_201, %p_getattr_l__self___layers___4___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9651950Z %transpose_202 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_33, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9652366Z %squeeze_33 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_202, -1), kwargs = {}) 2025-06-05T23:23:41.9652710Z %mul_49 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_4, %squeeze_33), kwargs = {}) 2025-06-05T23:23:41.9653094Z %unsqueeze_34 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_49, -1), kwargs = {}) 2025-06-05T23:23:41.9653504Z %transpose_203 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_34, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9654086Z %conv2d_34 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_203, %p_getattr_l__self___layers___4___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9654481Z %transpose_204 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_34, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9654897Z %squeeze_34 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_204, -1), kwargs = {}) 2025-06-05T23:23:41.9655414Z %add_24 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_23, %squeeze_34), kwargs = {}) 2025-06-05T23:23:41.9655999Z %rms_norm_10 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_24, [768], %p_getattr_l__self___layers___5___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9656410Z %unsqueeze_35 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-06-05T23:23:41.9656809Z %transpose_205 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_35, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9657393Z %conv2d_35 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_205, %p_getattr_l__self___layers___5___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9657789Z %transpose_206 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_35, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9658163Z %squeeze_35 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_206, -1), kwargs = {}) 2025-06-05T23:23:41.9658617Z %unsqueeze_36 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-06-05T23:23:41.9659018Z %transpose_207 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_36, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9659593Z %conv2d_36 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_207, %p_getattr_l__self___layers___5___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9659991Z %transpose_208 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_36, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9660393Z %squeeze_36 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_208, -1), kwargs = {}) 2025-06-05T23:23:41.9660801Z %unsqueeze_37 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-06-05T23:23:41.9661214Z %transpose_209 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_37, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9661790Z %conv2d_37 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_209, %p_getattr_l__self___layers___5___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9662179Z %transpose_210 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_37, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9662567Z %squeeze_37 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_210, -1), kwargs = {}) 2025-06-05T23:23:41.9662974Z %view_60 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_35, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9663356Z %view_61 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_36, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9663747Z %view_62 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_37, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9664449Z %_assert_tensor_metadata_10 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_60, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9664829Z %view_63 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_60, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9665187Z %unbind_10 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_63, -1), kwargs = {}) 2025-06-05T23:23:41.9665534Z %getitem_20 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_10, 0), kwargs = {}) 2025-06-05T23:23:41.9665852Z %getitem_21 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_10, 1), kwargs = {}) 2025-06-05T23:23:41.9666556Z %_assert_tensor_metadata_11 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_61, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9666936Z %view_64 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_61, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9667280Z %unbind_11 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_64, -1), kwargs = {}) 2025-06-05T23:23:41.9667604Z %getitem_22 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_11, 0), kwargs = {}) 2025-06-05T23:23:41.9667918Z %getitem_23 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_11, 1), kwargs = {}) 2025-06-05T23:23:41.9668285Z %view_65 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9668666Z %view_66 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9669043Z %mul_50 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_20, %view_65), kwargs = {}) 2025-06-05T23:23:41.9669391Z %mul_51 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_21, %view_66), kwargs = {}) 2025-06-05T23:23:41.9669737Z %sub_10 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_50, %mul_51), kwargs = {}) 2025-06-05T23:23:41.9670084Z %mul_52 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_20, %view_66), kwargs = {}) 2025-06-05T23:23:41.9670502Z %mul_53 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_21, %view_65), kwargs = {}) 2025-06-05T23:23:41.9671075Z %add_25 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_52, %mul_53), kwargs = {}) 2025-06-05T23:23:41.9671426Z %mul_54 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_22, %view_65), kwargs = {}) 2025-06-05T23:23:41.9671770Z %mul_55 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_23, %view_66), kwargs = {}) 2025-06-05T23:23:41.9672112Z %sub_11 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_54, %mul_55), kwargs = {}) 2025-06-05T23:23:41.9672458Z %mul_56 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_22, %view_66), kwargs = {}) 2025-06-05T23:23:41.9672799Z %mul_57 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_23, %view_65), kwargs = {}) 2025-06-05T23:23:41.9673179Z %add_26 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_56, %mul_57), kwargs = {}) 2025-06-05T23:23:41.9673562Z %stack_10 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_10, %add_25], -1), kwargs = {}) 2025-06-05T23:23:41.9673936Z %view_67 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_10, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9674324Z %stack_11 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_11, %add_26], -1), kwargs = {}) 2025-06-05T23:23:41.9674698Z %view_68 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_11, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9675066Z %type_as_10 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_67, %view_60), kwargs = {}) 2025-06-05T23:23:41.9675446Z %type_as_11 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_68, %view_61), kwargs = {}) 2025-06-05T23:23:41.9675887Z %transpose_211 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9676451Z %index_7 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___5___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9677198Z %index_put_10 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___5___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_11), kwargs = {}) 2025-06-05T23:23:41.9677912Z %index_put_11 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___5___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_62), kwargs = {}) 2025-06-05T23:23:41.9678323Z %transpose_212 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9678712Z %select_240 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_212, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9679072Z %select_241 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_240, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9679509Z %transpose_213 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9679892Z %select_242 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_213, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9680251Z %select_243 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_242, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9680652Z %transpose_214 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9681037Z %select_244 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_214, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9681419Z %select_245 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_244, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9681824Z %transpose_215 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9682206Z %select_246 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_215, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9682565Z %select_247 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_246, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9682971Z %transpose_216 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9683352Z %select_248 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_216, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9683740Z %select_249 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_248, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9684146Z %transpose_217 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9684532Z %select_250 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_217, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9684890Z %select_251 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_250, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9685295Z %transpose_218 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9685681Z %select_252 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_218, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9686071Z %select_253 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_252, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9686476Z %transpose_219 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9686863Z %select_254 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_219, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9687223Z %select_255 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_254, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9687627Z %transpose_220 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9688014Z %select_256 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_220, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9688373Z %select_257 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_256, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9688784Z %transpose_221 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9689169Z %select_258 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_221, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9689556Z %select_259 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_258, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9689962Z %transpose_222 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9690348Z %select_260 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_222, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9690711Z %select_261 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_260, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9691121Z %transpose_223 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9691533Z %select_262 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_223, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9691901Z %select_263 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_262, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9692853Z %cat_10 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_241, %select_243, %select_245, %select_247, %select_249, %select_251, %select_253, %select_255, %select_257, %select_259, %select_261, %select_263],), kwargs = {}) 2025-06-05T23:23:41.9693235Z %view_69 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_10, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9693638Z %transpose_224 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9694077Z %select_264 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_224, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9694440Z %select_265 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_264, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9694843Z %transpose_225 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9695227Z %select_266 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_225, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9695584Z %select_267 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_266, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9695985Z %transpose_226 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9696366Z %select_268 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_226, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9696755Z %select_269 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_268, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9697162Z %transpose_227 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9697549Z %select_270 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_227, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9697908Z %select_271 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_270, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9698312Z %transpose_228 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9698696Z %select_272 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_228, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9699057Z %select_273 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_272, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9699463Z %transpose_229 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9699865Z %select_274 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_229, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9700222Z %select_275 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_274, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9700624Z %transpose_230 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9701004Z %select_276 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_230, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9701364Z %select_277 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_276, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9701794Z %transpose_231 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9702175Z %select_278 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_231, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9702533Z %select_279 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_278, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9702934Z %transpose_232 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9703314Z %select_280 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_232, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9703670Z %select_281 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_280, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9704100Z %transpose_233 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9704483Z %select_282 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_233, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9704843Z %select_283 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_282, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9705245Z %transpose_234 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9705629Z %select_284 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_234, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9705992Z %select_285 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_284, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9706395Z %transpose_235 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9706803Z %select_286 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_235, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9707168Z %select_287 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_286, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9707949Z %cat_11 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_265, %select_267, %select_269, %select_271, %select_273, %select_275, %select_277, %select_279, %select_281, %select_283, %select_285, %select_287],), kwargs = {}) 2025-06-05T23:23:41.9708338Z %view_70 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_11, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9708732Z %transpose_236 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_69, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9709157Z %matmul_10 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_211, %transpose_236), kwargs = {}) 2025-06-05T23:23:41.9709517Z %mul_58 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_10, 0.125), kwargs = {}) 2025-06-05T23:23:41.9709860Z %add_27 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_58, %index_7), kwargs = {}) 2025-06-05T23:23:41.9710234Z %softmax_5 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_27, -1), kwargs = {}) 2025-06-05T23:23:41.9710679Z %matmul_11 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_5, %view_70), kwargs = {}) 2025-06-05T23:23:41.9711073Z %transpose_237 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_11, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9711460Z %view_71 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_237, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9711874Z %unsqueeze_38 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_71, -1), kwargs = {}) 2025-06-05T23:23:41.9712307Z %transpose_238 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_38, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9712891Z %conv2d_38 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_238, %p_getattr_l__self___layers___5___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9713296Z %transpose_239 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_38, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9713671Z %squeeze_38 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_239, -1), kwargs = {}) 2025-06-05T23:23:41.9714017Z %add_28 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_24, %squeeze_38), kwargs = {}) 2025-06-05T23:23:41.9714607Z %rms_norm_11 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_28, [768], %p_getattr_l__self___layers___5___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9715018Z %unsqueeze_39 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_11, -1), kwargs = {}) 2025-06-05T23:23:41.9715421Z %transpose_240 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_39, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9716022Z %conv2d_39 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_240, %p_getattr_l__self___layers___5___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9716412Z %transpose_241 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_39, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9716785Z %squeeze_39 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_241, -1), kwargs = {}) 2025-06-05T23:23:41.9717162Z %silu_5 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_39,), kwargs = {}) 2025-06-05T23:23:41.9717576Z %unsqueeze_40 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_11, -1), kwargs = {}) 2025-06-05T23:23:41.9717983Z %transpose_242 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_40, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9718584Z %conv2d_40 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_242, %p_getattr_l__self___layers___5___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9718972Z %transpose_243 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_40, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9719347Z %squeeze_40 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_243, -1), kwargs = {}) 2025-06-05T23:23:41.9719709Z %mul_59 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_5, %squeeze_40), kwargs = {}) 2025-06-05T23:23:41.9720096Z %unsqueeze_41 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_59, -1), kwargs = {}) 2025-06-05T23:23:41.9720498Z %transpose_244 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_41, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9721191Z %conv2d_41 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_244, %p_getattr_l__self___layers___5___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9721582Z %transpose_245 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_41, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9721958Z %squeeze_41 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_245, -1), kwargs = {}) 2025-06-05T23:23:41.9722322Z %add_29 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_28, %squeeze_41), kwargs = {}) 2025-06-05T23:23:41.9722922Z %rms_norm_12 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_29, [768], %p_getattr_l__self___layers___6___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9723336Z %unsqueeze_42 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-06-05T23:23:41.9723757Z %transpose_246 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_42, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9724335Z %conv2d_42 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_246, %p_getattr_l__self___layers___6___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9724729Z %transpose_247 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_42, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9725150Z %squeeze_42 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_247, -1), kwargs = {}) 2025-06-05T23:23:41.9725563Z %unsqueeze_43 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-06-05T23:23:41.9725968Z %transpose_248 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_43, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9726561Z %conv2d_43 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_248, %p_getattr_l__self___layers___6___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9726952Z %transpose_249 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_43, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9727339Z %squeeze_43 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_249, -1), kwargs = {}) 2025-06-05T23:23:41.9727746Z %unsqueeze_44 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-06-05T23:23:41.9728180Z %transpose_250 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_44, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9728771Z %conv2d_44 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_250, %p_getattr_l__self___layers___6___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9729164Z %transpose_251 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_44, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9729538Z %squeeze_44 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_251, -1), kwargs = {}) 2025-06-05T23:23:41.9729930Z %view_72 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_42, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9730308Z %view_73 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_43, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9730694Z %view_74 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_44, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9731408Z %_assert_tensor_metadata_12 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_72, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9731813Z %view_75 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_72, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9732159Z %unbind_12 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_75, -1), kwargs = {}) 2025-06-05T23:23:41.9732487Z %getitem_24 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_12, 0), kwargs = {}) 2025-06-05T23:23:41.9732800Z %getitem_25 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_12, 1), kwargs = {}) 2025-06-05T23:23:41.9733531Z %_assert_tensor_metadata_13 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_73, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9733929Z %view_76 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_73, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9734270Z %unbind_13 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_76, -1), kwargs = {}) 2025-06-05T23:23:41.9734584Z %getitem_26 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_13, 0), kwargs = {}) 2025-06-05T23:23:41.9734908Z %getitem_27 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_13, 1), kwargs = {}) 2025-06-05T23:23:41.9735272Z %view_77 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9735669Z %view_78 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9736034Z %mul_60 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_24, %view_77), kwargs = {}) 2025-06-05T23:23:41.9736384Z %mul_61 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_25, %view_78), kwargs = {}) 2025-06-05T23:23:41.9736719Z %sub_12 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_60, %mul_61), kwargs = {}) 2025-06-05T23:23:41.9737078Z %mul_62 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_24, %view_78), kwargs = {}) 2025-06-05T23:23:41.9737426Z %mul_63 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_25, %view_77), kwargs = {}) 2025-06-05T23:23:41.9737758Z %add_30 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_62, %mul_63), kwargs = {}) 2025-06-05T23:23:41.9738146Z %mul_64 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_26, %view_77), kwargs = {}) 2025-06-05T23:23:41.9738495Z %mul_65 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_27, %view_78), kwargs = {}) 2025-06-05T23:23:41.9738827Z %sub_13 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_64, %mul_65), kwargs = {}) 2025-06-05T23:23:41.9739187Z %mul_66 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_26, %view_78), kwargs = {}) 2025-06-05T23:23:41.9739536Z %mul_67 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_27, %view_77), kwargs = {}) 2025-06-05T23:23:41.9739866Z %add_31 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_66, %mul_67), kwargs = {}) 2025-06-05T23:23:41.9740260Z %stack_12 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_12, %add_30], -1), kwargs = {}) 2025-06-05T23:23:41.9740642Z %view_79 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_12, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9741021Z %stack_13 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_13, %add_31], -1), kwargs = {}) 2025-06-05T23:23:41.9741430Z %view_80 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_13, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9741803Z %type_as_12 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_79, %view_72), kwargs = {}) 2025-06-05T23:23:41.9742173Z %type_as_13 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_80, %view_73), kwargs = {}) 2025-06-05T23:23:41.9742577Z %transpose_252 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9743171Z %index_8 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___6___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9743909Z %index_put_12 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___6___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_13), kwargs = {}) 2025-06-05T23:23:41.9744634Z %index_put_13 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___6___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_74), kwargs = {}) 2025-06-05T23:23:41.9745041Z %transpose_253 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9745414Z %select_288 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_253, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9745812Z %select_289 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_288, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9746216Z %transpose_254 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9746588Z %select_290 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_254, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9746956Z %select_291 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_290, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9747358Z %transpose_255 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9747727Z %select_292 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_255, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9748095Z %select_293 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_292, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9748524Z %transpose_256 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9748895Z %select_294 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_256, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9749266Z %select_295 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_294, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9749669Z %transpose_257 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9750041Z %select_296 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_257, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9750475Z %select_297 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_296, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9750884Z %transpose_258 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9751255Z %select_298 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_258, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9751655Z %select_299 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_298, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9752058Z %transpose_259 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9752429Z %select_300 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_259, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9752802Z %select_301 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_300, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9753207Z %transpose_260 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9753605Z %select_302 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_260, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9753976Z %select_303 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_302, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9754381Z %transpose_261 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9754750Z %select_304 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_261, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9755119Z %select_305 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_304, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9755523Z %transpose_262 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9755921Z %select_306 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_262, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9756295Z %select_307 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_306, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9756697Z %transpose_263 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9757071Z %select_308 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_263, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9757445Z %select_309 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_308, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9757848Z %transpose_264 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9758216Z %select_310 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_264, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9758616Z %select_311 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_310, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9759407Z %cat_12 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_289, %select_291, %select_293, %select_295, %select_297, %select_299, %select_301, %select_303, %select_305, %select_307, %select_309, %select_311],), kwargs = {}) 2025-06-05T23:23:41.9759786Z %view_81 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_12, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9760200Z %transpose_265 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9760581Z %select_312 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_265, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9760943Z %select_313 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_312, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9761362Z %transpose_266 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9761732Z %select_314 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_266, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9762116Z %select_315 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_314, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9762533Z %transpose_267 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9762903Z %select_316 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_267, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9763262Z %select_317 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_316, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9763683Z %transpose_268 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9764077Z %select_318 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_268, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9764442Z %select_319 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_318, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9764857Z %transpose_269 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9765227Z %select_320 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_269, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9765587Z %select_321 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_320, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9766005Z %transpose_270 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9766405Z %select_322 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_270, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9766766Z %select_323 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_322, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9767185Z %transpose_271 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9767553Z %select_324 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_271, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9767914Z %select_325 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_324, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9768332Z %transpose_272 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9768726Z %select_326 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_272, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9769088Z %select_327 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_326, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9769507Z %transpose_273 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9769881Z %select_328 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_273, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9770240Z %select_329 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_328, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9770834Z %transpose_274 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9771208Z %select_330 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_274, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9771570Z %select_331 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_330, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9771991Z %transpose_275 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9772435Z %select_332 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_275, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9772801Z %select_333 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_332, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9773223Z %transpose_276 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9773593Z %select_334 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_276, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9773957Z %select_335 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_334, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9774789Z %cat_13 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_313, %select_315, %select_317, %select_319, %select_321, %select_323, %select_325, %select_327, %select_329, %select_331, %select_333, %select_335],), kwargs = {}) 2025-06-05T23:23:41.9775171Z %view_82 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_13, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9775580Z %transpose_277 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_81, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9776009Z %matmul_12 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_252, %transpose_277), kwargs = {}) 2025-06-05T23:23:41.9776348Z %mul_68 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_12, 0.125), kwargs = {}) 2025-06-05T23:23:41.9776736Z %add_32 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_68, %index_8), kwargs = {}) 2025-06-05T23:23:41.9777088Z %softmax_6 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_32, -1), kwargs = {}) 2025-06-05T23:23:41.9777481Z %matmul_13 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_6, %view_82), kwargs = {}) 2025-06-05T23:23:41.9777884Z %transpose_278 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_13, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9778267Z %view_83 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_278, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9778662Z %unsqueeze_45 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_83, -1), kwargs = {}) 2025-06-05T23:23:41.9779072Z %transpose_279 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_45, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9779688Z %conv2d_45 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_279, %p_getattr_l__self___layers___6___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9780082Z %transpose_280 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_45, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9780466Z %squeeze_45 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_280, -1), kwargs = {}) 2025-06-05T23:23:41.9780816Z %add_33 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_29, %squeeze_45), kwargs = {}) 2025-06-05T23:23:41.9781855Z %rms_norm_13 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_33, [768], %p_getattr_l__self___layers___6___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9782939Z %unsqueeze_46 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_13, -1), kwargs = {}) 2025-06-05T23:23:41.9784026Z %transpose_281 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_46, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9785470Z %conv2d_46 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_281, %p_getattr_l__self___layers___6___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9786624Z %transpose_282 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_46, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9787527Z %squeeze_46 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_282, -1), kwargs = {}) 2025-06-05T23:23:41.9788366Z %silu_6 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_46,), kwargs = {}) 2025-06-05T23:23:41.9789254Z %unsqueeze_47 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_13, -1), kwargs = {}) 2025-06-05T23:23:41.9790263Z %transpose_283 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_47, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9791528Z %conv2d_47 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_283, %p_getattr_l__self___layers___6___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9792690Z %transpose_284 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_47, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9793653Z %squeeze_47 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_284, -1), kwargs = {}) 2025-06-05T23:23:41.9794490Z %mul_69 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_6, %squeeze_47), kwargs = {}) 2025-06-05T23:23:41.9795352Z %unsqueeze_48 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_69, -1), kwargs = {}) 2025-06-05T23:23:41.9796290Z %transpose_285 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_48, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9797413Z %conv2d_48 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_285, %p_getattr_l__self___layers___6___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9798520Z %transpose_286 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_48, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9799468Z %squeeze_48 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_286, -1), kwargs = {}) 2025-06-05T23:23:41.9800387Z %add_34 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_33, %squeeze_48), kwargs = {}) 2025-06-05T23:23:41.9801427Z %rms_norm_14 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_34, [768], %p_getattr_l__self___layers___7___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9802577Z %unsqueeze_49 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-06-05T23:23:41.9803520Z %transpose_287 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_49, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9804625Z %conv2d_49 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_287, %p_getattr_l__self___layers___7___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9805722Z %transpose_288 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_49, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9806615Z %squeeze_49 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_288, -1), kwargs = {}) 2025-06-05T23:23:41.9807512Z %unsqueeze_50 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-06-05T23:23:41.9808456Z %transpose_289 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_50, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9809564Z %conv2d_50 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_289, %p_getattr_l__self___layers___7___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9810670Z %transpose_290 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_50, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9811562Z %squeeze_50 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_290, -1), kwargs = {}) 2025-06-05T23:23:41.9812463Z %unsqueeze_51 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-06-05T23:23:41.9813399Z %transpose_291 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_51, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9814532Z %conv2d_51 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_291, %p_getattr_l__self___layers___7___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9815611Z %transpose_292 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_51, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9816513Z %squeeze_51 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_292, -1), kwargs = {}) 2025-06-05T23:23:41.9817383Z %view_84 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_49, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9818268Z %view_85 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_50, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9819157Z %view_86 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_51, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9820382Z %_assert_tensor_metadata_14 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_84, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9821583Z %view_87 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_84, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9822442Z %unbind_14 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_87, -1), kwargs = {}) 2025-06-05T23:23:41.9823220Z %getitem_28 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_14, 0), kwargs = {}) 2025-06-05T23:23:41.9823977Z %getitem_29 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_14, 1), kwargs = {}) 2025-06-05T23:23:41.9825103Z %_assert_tensor_metadata_15 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_85, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9826330Z %view_88 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_85, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9827182Z %unbind_15 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_88, -1), kwargs = {}) 2025-06-05T23:23:41.9827961Z %getitem_30 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_15, 0), kwargs = {}) 2025-06-05T23:23:41.9828719Z %getitem_31 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_15, 1), kwargs = {}) 2025-06-05T23:23:41.9829523Z %view_89 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9830438Z %view_90 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9831292Z %mul_70 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_28, %view_89), kwargs = {}) 2025-06-05T23:23:41.9832117Z %mul_71 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_29, %view_90), kwargs = {}) 2025-06-05T23:23:41.9832930Z %sub_14 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_70, %mul_71), kwargs = {}) 2025-06-05T23:23:41.9833776Z %mul_72 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_28, %view_90), kwargs = {}) 2025-06-05T23:23:41.9834590Z %mul_73 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_29, %view_89), kwargs = {}) 2025-06-05T23:23:41.9835401Z %add_35 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_72, %mul_73), kwargs = {}) 2025-06-05T23:23:41.9836201Z %mul_74 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_30, %view_89), kwargs = {}) 2025-06-05T23:23:41.9837028Z %mul_75 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_31, %view_90), kwargs = {}) 2025-06-05T23:23:41.9837878Z %sub_15 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_74, %mul_75), kwargs = {}) 2025-06-05T23:23:41.9838678Z %mul_76 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_30, %view_90), kwargs = {}) 2025-06-05T23:23:41.9839511Z %mul_77 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_31, %view_89), kwargs = {}) 2025-06-05T23:23:41.9840335Z %add_36 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_76, %mul_77), kwargs = {}) 2025-06-05T23:23:41.9841168Z %stack_14 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_14, %add_35], -1), kwargs = {}) 2025-06-05T23:23:41.9842056Z %view_91 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_14, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9842963Z %stack_15 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_15, %add_36], -1), kwargs = {}) 2025-06-05T23:23:41.9843848Z %view_92 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_15, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9844730Z %type_as_14 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_91, %view_84), kwargs = {}) 2025-06-05T23:23:41.9845587Z %type_as_15 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_92, %view_85), kwargs = {}) 2025-06-05T23:23:41.9846482Z %transpose_293 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9847566Z %index_9 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___7___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:41.9849033Z %index_put_14 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___7___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_15), kwargs = {}) 2025-06-05T23:23:41.9850620Z %index_put_15 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___7___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_86), kwargs = {}) 2025-06-05T23:23:41.9851862Z %transpose_294 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9852773Z %select_336 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_294, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9853637Z %select_337 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_336, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9854521Z %transpose_295 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9855433Z %select_338 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_295, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9856295Z %select_339 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_338, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9857195Z %transpose_296 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9858098Z %select_340 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_296, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9858942Z %select_341 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_340, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9859831Z %transpose_297 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9860731Z %select_342 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_297, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9861603Z %select_343 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_342, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9862499Z %transpose_298 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9863389Z %select_344 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_298, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9864246Z %select_345 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_344, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9865136Z %transpose_299 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9866024Z %select_346 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_299, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9866911Z %select_347 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_346, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9867799Z %transpose_300 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9868689Z %select_348 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_300, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9869547Z %select_349 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_348, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9870492Z %transpose_301 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9871585Z %select_350 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_301, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9872446Z %select_351 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_350, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9873397Z %transpose_302 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9874304Z %select_352 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_302, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9875150Z %select_353 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_352, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9876041Z %transpose_303 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9876943Z %select_354 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_303, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9877789Z %select_355 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_354, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9878692Z %transpose_304 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9879596Z %select_356 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_304, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9880485Z %select_357 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_356, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9881384Z %transpose_305 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9882280Z %select_358 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_305, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9883140Z %select_359 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_358, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9884443Z %cat_14 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_337, %select_339, %select_341, %select_343, %select_345, %select_347, %select_349, %select_351, %select_353, %select_355, %select_357, %select_359],), kwargs = {}) 2025-06-05T23:23:41.9885723Z %view_93 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_14, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9886630Z %transpose_306 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9887537Z %select_360 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_306, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9888385Z %select_361 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_360, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9889274Z %transpose_307 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9890200Z %select_362 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_307, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9891061Z %select_363 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_362, 0, 1), kwargs = {}) 2025-06-05T23:23:41.9891952Z %transpose_308 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9892844Z %select_364 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_308, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9893700Z %select_365 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_364, 0, 2), kwargs = {}) 2025-06-05T23:23:41.9894580Z %transpose_309 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9895485Z %select_366 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_309, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9896373Z %select_367 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_366, 0, 3), kwargs = {}) 2025-06-05T23:23:41.9897255Z %transpose_310 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9898161Z %select_368 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_310, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9899021Z %select_369 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_368, 0, 4), kwargs = {}) 2025-06-05T23:23:41.9899901Z %transpose_311 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9900797Z %select_370 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_311, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9901640Z %select_371 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_370, 0, 5), kwargs = {}) 2025-06-05T23:23:41.9902539Z %transpose_312 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9903435Z %select_372 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_312, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9904314Z %select_373 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_372, 0, 6), kwargs = {}) 2025-06-05T23:23:41.9905201Z %transpose_313 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9906084Z %select_374 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_313, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9906934Z %select_375 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_374, 0, 7), kwargs = {}) 2025-06-05T23:23:41.9907821Z %transpose_314 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9908731Z %select_376 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_314, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9909588Z %select_377 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_376, 0, 8), kwargs = {}) 2025-06-05T23:23:41.9910565Z %transpose_315 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9911455Z %select_378 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_315, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9912313Z %select_379 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_378, 0, 9), kwargs = {}) 2025-06-05T23:23:41.9913189Z %transpose_316 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9914123Z %select_380 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_316, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9914985Z %select_381 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_380, 0, 10), kwargs = {}) 2025-06-05T23:23:41.9915870Z %transpose_317 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9916771Z %select_382 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_317, 0, 0), kwargs = {}) 2025-06-05T23:23:41.9917621Z %select_383 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_382, 0, 11), kwargs = {}) 2025-06-05T23:23:41.9918942Z %cat_15 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_361, %select_363, %select_365, %select_367, %select_369, %select_371, %select_373, %select_375, %select_377, %select_379, %select_381, %select_383],), kwargs = {}) 2025-06-05T23:23:41.9920234Z %view_94 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_15, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:41.9921143Z %transpose_318 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_93, -2, -1), kwargs = {}) 2025-06-05T23:23:41.9922084Z %matmul_14 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_293, %transpose_318), kwargs = {}) 2025-06-05T23:23:41.9922991Z %mul_78 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_14, 0.125), kwargs = {}) 2025-06-05T23:23:41.9923806Z %add_37 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_78, %index_9), kwargs = {}) 2025-06-05T23:23:41.9924612Z %softmax_7 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_37, -1), kwargs = {}) 2025-06-05T23:23:41.9925484Z %matmul_15 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_7, %view_94), kwargs = {}) 2025-06-05T23:23:41.9926385Z %transpose_319 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_15, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9927323Z %view_95 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_319, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:41.9928235Z %unsqueeze_52 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_95, -1), kwargs = {}) 2025-06-05T23:23:41.9929148Z %transpose_320 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_52, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9930275Z %conv2d_52 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_320, %p_getattr_l__self___layers___7___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9931380Z %transpose_321 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_52, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9932292Z %squeeze_52 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_321, -1), kwargs = {}) 2025-06-05T23:23:41.9933150Z %add_38 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_34, %squeeze_52), kwargs = {}) 2025-06-05T23:23:41.9934162Z %rms_norm_15 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_38, [768], %p_getattr_l__self___layers___7___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9935244Z %unsqueeze_53 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_15, -1), kwargs = {}) 2025-06-05T23:23:41.9936180Z %transpose_322 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_53, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9937342Z %conv2d_53 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_322, %p_getattr_l__self___layers___7___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9938456Z %transpose_323 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_53, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9939353Z %squeeze_53 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_323, -1), kwargs = {}) 2025-06-05T23:23:41.9940187Z %silu_7 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_53,), kwargs = {}) 2025-06-05T23:23:41.9941061Z %unsqueeze_54 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_15, -1), kwargs = {}) 2025-06-05T23:23:41.9941982Z %transpose_324 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_54, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9943128Z %conv2d_54 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_324, %p_getattr_l__self___layers___7___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9944235Z %transpose_325 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_54, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9945118Z %squeeze_54 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_325, -1), kwargs = {}) 2025-06-05T23:23:41.9945972Z %mul_79 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_7, %squeeze_54), kwargs = {}) 2025-06-05T23:23:41.9946832Z %unsqueeze_55 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_79, -1), kwargs = {}) 2025-06-05T23:23:41.9947734Z %transpose_326 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_55, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9948867Z %conv2d_55 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_326, %p_getattr_l__self___layers___7___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9949969Z %transpose_327 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_55, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9950980Z %squeeze_55 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_327, -1), kwargs = {}) 2025-06-05T23:23:41.9951832Z %add_39 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_38, %squeeze_55), kwargs = {}) 2025-06-05T23:23:41.9952862Z %rms_norm_16 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_39, [768], %p_getattr_l__self___layers___8___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:41.9953972Z %unsqueeze_56 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-06-05T23:23:41.9954917Z %transpose_328 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_56, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9956050Z %conv2d_56 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_328, %p_getattr_l__self___layers___8___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9957153Z %transpose_329 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_56, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9958038Z %squeeze_56 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_329, -1), kwargs = {}) 2025-06-05T23:23:41.9958951Z %unsqueeze_57 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-06-05T23:23:41.9959887Z %transpose_330 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_57, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9960985Z %conv2d_57 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_330, %p_getattr_l__self___layers___8___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9962110Z %transpose_331 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_57, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9963006Z %squeeze_57 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_331, -1), kwargs = {}) 2025-06-05T23:23:41.9963904Z %unsqueeze_58 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-06-05T23:23:41.9964844Z %transpose_332 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_58, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9965935Z %conv2d_58 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_332, %p_getattr_l__self___layers___8___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:41.9967029Z %transpose_333 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_58, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9967959Z %squeeze_58 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_333, -1), kwargs = {}) 2025-06-05T23:23:41.9968834Z %view_96 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_56, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9969731Z %view_97 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_57, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9970787Z %view_98 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_58, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9971991Z %_assert_tensor_metadata_16 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_96, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9973201Z %view_99 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_96, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9974050Z %unbind_16 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_99, -1), kwargs = {}) 2025-06-05T23:23:41.9974844Z %getitem_32 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_16, 0), kwargs = {}) 2025-06-05T23:23:41.9975663Z %getitem_33 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_16, 1), kwargs = {}) 2025-06-05T23:23:41.9976793Z %_assert_tensor_metadata_17 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_97, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:41.9978006Z %view_100 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_97, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:41.9978875Z %unbind_17 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_100, -1), kwargs = {}) 2025-06-05T23:23:41.9979710Z %getitem_34 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_17, 0), kwargs = {}) 2025-06-05T23:23:41.9980467Z %getitem_35 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_17, 1), kwargs = {}) 2025-06-05T23:23:41.9981269Z %view_101 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9982153Z %view_102 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:41.9983012Z %mul_80 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_32, %view_101), kwargs = {}) 2025-06-05T23:23:41.9983841Z %mul_81 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_33, %view_102), kwargs = {}) 2025-06-05T23:23:41.9984657Z %sub_16 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_80, %mul_81), kwargs = {}) 2025-06-05T23:23:41.9985496Z %mul_82 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_32, %view_102), kwargs = {}) 2025-06-05T23:23:41.9986332Z %mul_83 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_33, %view_101), kwargs = {}) 2025-06-05T23:23:41.9987147Z %add_40 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_82, %mul_83), kwargs = {}) 2025-06-05T23:23:41.9987950Z %mul_84 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_34, %view_101), kwargs = {}) 2025-06-05T23:23:41.9988781Z %mul_85 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_35, %view_102), kwargs = {}) 2025-06-05T23:23:41.9989579Z %sub_17 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_84, %mul_85), kwargs = {}) 2025-06-05T23:23:41.9990496Z %mul_86 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_34, %view_102), kwargs = {}) 2025-06-05T23:23:41.9991340Z %mul_87 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_35, %view_101), kwargs = {}) 2025-06-05T23:23:41.9992140Z %add_41 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_86, %mul_87), kwargs = {}) 2025-06-05T23:23:41.9992989Z %stack_16 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_16, %add_40], -1), kwargs = {}) 2025-06-05T23:23:41.9993885Z %view_103 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_16, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9994764Z %stack_17 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_17, %add_41], -1), kwargs = {}) 2025-06-05T23:23:41.9995653Z %view_104 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_17, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:41.9996531Z %type_as_16 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_103, %view_96), kwargs = {}) 2025-06-05T23:23:41.9997411Z %type_as_17 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_104, %view_97), kwargs = {}) 2025-06-05T23:23:41.9998332Z %transpose_334 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_16, 1, 2), kwargs = {}) 2025-06-05T23:23:41.9999411Z %index_10 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___8___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:42.0000844Z %index_put_16 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___8___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_17), kwargs = {}) 2025-06-05T23:23:42.0002454Z %index_put_17 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___8___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_98), kwargs = {}) 2025-06-05T23:23:42.0003696Z %transpose_335 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0004613Z %select_384 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_335, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0005477Z %select_385 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_384, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0006356Z %transpose_336 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0016497Z %select_386 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_336, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0017594Z %select_387 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_386, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0018498Z %transpose_337 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0019399Z %select_388 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_337, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0020261Z %select_389 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_388, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0021158Z %transpose_338 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0022047Z %select_390 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_338, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0022906Z %select_391 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_390, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0023902Z %transpose_339 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0024795Z %select_392 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_339, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0025657Z %select_393 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_392, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0026536Z %transpose_340 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0027436Z %select_394 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_340, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0028296Z %select_395 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_394, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0029175Z %transpose_341 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0030087Z %select_396 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_341, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0031027Z %select_397 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_396, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0031954Z %transpose_342 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0032862Z %select_398 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_342, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0033703Z %select_399 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_398, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0034594Z %transpose_343 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0035501Z %select_400 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_343, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0036397Z %select_401 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_400, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0037293Z %transpose_344 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0038182Z %select_402 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_344, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0039038Z %select_403 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_402, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0039929Z %transpose_345 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0040815Z %select_404 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_345, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0041709Z %select_405 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_404, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0042592Z %transpose_346 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0043494Z %select_406 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_346, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0044355Z %select_407 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_406, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0045613Z %cat_16 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_385, %select_387, %select_389, %select_391, %select_393, %select_395, %select_397, %select_399, %select_401, %select_403, %select_405, %select_407],), kwargs = {}) 2025-06-05T23:23:42.0046942Z %view_105 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_16, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0047858Z %transpose_347 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0048751Z %select_408 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_347, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0049612Z %select_409 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_408, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0050492Z %transpose_348 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0051396Z %select_410 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_348, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0052261Z %select_411 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_410, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0053146Z %transpose_349 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0054047Z %select_412 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_349, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0054934Z %select_413 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_412, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0055813Z %transpose_350 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0056716Z %select_414 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_350, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0057563Z %select_415 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_414, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0058454Z %transpose_351 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0059383Z %select_416 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_351, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0060228Z %select_417 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_416, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0061125Z %transpose_352 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0062011Z %select_418 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_352, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0062868Z %select_419 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_418, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0063760Z %transpose_353 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0064675Z %select_420 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_353, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0065531Z %select_421 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_420, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0066424Z %transpose_354 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0067312Z %select_422 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_354, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0068168Z %select_423 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_422, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0069045Z %transpose_355 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0069943Z %select_424 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_355, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0071130Z %select_425 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_424, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0072018Z %transpose_356 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0072928Z %select_426 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_356, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0073773Z %select_427 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_426, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0074665Z %transpose_357 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0075568Z %select_428 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_357, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0076419Z %select_429 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_428, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0077320Z %transpose_358 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0078259Z %select_430 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_358, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0079110Z %select_431 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_430, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0080388Z %cat_17 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_409, %select_411, %select_413, %select_415, %select_417, %select_419, %select_421, %select_423, %select_425, %select_427, %select_429, %select_431],), kwargs = {}) 2025-06-05T23:23:42.0081666Z %view_106 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_17, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0082616Z %transpose_359 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_105, -2, -1), kwargs = {}) 2025-06-05T23:23:42.0083571Z %matmul_16 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_334, %transpose_359), kwargs = {}) 2025-06-05T23:23:42.0084458Z %mul_88 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_16, 0.125), kwargs = {}) 2025-06-05T23:23:42.0085271Z %add_42 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_88, %index_10), kwargs = {}) 2025-06-05T23:23:42.0086094Z %softmax_8 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_42, -1), kwargs = {}) 2025-06-05T23:23:42.0086951Z %matmul_17 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_8, %view_106), kwargs = {}) 2025-06-05T23:23:42.0087869Z %transpose_360 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_17, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0088808Z %view_107 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_360, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:42.0089725Z %unsqueeze_59 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_107, -1), kwargs = {}) 2025-06-05T23:23:42.0090650Z %transpose_361 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_59, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0091754Z %conv2d_59 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_361, %p_getattr_l__self___layers___8___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0092852Z %transpose_362 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_59, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0093753Z %squeeze_59 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_362, -1), kwargs = {}) 2025-06-05T23:23:42.0094624Z %add_43 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_39, %squeeze_59), kwargs = {}) 2025-06-05T23:23:42.0095653Z %rms_norm_17 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_43, [768], %p_getattr_l__self___layers___8___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0096726Z %unsqueeze_60 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_17, -1), kwargs = {}) 2025-06-05T23:23:42.0097671Z %transpose_363 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_60, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0098787Z %conv2d_60 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_363, %p_getattr_l__self___layers___8___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0099880Z %transpose_364 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_60, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0100779Z %squeeze_60 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_364, -1), kwargs = {}) 2025-06-05T23:23:42.0101622Z %silu_8 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_60,), kwargs = {}) 2025-06-05T23:23:42.0102513Z %unsqueeze_61 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_17, -1), kwargs = {}) 2025-06-05T23:23:42.0103455Z %transpose_365 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_61, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0104558Z %conv2d_61 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_365, %p_getattr_l__self___layers___8___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0105665Z %transpose_366 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_61, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0106585Z %squeeze_61 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_366, -1), kwargs = {}) 2025-06-05T23:23:42.0107425Z %mul_89 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_8, %squeeze_61), kwargs = {}) 2025-06-05T23:23:42.0108289Z %unsqueeze_62 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_89, -1), kwargs = {}) 2025-06-05T23:23:42.0109191Z %transpose_367 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_62, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0110312Z %conv2d_62 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_367, %p_getattr_l__self___layers___8___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0111498Z %transpose_368 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_62, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0112421Z %squeeze_62 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_368, -1), kwargs = {}) 2025-06-05T23:23:42.0113276Z %add_44 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_43, %squeeze_62), kwargs = {}) 2025-06-05T23:23:42.0114333Z %rms_norm_18 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_44, [768], %p_getattr_l__self___layers___9___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0115429Z %unsqueeze_63 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-06-05T23:23:42.0116371Z %transpose_369 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_63, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0117477Z %conv2d_63 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_369, %p_getattr_l__self___layers___9___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0118586Z %transpose_370 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_63, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0119483Z %squeeze_63 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_370, -1), kwargs = {}) 2025-06-05T23:23:42.0120385Z %unsqueeze_64 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-06-05T23:23:42.0121324Z %transpose_371 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_64, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0122426Z %conv2d_64 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_371, %p_getattr_l__self___layers___9___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0123508Z %transpose_372 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_64, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0124414Z %squeeze_64 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_372, -1), kwargs = {}) 2025-06-05T23:23:42.0125323Z %unsqueeze_65 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-06-05T23:23:42.0126295Z %transpose_373 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_65, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0127407Z %conv2d_65 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_373, %p_getattr_l__self___layers___9___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0128484Z %transpose_374 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_65, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0129386Z %squeeze_65 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_374, -1), kwargs = {}) 2025-06-05T23:23:42.0130285Z %view_108 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_63, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0131202Z %view_109 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_64, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0132104Z %view_110 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_65, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0133320Z %_assert_tensor_metadata_18 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_108, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:42.0134524Z %view_111 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_108, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:42.0135385Z %unbind_18 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_111, -1), kwargs = {}) 2025-06-05T23:23:42.0136195Z %getitem_36 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_18, 0), kwargs = {}) 2025-06-05T23:23:42.0136956Z %getitem_37 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_18, 1), kwargs = {}) 2025-06-05T23:23:42.0138102Z %_assert_tensor_metadata_19 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_109, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:42.0139301Z %view_112 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_109, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:42.0140162Z %unbind_19 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_112, -1), kwargs = {}) 2025-06-05T23:23:42.0140947Z %getitem_38 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_19, 0), kwargs = {}) 2025-06-05T23:23:42.0141718Z %getitem_39 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_19, 1), kwargs = {}) 2025-06-05T23:23:42.0142536Z %view_113 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:42.0143397Z %view_114 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:42.0144259Z %mul_90 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_36, %view_113), kwargs = {}) 2025-06-05T23:23:42.0145098Z %mul_91 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_37, %view_114), kwargs = {}) 2025-06-05T23:23:42.0145901Z %sub_18 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_90, %mul_91), kwargs = {}) 2025-06-05T23:23:42.0146714Z %mul_92 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_36, %view_114), kwargs = {}) 2025-06-05T23:23:42.0147539Z %mul_93 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_37, %view_113), kwargs = {}) 2025-06-05T23:23:42.0148355Z %add_45 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_92, %mul_93), kwargs = {}) 2025-06-05T23:23:42.0149194Z %mul_94 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_38, %view_113), kwargs = {}) 2025-06-05T23:23:42.0150017Z %mul_95 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_39, %view_114), kwargs = {}) 2025-06-05T23:23:42.0150893Z %sub_19 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_94, %mul_95), kwargs = {}) 2025-06-05T23:23:42.0151696Z %mul_96 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_38, %view_114), kwargs = {}) 2025-06-05T23:23:42.0152532Z %mul_97 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_39, %view_113), kwargs = {}) 2025-06-05T23:23:42.0153379Z %add_46 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_96, %mul_97), kwargs = {}) 2025-06-05T23:23:42.0154215Z %stack_18 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_18, %add_45], -1), kwargs = {}) 2025-06-05T23:23:42.0155111Z %view_115 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_18, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0156004Z %stack_19 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_19, %add_46], -1), kwargs = {}) 2025-06-05T23:23:42.0156882Z %view_116 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_19, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0157767Z %type_as_18 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_115, %view_108), kwargs = {}) 2025-06-05T23:23:42.0158666Z %type_as_19 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_116, %view_109), kwargs = {}) 2025-06-05T23:23:42.0159567Z %transpose_375 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0160652Z %index_11 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___9___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:42.0162064Z %index_put_18 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___9___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_19), kwargs = {}) 2025-06-05T23:23:42.0163639Z %index_put_19 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___9___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_110), kwargs = {}) 2025-06-05T23:23:42.0164911Z %transpose_376 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0165805Z %select_432 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_376, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0166671Z %select_433 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_432, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0167548Z %transpose_377 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0168443Z %select_434 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_377, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0169300Z %select_435 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_434, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0170175Z %transpose_378 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0171247Z %select_436 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_378, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0172110Z %select_437 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_436, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0173045Z %transpose_379 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0173942Z %select_438 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_379, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0174791Z %select_439 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_438, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0175686Z %transpose_380 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0176594Z %select_440 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_380, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0177474Z %select_441 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_440, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0178367Z %transpose_381 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0179250Z %select_442 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_381, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0180115Z %select_443 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_442, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0180994Z %transpose_382 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0181892Z %select_444 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_382, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0182793Z %select_445 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_444, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0183671Z %transpose_383 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0184568Z %select_446 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_383, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0185417Z %select_447 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_446, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0186295Z %transpose_384 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0187196Z %select_448 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_384, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0188032Z %select_449 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_448, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0188960Z %transpose_385 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0189859Z %select_450 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_385, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0190765Z %select_451 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_450, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0191651Z %transpose_386 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0192537Z %select_452 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_386, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0193401Z %select_453 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_452, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0194295Z %transpose_387 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0195183Z %select_454 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_387, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0196077Z %select_455 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_454, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0197352Z %cat_18 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_433, %select_435, %select_437, %select_439, %select_441, %select_443, %select_445, %select_447, %select_449, %select_451, %select_453, %select_455],), kwargs = {}) 2025-06-05T23:23:42.0198631Z %view_117 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_18, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0199540Z %transpose_388 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0200472Z %select_456 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_388, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0201319Z %select_457 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_456, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0202214Z %transpose_389 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0203102Z %select_458 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_389, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0203959Z %select_459 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_458, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0204846Z %transpose_390 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0205764Z %select_460 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_390, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0206619Z %select_461 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_460, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0207495Z %transpose_391 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0208395Z %select_462 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_391, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0209251Z %select_463 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_462, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0210124Z %transpose_392 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0211020Z %select_464 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_392, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0211920Z %select_465 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_464, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0212797Z %transpose_393 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0213694Z %select_466 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_393, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0214537Z %select_467 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_466, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0215421Z %transpose_394 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0216325Z %select_468 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_394, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0217168Z %select_469 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_468, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0218058Z %transpose_395 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0218942Z %select_470 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_395, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0219823Z %select_471 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_470, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0220717Z %transpose_396 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0221603Z %select_472 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_396, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0222457Z %select_473 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_472, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0223350Z %transpose_397 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0224261Z %select_474 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_397, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0225120Z %select_475 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_474, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0225992Z %transpose_398 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0226885Z %select_476 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_398, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0227743Z %select_477 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_476, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0228625Z %transpose_399 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0229552Z %select_478 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_399, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0230468Z %select_479 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_478, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0231745Z %cat_19 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_457, %select_459, %select_461, %select_463, %select_465, %select_467, %select_469, %select_471, %select_473, %select_475, %select_477, %select_479],), kwargs = {}) 2025-06-05T23:23:42.0233030Z %view_118 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_19, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0233922Z %transpose_400 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_117, -2, -1), kwargs = {}) 2025-06-05T23:23:42.0234903Z %matmul_18 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_375, %transpose_400), kwargs = {}) 2025-06-05T23:23:42.0235799Z %mul_98 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_18, 0.125), kwargs = {}) 2025-06-05T23:23:42.0236601Z %add_47 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_98, %index_11), kwargs = {}) 2025-06-05T23:23:42.0237421Z %softmax_9 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_47, -1), kwargs = {}) 2025-06-05T23:23:42.0238273Z %matmul_19 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_9, %view_118), kwargs = {}) 2025-06-05T23:23:42.0239186Z %transpose_401 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_19, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0240096Z %view_119 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_401, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:42.0241005Z %unsqueeze_66 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_119, -1), kwargs = {}) 2025-06-05T23:23:42.0241930Z %transpose_402 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_66, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0243062Z %conv2d_66 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_402, %p_getattr_l__self___layers___9___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0244144Z %transpose_403 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_66, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0245032Z %squeeze_66 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_403, -1), kwargs = {}) 2025-06-05T23:23:42.0245867Z %add_48 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_44, %squeeze_66), kwargs = {}) 2025-06-05T23:23:42.0246921Z %rms_norm_19 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_48, [768], %p_getattr_l__self___layers___9___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0248004Z %unsqueeze_67 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_19, -1), kwargs = {}) 2025-06-05T23:23:42.0248936Z %transpose_404 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_67, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0250058Z %conv2d_67 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_404, %p_getattr_l__self___layers___9___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0251167Z %transpose_405 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_67, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0252052Z %squeeze_67 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_405, -1), kwargs = {}) 2025-06-05T23:23:42.0252922Z %silu_9 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_67,), kwargs = {}) 2025-06-05T23:23:42.0253789Z %unsqueeze_68 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_19, -1), kwargs = {}) 2025-06-05T23:23:42.0254731Z %transpose_406 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_68, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0255837Z %conv2d_68 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_406, %p_getattr_l__self___layers___9___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0256925Z %transpose_407 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_68, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0257820Z %squeeze_68 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_407, -1), kwargs = {}) 2025-06-05T23:23:42.0258691Z %mul_99 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_9, %squeeze_68), kwargs = {}) 2025-06-05T23:23:42.0259540Z %unsqueeze_69 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_99, -1), kwargs = {}) 2025-06-05T23:23:42.0260454Z %transpose_408 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_69, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0261045Z %conv2d_69 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_408, %p_getattr_l__self___layers___9___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0261438Z %transpose_409 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_69, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0261821Z %squeeze_69 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_409, -1), kwargs = {}) 2025-06-05T23:23:42.0262170Z %add_49 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_48, %squeeze_69), kwargs = {}) 2025-06-05T23:23:42.0262745Z %rms_norm_20 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_49, [768], %p_getattr_l__self___layers___10___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0263194Z %unsqueeze_70 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-06-05T23:23:42.0263594Z %transpose_410 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_70, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0264188Z %conv2d_70 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_410, %p_getattr_l__self___layers___10___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0264577Z %transpose_411 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_70, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0264954Z %squeeze_70 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_411, -1), kwargs = {}) 2025-06-05T23:23:42.0265403Z %unsqueeze_71 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-06-05T23:23:42.0265807Z %transpose_412 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_71, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0266391Z %conv2d_71 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_412, %p_getattr_l__self___layers___10___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0266793Z %transpose_413 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_71, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0267167Z %squeeze_71 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_413, -1), kwargs = {}) 2025-06-05T23:23:42.0267606Z %unsqueeze_72 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-06-05T23:23:42.0268023Z %transpose_414 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_72, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0268609Z %conv2d_72 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_414, %p_getattr_l__self___layers___10___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0269000Z %transpose_415 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_72, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0269383Z %squeeze_72 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_415, -1), kwargs = {}) 2025-06-05T23:23:42.0269769Z %view_120 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_70, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0270184Z %view_121 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_71, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0270825Z %view_122 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_72, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0271533Z %_assert_tensor_metadata_20 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_120, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:42.0271922Z %view_123 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_120, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:42.0272291Z %unbind_20 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_123, -1), kwargs = {}) 2025-06-05T23:23:42.0272609Z %getitem_40 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_20, 0), kwargs = {}) 2025-06-05T23:23:42.0272924Z %getitem_41 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_20, 1), kwargs = {}) 2025-06-05T23:23:42.0273639Z %_assert_tensor_metadata_21 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_121, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:42.0274090Z %view_124 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_121, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:42.0274435Z %unbind_21 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_124, -1), kwargs = {}) 2025-06-05T23:23:42.0274760Z %getitem_42 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_21, 0), kwargs = {}) 2025-06-05T23:23:42.0275074Z %getitem_43 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_21, 1), kwargs = {}) 2025-06-05T23:23:42.0275442Z %view_125 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:42.0275866Z %view_126 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:42.0276227Z %mul_100 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_40, %view_125), kwargs = {}) 2025-06-05T23:23:42.0276584Z %mul_101 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_41, %view_126), kwargs = {}) 2025-06-05T23:23:42.0276940Z %sub_20 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_100, %mul_101), kwargs = {}) 2025-06-05T23:23:42.0277297Z %mul_102 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_40, %view_126), kwargs = {}) 2025-06-05T23:23:42.0277655Z %mul_103 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_41, %view_125), kwargs = {}) 2025-06-05T23:23:42.0278058Z %add_50 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_102, %mul_103), kwargs = {}) 2025-06-05T23:23:42.0278423Z %mul_104 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_42, %view_125), kwargs = {}) 2025-06-05T23:23:42.0278779Z %mul_105 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_43, %view_126), kwargs = {}) 2025-06-05T23:23:42.0279132Z %sub_21 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_104, %mul_105), kwargs = {}) 2025-06-05T23:23:42.0279488Z %mul_106 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_42, %view_126), kwargs = {}) 2025-06-05T23:23:42.0279843Z %mul_107 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_43, %view_125), kwargs = {}) 2025-06-05T23:23:42.0280195Z %add_51 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_106, %mul_107), kwargs = {}) 2025-06-05T23:23:42.0280622Z %stack_20 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_20, %add_50], -1), kwargs = {}) 2025-06-05T23:23:42.0281009Z %view_127 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_20, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0281404Z %stack_21 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_21, %add_51], -1), kwargs = {}) 2025-06-05T23:23:42.0281784Z %view_128 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_21, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0282161Z %type_as_20 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_127, %view_120), kwargs = {}) 2025-06-05T23:23:42.0282547Z %type_as_21 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_128, %view_121), kwargs = {}) 2025-06-05T23:23:42.0282943Z %transpose_416 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0283518Z %index_12 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___10___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:42.0284287Z %index_put_20 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___10___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_21), kwargs = {}) 2025-06-05T23:23:42.0285013Z %index_put_21 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___10___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_122), kwargs = {}) 2025-06-05T23:23:42.0285421Z %transpose_417 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0285805Z %select_480 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_417, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0286195Z %select_481 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_480, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0286596Z %transpose_418 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0286978Z %select_482 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_418, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0287338Z %select_483 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_482, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0287742Z %transpose_419 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0288122Z %select_484 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_419, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0288510Z %select_485 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_484, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0288914Z %transpose_420 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0289296Z %select_486 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_420, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0289653Z %select_487 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_486, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0290054Z %transpose_421 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0290433Z %select_488 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_421, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0290791Z %select_489 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_488, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0291222Z %transpose_422 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0291605Z %select_490 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_422, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0291965Z %select_491 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_490, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0292369Z %transpose_423 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0292748Z %select_492 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_423, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0293107Z %select_493 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_492, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0293510Z %transpose_424 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0293893Z %select_494 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_424, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0294276Z %select_495 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_494, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0294679Z %transpose_425 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0295056Z %select_496 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_425, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0295411Z %select_497 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_496, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0295813Z %transpose_426 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0296222Z %select_498 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_426, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0296578Z %select_499 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_498, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0296982Z %transpose_427 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0297363Z %select_500 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_427, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0297726Z %select_501 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_500, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0298128Z %transpose_428 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0298534Z %select_502 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_428, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0298896Z %select_503 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_502, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0299676Z %cat_20 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_481, %select_483, %select_485, %select_487, %select_489, %select_491, %select_493, %select_495, %select_497, %select_499, %select_501, %select_503],), kwargs = {}) 2025-06-05T23:23:42.0300069Z %view_129 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_20, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0300469Z %transpose_429 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0300838Z %select_504 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_429, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0301232Z %select_505 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_504, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0301638Z %transpose_430 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0302009Z %select_506 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_430, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0302377Z %select_507 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_506, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0302779Z %transpose_431 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0303148Z %select_508 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_431, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0303515Z %select_509 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_508, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0303920Z %transpose_432 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0304302Z %select_510 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_432, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0304685Z %select_511 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_510, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0305088Z %transpose_433 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0305466Z %select_512 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_433, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0305821Z %select_513 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_512, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0306227Z %transpose_434 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0306629Z %select_514 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_434, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0306995Z %select_515 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_514, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0307395Z %transpose_435 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0307775Z %select_516 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_435, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0308131Z %select_517 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_516, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0308533Z %transpose_436 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0308941Z %select_518 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_436, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0309295Z %select_519 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_518, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0309698Z %transpose_437 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0310074Z %select_520 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_437, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0310504Z %select_521 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_520, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0310908Z %transpose_438 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0311320Z %select_522 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_438, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0311680Z %select_523 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_522, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0312086Z %transpose_439 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0312468Z %select_524 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_439, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0312831Z %select_525 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_524, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0313230Z %transpose_440 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0313613Z %select_526 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_440, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0313976Z %select_527 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_526, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0314758Z %cat_21 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_505, %select_507, %select_509, %select_511, %select_513, %select_515, %select_517, %select_519, %select_521, %select_523, %select_525, %select_527],), kwargs = {}) 2025-06-05T23:23:42.0315178Z %view_130 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_21, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0315576Z %transpose_441 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_129, -2, -1), kwargs = {}) 2025-06-05T23:23:42.0316002Z %matmul_20 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_416, %transpose_441), kwargs = {}) 2025-06-05T23:23:42.0316356Z %mul_108 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_20, 0.125), kwargs = {}) 2025-06-05T23:23:42.0316741Z %add_52 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_108, %index_12), kwargs = {}) 2025-06-05T23:23:42.0317094Z %softmax_10 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_52, -1), kwargs = {}) 2025-06-05T23:23:42.0317497Z %matmul_21 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_10, %view_130), kwargs = {}) 2025-06-05T23:23:42.0317887Z %transpose_442 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_21, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0318277Z %view_131 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_442, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:42.0318680Z %unsqueeze_73 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_131, -1), kwargs = {}) 2025-06-05T23:23:42.0319170Z %transpose_443 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_73, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0319757Z %conv2d_73 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_443, %p_getattr_l__self___layers___10___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0320163Z %transpose_444 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_73, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0320537Z %squeeze_73 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_444, -1), kwargs = {}) 2025-06-05T23:23:42.0320882Z %add_53 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_49, %squeeze_73), kwargs = {}) 2025-06-05T23:23:42.0321443Z %rms_norm_21 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_53, [768], %p_getattr_l__self___layers___10___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0321885Z %unsqueeze_74 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_21, -1), kwargs = {}) 2025-06-05T23:23:42.0322291Z %transpose_445 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_74, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0322892Z %conv2d_74 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_445, %p_getattr_l__self___layers___10___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0323283Z %transpose_446 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_74, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0323660Z %squeeze_74 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_446, -1), kwargs = {}) 2025-06-05T23:23:42.0324011Z %silu_10 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_74,), kwargs = {}) 2025-06-05T23:23:42.0324420Z %unsqueeze_75 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_21, -1), kwargs = {}) 2025-06-05T23:23:42.0324822Z %transpose_447 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_75, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0325449Z %conv2d_75 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_447, %p_getattr_l__self___layers___10___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0325838Z %transpose_448 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_75, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0326213Z %squeeze_75 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_448, -1), kwargs = {}) 2025-06-05T23:23:42.0326580Z %mul_109 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_10, %squeeze_75), kwargs = {}) 2025-06-05T23:23:42.0326976Z %unsqueeze_76 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_109, -1), kwargs = {}) 2025-06-05T23:23:42.0327402Z %transpose_449 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_76, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0328005Z %conv2d_76 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_449, %p_getattr_l__self___layers___10___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0328395Z %transpose_450 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_76, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0328768Z %squeeze_76 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_450, -1), kwargs = {}) 2025-06-05T23:23:42.0329123Z %add_54 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_53, %squeeze_76), kwargs = {}) 2025-06-05T23:23:42.0329697Z %rms_norm_22 : [num_users=3] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_54, [768], %p_getattr_l__self___layers___11___attention_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0330136Z %unsqueeze_77 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-06-05T23:23:42.0330553Z %transpose_451 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_77, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0331133Z %conv2d_77 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_451, %p_getattr_l__self___layers___11___attention_wq_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0331521Z %transpose_452 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_77, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0331906Z %squeeze_77 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_452, -1), kwargs = {}) 2025-06-05T23:23:42.0332346Z %unsqueeze_78 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-06-05T23:23:42.0332750Z %transpose_453 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_78, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0333342Z %conv2d_78 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_453, %p_getattr_l__self___layers___11___attention_wk_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0333730Z %transpose_454 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_78, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0334107Z %squeeze_78 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_454, -1), kwargs = {}) 2025-06-05T23:23:42.0334526Z %unsqueeze_79 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-06-05T23:23:42.0334930Z %transpose_455 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_79, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0335513Z %conv2d_79 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_455, %p_getattr_l__self___layers___11___attention_wv_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0335941Z %transpose_456 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_79, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0336318Z %squeeze_79 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_456, -1), kwargs = {}) 2025-06-05T23:23:42.0336715Z %view_132 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_77, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0337100Z %view_133 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_78, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0337480Z %view_134 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_79, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0338223Z %_assert_tensor_metadata_22 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_132, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:42.0338614Z %view_135 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_132, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:42.0338960Z %unbind_22 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_135, -1), kwargs = {}) 2025-06-05T23:23:42.0339287Z %getitem_44 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_22, 0), kwargs = {}) 2025-06-05T23:23:42.0339601Z %getitem_45 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_22, 1), kwargs = {}) 2025-06-05T23:23:42.0340300Z %_assert_tensor_metadata_23 : [num_users=0] = call_function[target=torch.ops.aten._assert_tensor_metadata.default](args = (%view_133, None, None, torch.float32), kwargs = {device: cpu, layout: torch.strided}) 2025-06-05T23:23:42.0340729Z %view_136 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_133, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:23:42.0341075Z %unbind_23 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_136, -1), kwargs = {}) 2025-06-05T23:23:42.0341388Z %getitem_46 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_23, 0), kwargs = {}) 2025-06-05T23:23:42.0341710Z %getitem_47 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_23, 1), kwargs = {}) 2025-06-05T23:23:42.0342078Z %view_137 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:42.0342450Z %view_138 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:23:42.0342846Z %mul_110 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_44, %view_137), kwargs = {}) 2025-06-05T23:23:42.0343207Z %mul_111 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_45, %view_138), kwargs = {}) 2025-06-05T23:23:42.0343552Z %sub_22 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_110, %mul_111), kwargs = {}) 2025-06-05T23:23:42.0343921Z %mul_112 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_44, %view_138), kwargs = {}) 2025-06-05T23:23:42.0344278Z %mul_113 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_45, %view_137), kwargs = {}) 2025-06-05T23:23:42.0344616Z %add_55 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_112, %mul_113), kwargs = {}) 2025-06-05T23:23:42.0344984Z %mul_114 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_46, %view_137), kwargs = {}) 2025-06-05T23:23:42.0345347Z %mul_115 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_47, %view_138), kwargs = {}) 2025-06-05T23:23:42.0345686Z %sub_23 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_114, %mul_115), kwargs = {}) 2025-06-05T23:23:42.0346078Z %mul_116 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_46, %view_138), kwargs = {}) 2025-06-05T23:23:42.0346434Z %mul_117 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_47, %view_137), kwargs = {}) 2025-06-05T23:23:42.0346774Z %add_56 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_116, %mul_117), kwargs = {}) 2025-06-05T23:23:42.0347167Z %stack_22 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_22, %add_55], -1), kwargs = {}) 2025-06-05T23:23:42.0347550Z %view_139 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_22, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0347954Z %stack_23 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_23, %add_56], -1), kwargs = {}) 2025-06-05T23:23:42.0348350Z %view_140 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_23, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:23:42.0348725Z %type_as_22 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_139, %view_132), kwargs = {}) 2025-06-05T23:23:42.0349097Z %type_as_23 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_140, %view_133), kwargs = {}) 2025-06-05T23:23:42.0349504Z %transpose_457 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0350073Z %index_13 : [num_users=1] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___11___attention_mask, [%attn_options_input_pos]), kwargs = {}) 2025-06-05T23:23:42.0350911Z %index_put_22 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___11___attention_kv_cache_past_k_caches, [None, %attn_options_input_pos], %type_as_23), kwargs = {}) 2025-06-05T23:23:42.0351651Z %index_put_23 : [num_users=13] = call_function[target=torch.ops.aten.index_put.default](args = (%b_getattr_l__self___layers___11___attention_kv_cache_past_v_caches, [None, %attn_options_input_pos], %view_134), kwargs = {}) 2025-06-05T23:23:42.0352058Z %transpose_458 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0352444Z %select_528 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_458, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0352807Z %select_529 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_528, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0353243Z %transpose_459 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0353633Z %select_530 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_459, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0353996Z %select_531 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_530, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0354397Z %transpose_460 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0354781Z %select_532 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_460, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0355140Z %select_533 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_532, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0355548Z %transpose_461 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0355934Z %select_534 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_461, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0356330Z %select_535 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_534, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0356732Z %transpose_462 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0357113Z %select_536 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_462, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0357472Z %select_537 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_536, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0357876Z %transpose_463 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0358285Z %select_538 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_463, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0358643Z %select_539 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_538, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0359047Z %transpose_464 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0359426Z %select_540 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_464, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0359787Z %select_541 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_540, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0360189Z %transpose_465 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0360596Z %select_542 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_465, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0360960Z %select_543 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_542, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0361361Z %transpose_466 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0361736Z %select_544 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_466, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0362094Z %select_545 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_544, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0362495Z %transpose_467 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0362877Z %select_546 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_467, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0363263Z %select_547 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_546, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0363669Z %transpose_468 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0364054Z %select_548 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_468, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0364419Z %select_549 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_548, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0364822Z %transpose_469 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0365209Z %select_550 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_469, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0365571Z %select_551 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_550, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0366356Z %cat_22 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_529, %select_531, %select_533, %select_535, %select_537, %select_539, %select_541, %select_543, %select_545, %select_547, %select_549, %select_551],), kwargs = {}) 2025-06-05T23:23:42.0366778Z %view_141 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_22, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0367174Z %transpose_470 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0367561Z %select_552 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_470, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0367921Z %select_553 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_552, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0368327Z %transpose_471 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0368736Z %select_554 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_471, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0369099Z %select_555 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_554, 0, 1), kwargs = {}) 2025-06-05T23:23:42.0369500Z %transpose_472 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0369882Z %select_556 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_472, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0370238Z %select_557 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_556, 0, 2), kwargs = {}) 2025-06-05T23:23:42.0370814Z %transpose_473 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0371257Z %select_558 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_473, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0371618Z %select_559 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_558, 0, 3), kwargs = {}) 2025-06-05T23:23:42.0372024Z %transpose_474 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0372407Z %select_560 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_474, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0372764Z %select_561 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_560, 0, 4), kwargs = {}) 2025-06-05T23:23:42.0373165Z %transpose_475 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0373581Z %select_562 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_475, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0373941Z %select_563 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_562, 0, 5), kwargs = {}) 2025-06-05T23:23:42.0374343Z %transpose_476 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0374721Z %select_564 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_476, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0375081Z %select_565 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_564, 0, 6), kwargs = {}) 2025-06-05T23:23:42.0375485Z %transpose_477 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0375864Z %select_566 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_477, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0376225Z %select_567 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_566, 0, 7), kwargs = {}) 2025-06-05T23:23:42.0376628Z %transpose_478 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0377035Z %select_568 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_478, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0377389Z %select_569 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_568, 0, 8), kwargs = {}) 2025-06-05T23:23:42.0377788Z %transpose_479 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0378165Z %select_570 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_479, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0378522Z %select_571 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_570, 0, 9), kwargs = {}) 2025-06-05T23:23:42.0378957Z %transpose_480 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0379335Z %select_572 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_480, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0379695Z %select_573 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_572, 0, 10), kwargs = {}) 2025-06-05T23:23:42.0380096Z %transpose_481 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0380475Z %select_574 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_481, 0, 0), kwargs = {}) 2025-06-05T23:23:42.0380830Z %select_575 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_574, 0, 11), kwargs = {}) 2025-06-05T23:23:42.0381639Z %cat_23 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%select_553, %select_555, %select_557, %select_559, %select_561, %select_563, %select_565, %select_567, %select_569, %select_571, %select_573, %select_575],), kwargs = {}) 2025-06-05T23:23:42.0382034Z %view_142 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_23, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:23:42.0382425Z %transpose_482 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_141, -2, -1), kwargs = {}) 2025-06-05T23:23:42.0382849Z %matmul_22 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_457, %transpose_482), kwargs = {}) 2025-06-05T23:23:42.0383205Z %mul_118 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_22, 0.125), kwargs = {}) 2025-06-05T23:23:42.0383546Z %add_57 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_118, %index_13), kwargs = {}) 2025-06-05T23:23:42.0383925Z %softmax_11 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_57, -1), kwargs = {}) 2025-06-05T23:23:42.0384332Z %matmul_23 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_11, %view_142), kwargs = {}) 2025-06-05T23:23:42.0384726Z %transpose_483 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_23, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0385114Z %view_143 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_483, [1, 1, 768]), kwargs = {}) 2025-06-05T23:23:42.0385519Z %unsqueeze_80 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_143, -1), kwargs = {}) 2025-06-05T23:23:42.0385919Z %transpose_484 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_80, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0386506Z %conv2d_80 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_484, %p_getattr_l__self___layers___11___attention_wo_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0386911Z %transpose_485 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_80, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0387308Z %squeeze_80 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_485, -1), kwargs = {}) 2025-06-05T23:23:42.0387652Z %add_58 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_54, %squeeze_80), kwargs = {}) 2025-06-05T23:23:42.0388212Z %rms_norm_23 : [num_users=2] = call_function[target=torch.ops.aten.rms_norm.default](args = (%add_58, [768], %p_getattr_l__self___layers___11___ffn_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0388618Z %unsqueeze_81 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_23, -1), kwargs = {}) 2025-06-05T23:23:42.0389018Z %transpose_486 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_81, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0389641Z %conv2d_81 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_486, %p_getattr_l__self___layers___11___feed_forward_w1_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0390034Z %transpose_487 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_81, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0390491Z %squeeze_81 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_487, -1), kwargs = {}) 2025-06-05T23:23:42.0390845Z %silu_11 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_81,), kwargs = {}) 2025-06-05T23:23:42.0391255Z %unsqueeze_82 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_23, -1), kwargs = {}) 2025-06-05T23:23:42.0391687Z %transpose_488 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_82, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0392291Z %conv2d_82 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_488, %p_getattr_l__self___layers___11___feed_forward_w3_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0392683Z %transpose_489 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_82, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0393055Z %squeeze_82 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_489, -1), kwargs = {}) 2025-06-05T23:23:42.0393418Z %mul_119 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_11, %squeeze_82), kwargs = {}) 2025-06-05T23:23:42.0393809Z %unsqueeze_83 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_119, -1), kwargs = {}) 2025-06-05T23:23:42.0394211Z %transpose_490 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_83, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0394850Z %conv2d_83 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_490, %p_getattr_l__self___layers___11___feed_forward_w2_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0395244Z %transpose_491 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_83, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0395618Z %squeeze_83 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_491, -1), kwargs = {}) 2025-06-05T23:23:42.0395971Z %add_59 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_58, %squeeze_83), kwargs = {}) 2025-06-05T23:23:42.0396374Z %slice_1 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%add_59, 0, 0, 9223372036854775807), kwargs = {}) 2025-06-05T23:23:42.0396728Z %select_576 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%slice_1, 1, -1), kwargs = {}) 2025-06-05T23:23:42.0397156Z %slice_2 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_576, 1, 0, 9223372036854775807), kwargs = {}) 2025-06-05T23:23:42.0397604Z %rms_norm_24 : [num_users=1] = call_function[target=torch.ops.aten.rms_norm.default](args = (%slice_2, [768], %p_norm_weight, 1e-05), kwargs = {}) 2025-06-05T23:23:42.0398021Z %view_144 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%rms_norm_24, [1, 1, 768, 1]), kwargs = {}) 2025-06-05T23:23:42.0398415Z %transpose_492 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_144, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0398866Z %conv2d_84 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_492, %p_output_conv_weight), kwargs = {}) 2025-06-05T23:23:42.0399252Z %transpose_493 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_84, 1, 2), kwargs = {}) 2025-06-05T23:23:42.0399680Z %view_145 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_493, [1, 32000]), kwargs = {}) 2025-06-05T23:23:42.0400251Z %copy : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___0___attention_kv_cache_past_k_caches, %index_put), kwargs = {}) 2025-06-05T23:23:42.0400843Z %copy_1 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___0___attention_kv_cache_past_v_caches, %index_put_1), kwargs = {}) 2025-06-05T23:23:42.0401413Z %copy_2 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___1___attention_kv_cache_past_k_caches, %index_put_2), kwargs = {}) 2025-06-05T23:23:42.0401983Z %copy_3 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___1___attention_kv_cache_past_v_caches, %index_put_3), kwargs = {}) 2025-06-05T23:23:42.0402596Z %copy_4 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___2___attention_kv_cache_past_k_caches, %index_put_4), kwargs = {}) 2025-06-05T23:23:42.0403168Z %copy_5 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___2___attention_kv_cache_past_v_caches, %index_put_5), kwargs = {}) 2025-06-05T23:23:42.0403739Z %copy_6 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___3___attention_kv_cache_past_k_caches, %index_put_6), kwargs = {}) 2025-06-05T23:23:42.0404323Z %copy_7 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___3___attention_kv_cache_past_v_caches, %index_put_7), kwargs = {}) 2025-06-05T23:23:42.0404892Z %copy_8 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___4___attention_kv_cache_past_k_caches, %index_put_8), kwargs = {}) 2025-06-05T23:23:42.0405488Z %copy_9 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___4___attention_kv_cache_past_v_caches, %index_put_9), kwargs = {}) 2025-06-05T23:23:42.0406083Z %copy_10 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___5___attention_kv_cache_past_k_caches, %index_put_10), kwargs = {}) 2025-06-05T23:23:42.0406656Z %copy_11 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___5___attention_kv_cache_past_v_caches, %index_put_11), kwargs = {}) 2025-06-05T23:23:42.0407229Z %copy_12 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___6___attention_kv_cache_past_k_caches, %index_put_12), kwargs = {}) 2025-06-05T23:23:42.0407817Z %copy_13 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___6___attention_kv_cache_past_v_caches, %index_put_13), kwargs = {}) 2025-06-05T23:23:42.0408391Z %copy_14 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___7___attention_kv_cache_past_k_caches, %index_put_14), kwargs = {}) 2025-06-05T23:23:42.0408999Z %copy_15 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___7___attention_kv_cache_past_v_caches, %index_put_15), kwargs = {}) 2025-06-05T23:23:42.0409574Z %copy_16 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___8___attention_kv_cache_past_k_caches, %index_put_16), kwargs = {}) 2025-06-05T23:23:42.0410148Z %copy_17 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___8___attention_kv_cache_past_v_caches, %index_put_17), kwargs = {}) 2025-06-05T23:23:59.1361232Z %copy_18 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___9___attention_kv_cache_past_k_caches, %index_put_18), kwargs = {}) 2025-06-05T23:23:59.1364333Z %copy_19 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___9___attention_kv_cache_past_v_caches, %index_put_19), kwargs = {}) 2025-06-05T23:23:59.1366571Z %copy_20 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___10___attention_kv_cache_past_k_caches, %index_put_20), kwargs = {}) 2025-06-05T23:23:59.1368843Z %copy_21 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___10___attention_kv_cache_past_v_caches, %index_put_21), kwargs = {}) 2025-06-05T23:23:59.1371279Z %copy_22 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___11___attention_kv_cache_past_k_caches, %index_put_22), kwargs = {}) 2025-06-05T23:23:59.1373674Z %copy_23 : [num_users=1] = call_function[target=torch.ops.aten.copy.default](args = (%b_getattr_l__self___layers___11___attention_kv_cache_past_v_caches, %index_put_23), kwargs = {}) 2025-06-05T23:23:59.1375926Z return (copy, copy_1, copy_2, copy_3, copy_4, copy_5, copy_6, copy_7, copy_8, copy_9, copy_10, copy_11, copy_12, copy_13, copy_14, copy_15, copy_16, copy_17, copy_18, copy_19, copy_20, copy_21, copy_22, copy_23, view_145) 2025-06-05T23:23:59.1377463Z [INFO 2025-06-05 23:23:59,135 utils.py:70] Exported graph: 2025-06-05T23:23:59.1378079Z ExportedProgram: 2025-06-05T23:23:59.1378467Z class GraphModule(torch.nn.Module): 2025-06-05T23:23:59.1426627Z def forward(self, p_tok_embeddings_weight: "f32[32000, 768]", p_layers_0_attention_norm_weight: "f32[768]", p_layers_0_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_0_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_0_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_0_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_0_ffn_norm_weight: "f32[768]", p_layers_0_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_0_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_0_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_1_attention_norm_weight: "f32[768]", p_layers_1_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_1_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_1_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_1_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_1_ffn_norm_weight: "f32[768]", p_layers_1_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_1_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_1_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_2_attention_norm_weight: "f32[768]", p_layers_2_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_2_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_2_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_2_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_2_ffn_norm_weight: "f32[768]", p_layers_2_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_2_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_2_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_3_attention_norm_weight: "f32[768]", p_layers_3_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_3_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_3_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_3_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_3_ffn_norm_weight: "f32[768]", p_layers_3_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_3_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_3_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_4_attention_norm_weight: "f32[768]", p_layers_4_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_4_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_4_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_4_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_4_ffn_norm_weight: "f32[768]", p_layers_4_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_4_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_4_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_5_attention_norm_weight: "f32[768]", p_layers_5_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_5_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_5_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_5_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_5_ffn_norm_weight: "f32[768]", p_layers_5_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_5_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_5_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_6_attention_norm_weight: "f32[768]", p_layers_6_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_6_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_6_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_6_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_6_ffn_norm_weight: "f32[768]", p_layers_6_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_6_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_6_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_7_attention_norm_weight: "f32[768]", p_layers_7_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_7_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_7_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_7_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_7_ffn_norm_weight: "f32[768]", p_layers_7_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_7_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_7_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_8_attention_norm_weight: "f32[768]", p_layers_8_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_8_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_8_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_8_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_8_ffn_norm_weight: "f32[768]", p_layers_8_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_8_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_8_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_9_attention_norm_weight: "f32[768]", p_layers_9_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_9_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_9_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_9_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_9_ffn_norm_weight: "f32[768]", p_layers_9_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_9_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_9_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_10_attention_norm_weight: "f32[768]", p_layers_10_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_10_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_10_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_10_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_10_ffn_norm_weight: "f32[768]", p_layers_10_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_10_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_10_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_layers_11_attention_norm_weight: "f32[768]", p_layers_11_attention_wq_conv_weight: "f32[768, 768, 1, 1]", p_layers_11_attention_wk_conv_weight: "f32[768, 768, 1, 1]", p_layers_11_attention_wv_conv_weight: "f32[768, 768, 1, 1]", p_layers_11_attention_wo_conv_weight: "f32[768, 768, 1, 1]", p_layers_11_ffn_norm_weight: "f32[768]", p_layers_11_feed_forward_w1_conv_weight: "f32[2048, 768, 1, 1]", p_layers_11_feed_forward_w3_conv_weight: "f32[2048, 768, 1, 1]", p_layers_11_feed_forward_w2_conv_weight: "f32[768, 2048, 1, 1]", p_norm_weight: "f32[768]", p_output_conv_weight: "f32[32000, 768, 1, 1]", b_layers_0_attention_mask: "f32[128, 128]", b_layers_0_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_0_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_1_attention_mask: "f32[128, 128]", b_layers_1_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_1_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_2_attention_mask: "f32[128, 128]", b_layers_2_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_2_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_3_attention_mask: "f32[128, 128]", b_layers_3_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_3_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_4_attention_mask: "f32[128, 128]", b_layers_4_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_4_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_5_attention_mask: "f32[128, 128]", b_layers_5_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_5_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_6_attention_mask: "f32[128, 128]", b_layers_6_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_6_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_7_attention_mask: "f32[128, 128]", b_layers_7_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_7_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_8_attention_mask: "f32[128, 128]", b_layers_8_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_8_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_9_attention_mask: "f32[128, 128]", b_layers_9_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_9_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_10_attention_mask: "f32[128, 128]", b_layers_10_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_10_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_layers_11_attention_mask: "f32[128, 128]", b_layers_11_attention_kv_cache_past_k_caches: "f32[1, 128, 12, 64]", b_layers_11_attention_kv_cache_past_v_caches: "f32[1, 128, 12, 64]", b_rope_freqs_cos: "f32[128, 32]", b_rope_freqs_sin: "f32[128, 32]", _lifted_tensor_constant38: "f32[]", _lifted_tensor_constant39: "f32[]", _lifted_tensor_constant40: "f32[]", _lifted_tensor_constant41: "f32[]", _lifted_tensor_constant42: "f32[]", _lifted_tensor_constant43: "f32[]", _lifted_tensor_constant44: "f32[]", _lifted_tensor_constant45: "f32[]", _lifted_tensor_constant46: "f32[]", _lifted_tensor_constant47: "f32[]", _lifted_tensor_constant48: "f32[]", _lifted_tensor_constant49: "f32[]", tokens: "i64[1, 1]", attn_options_input_pos: "i64[1]"): 2025-06-05T23:23:59.1475305Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:188 in forward, code: h = self.tok_embeddings(tokens) 2025-06-05T23:23:59.1477240Z aten_embedding_default: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_embedding_default(p_tok_embeddings_weight, tokens); p_tok_embeddings_weight = tokens = None 2025-06-05T23:23:59.1478572Z 2025-06-05T23:23:59.1479231Z # File: /pytorch/executorch/examples/models/llama/rope.py:301 in get_freqs, code: freqs_cos = self.freqs_cos[input_pos] 2025-06-05T23:23:59.1480374Z aten_index_tensor: "f32[1, 32]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_rope_freqs_cos, [attn_options_input_pos]); b_rope_freqs_cos = None 2025-06-05T23:23:59.1481354Z 2025-06-05T23:23:59.1481915Z # File: /pytorch/executorch/examples/models/llama/rope.py:302 in get_freqs, code: freqs_sin = self.freqs_sin[input_pos] 2025-06-05T23:23:59.1482977Z aten_index_tensor_1: "f32[1, 32]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_rope_freqs_sin, [attn_options_input_pos]); b_rope_freqs_sin = None 2025-06-05T23:23:59.1483676Z 2025-06-05T23:23:59.1484393Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.1485596Z aten_pow_tensor_scalar: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_embedding_default, 2) 2025-06-05T23:23:59.1486768Z aten_mean_dim: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar, [2], True); aten_pow_tensor_scalar = None 2025-06-05T23:23:59.1487883Z aten_add_scalar: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim, 9.999999747378752e-06); aten_mean_dim = None 2025-06-05T23:23:59.1488857Z aten_rsqrt_default: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar); aten_add_scalar = None 2025-06-05T23:23:59.1489913Z aten_mul_tensor: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_embedding_default, aten_rsqrt_default); aten_rsqrt_default = None 2025-06-05T23:23:59.1491216Z aten_mul_tensor_1: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor, p_layers_0_attention_norm_weight); aten_mul_tensor = p_layers_0_attention_norm_weight = None 2025-06-05T23:23:59.1492111Z 2025-06-05T23:23:59.1492806Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1493904Z aten_unsqueeze_copy_default: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_1, -1) 2025-06-05T23:23:59.1494523Z 2025-06-05T23:23:59.1495075Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1496215Z aten_permute_copy_default: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default, [0, 2, 1, 3]); aten_unsqueeze_copy_default = None 2025-06-05T23:23:59.1497462Z 2025-06-05T23:23:59.1497969Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1499989Z aten_convolution_default: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default, p_layers_0_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default = p_layers_0_attention_wq_conv_weight = None 2025-06-05T23:23:59.1501132Z 2025-06-05T23:23:59.1501675Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1502842Z aten_permute_copy_default_1: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default, [0, 2, 1, 3]); aten_convolution_default = None 2025-06-05T23:23:59.1503654Z 2025-06-05T23:23:59.1504324Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1505576Z aten_squeeze_copy_dims: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_1, [-1]); aten_permute_copy_default_1 = None 2025-06-05T23:23:59.1506393Z 2025-06-05T23:23:59.1507038Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1508128Z aten_unsqueeze_copy_default_1: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_1, -1) 2025-06-05T23:23:59.1508748Z 2025-06-05T23:23:59.1509286Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1510551Z aten_permute_copy_default_2: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_1, [0, 2, 1, 3]); aten_unsqueeze_copy_default_1 = None 2025-06-05T23:23:59.1511380Z 2025-06-05T23:23:59.1511917Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1513349Z aten_convolution_default_1: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_2, p_layers_0_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_2 = p_layers_0_attention_wk_conv_weight = None 2025-06-05T23:23:59.1514494Z 2025-06-05T23:23:59.1515053Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1516207Z aten_permute_copy_default_3: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_1, [0, 2, 1, 3]); aten_convolution_default_1 = None 2025-06-05T23:23:59.1517053Z 2025-06-05T23:23:59.1517724Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1518959Z aten_squeeze_copy_dims_1: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_3, [-1]); aten_permute_copy_default_3 = None 2025-06-05T23:23:59.1519723Z 2025-06-05T23:23:59.1520367Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1521555Z aten_unsqueeze_copy_default_2: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_1, -1); aten_mul_tensor_1 = None 2025-06-05T23:23:59.1522297Z 2025-06-05T23:23:59.1522849Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1524010Z aten_permute_copy_default_4: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_2, [0, 2, 1, 3]); aten_unsqueeze_copy_default_2 = None 2025-06-05T23:23:59.1524829Z 2025-06-05T23:23:59.1525323Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1526754Z aten_convolution_default_2: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_4, p_layers_0_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_4 = p_layers_0_attention_wv_conv_weight = None 2025-06-05T23:23:59.1527884Z 2025-06-05T23:23:59.1528437Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1529597Z aten_permute_copy_default_5: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_2, [0, 2, 1, 3]); aten_convolution_default_2 = None 2025-06-05T23:23:59.1530438Z 2025-06-05T23:23:59.1531120Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1532345Z aten_squeeze_copy_dims_2: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_5, [-1]); aten_permute_copy_default_5 = None 2025-06-05T23:23:59.1533109Z 2025-06-05T23:23:59.1533754Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.1534962Z aten_view_copy_default: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims, [1, 1, 12, 64]); aten_squeeze_copy_dims = None 2025-06-05T23:23:59.1535735Z 2025-06-05T23:23:59.1536390Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.1538317Z aten_view_copy_default_1: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_1, [1, 1, 12, 64]); aten_squeeze_copy_dims_1 = None 2025-06-05T23:23:59.1539078Z 2025-06-05T23:23:59.1539726Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.1540947Z aten_view_copy_default_2: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_2, [1, 1, 12, 64]); aten_squeeze_copy_dims_2 = None 2025-06-05T23:23:59.1541721Z 2025-06-05T23:23:59.1542394Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.1543621Z aten_view_copy_default_3: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default, [1, 1, 12, -1, 2]); aten_view_copy_default = None 2025-06-05T23:23:59.1544715Z aten_slice_copy_tensor: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_3, 4, 0, 1) 2025-06-05T23:23:59.1545802Z aten_slice_copy_tensor_1: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_3, 4, 1, 2); aten_view_copy_default_3 = None 2025-06-05T23:23:59.1546998Z aten_squeeze_copy_dims_3: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor, [4]); aten_slice_copy_tensor = None 2025-06-05T23:23:59.1548188Z aten_squeeze_copy_dims_4: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_1, [4]); aten_slice_copy_tensor_1 = None 2025-06-05T23:23:59.1548928Z 2025-06-05T23:23:59.1549584Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.1550911Z aten_view_copy_default_4: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_1, [1, 1, 12, -1, 2]); aten_view_copy_default_1 = None 2025-06-05T23:23:59.1552028Z aten_slice_copy_tensor_2: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_4, 4, 0, 1) 2025-06-05T23:23:59.1553113Z aten_slice_copy_tensor_3: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_4, 4, 1, 2); aten_view_copy_default_4 = None 2025-06-05T23:23:59.1554317Z aten_squeeze_copy_dims_5: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_2, [4]); aten_slice_copy_tensor_2 = None 2025-06-05T23:23:59.1555527Z aten_squeeze_copy_dims_6: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_3, [4]); aten_slice_copy_tensor_3 = None 2025-06-05T23:23:59.1556247Z 2025-06-05T23:23:59.1556827Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.1557798Z aten_view_copy_default_5: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.1558414Z 2025-06-05T23:23:59.1558989Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.1559997Z aten_view_copy_default_6: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.1560618Z 2025-06-05T23:23:59.1561221Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.1562264Z aten_mul_tensor_2: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_3, aten_view_copy_default_5) 2025-06-05T23:23:59.1563253Z aten_mul_tensor_3: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_4, aten_view_copy_default_6) 2025-06-05T23:23:59.1564333Z aten_sub_tensor: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_2, aten_mul_tensor_3); aten_mul_tensor_2 = aten_mul_tensor_3 = None 2025-06-05T23:23:59.1565111Z 2025-06-05T23:23:59.1565724Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.1566877Z aten_mul_tensor_4: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_3, aten_view_copy_default_6); aten_squeeze_copy_dims_3 = None 2025-06-05T23:23:59.1568108Z aten_mul_tensor_5: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_4, aten_view_copy_default_5); aten_squeeze_copy_dims_4 = None 2025-06-05T23:23:59.1569310Z aten_add_tensor: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_4, aten_mul_tensor_5); aten_mul_tensor_4 = aten_mul_tensor_5 = None 2025-06-05T23:23:59.1570046Z 2025-06-05T23:23:59.1570912Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.1571959Z aten_mul_tensor_6: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_5, aten_view_copy_default_5) 2025-06-05T23:23:59.1572958Z aten_mul_tensor_7: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_6, aten_view_copy_default_6) 2025-06-05T23:23:59.1574057Z aten_sub_tensor_1: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_6, aten_mul_tensor_7); aten_mul_tensor_6 = aten_mul_tensor_7 = None 2025-06-05T23:23:59.1574790Z 2025-06-05T23:23:59.1575410Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.1576666Z aten_mul_tensor_8: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_5, aten_view_copy_default_6); aten_squeeze_copy_dims_5 = aten_view_copy_default_6 = None 2025-06-05T23:23:59.1578089Z aten_mul_tensor_9: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_6, aten_view_copy_default_5); aten_squeeze_copy_dims_6 = aten_view_copy_default_5 = None 2025-06-05T23:23:59.1579434Z aten_add_tensor_1: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_8, aten_mul_tensor_9); aten_mul_tensor_8 = aten_mul_tensor_9 = None 2025-06-05T23:23:59.1580156Z 2025-06-05T23:23:59.1580820Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.1581992Z aten_unsqueeze_copy_default_3: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor, 4); aten_sub_tensor = None 2025-06-05T23:23:59.1583171Z aten_unsqueeze_copy_default_4: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor, 4); aten_add_tensor = None 2025-06-05T23:23:59.1584575Z aten_cat_default: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_3, aten_unsqueeze_copy_default_4], -1); aten_unsqueeze_copy_default_3 = aten_unsqueeze_copy_default_4 = None 2025-06-05T23:23:59.1585971Z aten_view_copy_default_7: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default, [1, 1, 12, 64]); aten_cat_default = None 2025-06-05T23:23:59.1586666Z 2025-06-05T23:23:59.1587327Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.1588556Z aten_unsqueeze_copy_default_5: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_1, 4); aten_sub_tensor_1 = None 2025-06-05T23:23:59.1589734Z aten_unsqueeze_copy_default_6: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_1, 4); aten_add_tensor_1 = None 2025-06-05T23:23:59.1591288Z aten_cat_default_1: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_5, aten_unsqueeze_copy_default_6], -1); aten_unsqueeze_copy_default_5 = aten_unsqueeze_copy_default_6 = None 2025-06-05T23:23:59.1592682Z aten_view_copy_default_8: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_1, [1, 1, 12, 64]); aten_cat_default_1 = None 2025-06-05T23:23:59.1593405Z 2025-06-05T23:23:59.1594076Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.1595353Z aten_permute_copy_default_6: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_7, [0, 2, 1, 3]); aten_view_copy_default_7 = None 2025-06-05T23:23:59.1596152Z 2025-06-05T23:23:59.1596708Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.1597861Z aten_index_tensor_2: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_0_attention_mask, [attn_options_input_pos]); b_layers_0_attention_mask = None 2025-06-05T23:23:59.1598650Z 2025-06-05T23:23:59.1599458Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.1601074Z aten_index_put_default: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_0_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_8); aten_view_copy_default_8 = None 2025-06-05T23:23:59.1602070Z 2025-06-05T23:23:59.1602896Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.1604512Z aten_index_put_default_1: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_0_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_2); aten_view_copy_default_2 = None 2025-06-05T23:23:59.1605510Z 2025-06-05T23:23:59.1606283Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.1607567Z aten_permute_copy_default_7: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1608696Z aten_select_copy_int: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_7, 0, 0); aten_permute_copy_default_7 = None 2025-06-05T23:23:59.1609858Z aten_select_copy_int_1: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int, 0, 0); aten_select_copy_int = None 2025-06-05T23:23:59.1610947Z aten_permute_copy_default_8: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1612070Z aten_select_copy_int_2: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_8, 0, 0); aten_permute_copy_default_8 = None 2025-06-05T23:23:59.1613267Z aten_select_copy_int_3: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_2, 0, 1); aten_select_copy_int_2 = None 2025-06-05T23:23:59.1614365Z aten_permute_copy_default_9: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1615489Z aten_select_copy_int_4: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_9, 0, 0); aten_permute_copy_default_9 = None 2025-06-05T23:23:59.1616653Z aten_select_copy_int_5: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_4, 0, 2); aten_select_copy_int_4 = None 2025-06-05T23:23:59.1617754Z aten_permute_copy_default_10: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1618921Z aten_select_copy_int_6: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_10, 0, 0); aten_permute_copy_default_10 = None 2025-06-05T23:23:59.1620097Z aten_select_copy_int_7: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_6, 0, 3); aten_select_copy_int_6 = None 2025-06-05T23:23:59.1621198Z aten_permute_copy_default_11: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1622328Z aten_select_copy_int_8: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_11, 0, 0); aten_permute_copy_default_11 = None 2025-06-05T23:23:59.1623502Z aten_select_copy_int_9: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_8, 0, 4); aten_select_copy_int_8 = None 2025-06-05T23:23:59.1624595Z aten_permute_copy_default_12: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1625744Z aten_select_copy_int_10: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_12, 0, 0); aten_permute_copy_default_12 = None 2025-06-05T23:23:59.1626958Z aten_select_copy_int_11: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_10, 0, 5); aten_select_copy_int_10 = None 2025-06-05T23:23:59.1628050Z aten_permute_copy_default_13: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1629198Z aten_select_copy_int_12: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_13, 0, 0); aten_permute_copy_default_13 = None 2025-06-05T23:23:59.1630493Z aten_select_copy_int_13: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_12, 0, 6); aten_select_copy_int_12 = None 2025-06-05T23:23:59.1631587Z aten_permute_copy_default_14: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1632737Z aten_select_copy_int_14: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_14, 0, 0); aten_permute_copy_default_14 = None 2025-06-05T23:23:59.1633930Z aten_select_copy_int_15: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_14, 0, 7); aten_select_copy_int_14 = None 2025-06-05T23:23:59.1635014Z aten_permute_copy_default_15: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1636184Z aten_select_copy_int_16: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_15, 0, 0); aten_permute_copy_default_15 = None 2025-06-05T23:23:59.1637367Z aten_select_copy_int_17: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_16, 0, 8); aten_select_copy_int_16 = None 2025-06-05T23:23:59.1638457Z aten_permute_copy_default_16: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1639603Z aten_select_copy_int_18: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_16, 0, 0); aten_permute_copy_default_16 = None 2025-06-05T23:23:59.1640790Z aten_select_copy_int_19: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_18, 0, 9); aten_select_copy_int_18 = None 2025-06-05T23:23:59.1641911Z aten_permute_copy_default_17: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1643059Z aten_select_copy_int_20: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_17, 0, 0); aten_permute_copy_default_17 = None 2025-06-05T23:23:59.1644244Z aten_select_copy_int_21: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_20, 0, 10); aten_select_copy_int_20 = None 2025-06-05T23:23:59.1645337Z aten_permute_copy_default_18: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default, [0, 2, 1, 3]) 2025-06-05T23:23:59.1646487Z aten_select_copy_int_22: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_18, 0, 0); aten_permute_copy_default_18 = None 2025-06-05T23:23:59.1647665Z aten_select_copy_int_23: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_22, 0, 11); aten_select_copy_int_22 = None 2025-06-05T23:23:59.1650636Z aten_cat_default_2: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_1, aten_select_copy_int_3, aten_select_copy_int_5, aten_select_copy_int_7, aten_select_copy_int_9, aten_select_copy_int_11, aten_select_copy_int_13, aten_select_copy_int_15, aten_select_copy_int_17, aten_select_copy_int_19, aten_select_copy_int_21, aten_select_copy_int_23]); aten_select_copy_int_1 = aten_select_copy_int_3 = aten_select_copy_int_5 = aten_select_copy_int_7 = aten_select_copy_int_9 = aten_select_copy_int_11 = aten_select_copy_int_13 = aten_select_copy_int_15 = aten_select_copy_int_17 = aten_select_copy_int_19 = aten_select_copy_int_21 = aten_select_copy_int_23 = None 2025-06-05T23:23:59.1653644Z aten_view_copy_default_9: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_2, [1, 12, 128, 64]); aten_cat_default_2 = None 2025-06-05T23:23:59.1654379Z 2025-06-05T23:23:59.1655186Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.1656454Z aten_permute_copy_default_19: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1657613Z aten_select_copy_int_24: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_19, 0, 0); aten_permute_copy_default_19 = None 2025-06-05T23:23:59.1658783Z aten_select_copy_int_25: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_24, 0, 0); aten_select_copy_int_24 = None 2025-06-05T23:23:59.1659925Z aten_permute_copy_default_20: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1661082Z aten_select_copy_int_26: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_20, 0, 0); aten_permute_copy_default_20 = None 2025-06-05T23:23:59.1662256Z aten_select_copy_int_27: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_26, 0, 1); aten_select_copy_int_26 = None 2025-06-05T23:23:59.1663363Z aten_permute_copy_default_21: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1664526Z aten_select_copy_int_28: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_21, 0, 0); aten_permute_copy_default_21 = None 2025-06-05T23:23:59.1665725Z aten_select_copy_int_29: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_28, 0, 2); aten_select_copy_int_28 = None 2025-06-05T23:23:59.1666841Z aten_permute_copy_default_22: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1668002Z aten_select_copy_int_30: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_22, 0, 0); aten_permute_copy_default_22 = None 2025-06-05T23:23:59.1669177Z aten_select_copy_int_31: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_30, 0, 3); aten_select_copy_int_30 = None 2025-06-05T23:23:59.1670358Z aten_permute_copy_default_23: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1671715Z aten_select_copy_int_32: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_23, 0, 0); aten_permute_copy_default_23 = None 2025-06-05T23:23:59.1672889Z aten_select_copy_int_33: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_32, 0, 4); aten_select_copy_int_32 = None 2025-06-05T23:23:59.1674074Z aten_permute_copy_default_24: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1675237Z aten_select_copy_int_34: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_24, 0, 0); aten_permute_copy_default_24 = None 2025-06-05T23:23:59.1676412Z aten_select_copy_int_35: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_34, 0, 5); aten_select_copy_int_34 = None 2025-06-05T23:23:59.1677584Z aten_permute_copy_default_25: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1678747Z aten_select_copy_int_36: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_25, 0, 0); aten_permute_copy_default_25 = None 2025-06-05T23:23:59.1679921Z aten_select_copy_int_37: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_36, 0, 6); aten_select_copy_int_36 = None 2025-06-05T23:23:59.1681037Z aten_permute_copy_default_26: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1682187Z aten_select_copy_int_38: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_26, 0, 0); aten_permute_copy_default_26 = None 2025-06-05T23:23:59.1683400Z aten_select_copy_int_39: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_38, 0, 7); aten_select_copy_int_38 = None 2025-06-05T23:23:59.1684508Z aten_permute_copy_default_27: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1685664Z aten_select_copy_int_40: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_27, 0, 0); aten_permute_copy_default_27 = None 2025-06-05T23:23:59.1686839Z aten_select_copy_int_41: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_40, 0, 8); aten_select_copy_int_40 = None 2025-06-05T23:23:59.1687950Z aten_permute_copy_default_28: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1689140Z aten_select_copy_int_42: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_28, 0, 0); aten_permute_copy_default_28 = None 2025-06-05T23:23:59.1690314Z aten_select_copy_int_43: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_42, 0, 9); aten_select_copy_int_42 = None 2025-06-05T23:23:59.1691427Z aten_permute_copy_default_29: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1692566Z aten_select_copy_int_44: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_29, 0, 0); aten_permute_copy_default_29 = None 2025-06-05T23:23:59.1693749Z aten_select_copy_int_45: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_44, 0, 10); aten_select_copy_int_44 = None 2025-06-05T23:23:59.1694867Z aten_permute_copy_default_30: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_1, [0, 2, 1, 3]) 2025-06-05T23:23:59.1696010Z aten_select_copy_int_46: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_30, 0, 0); aten_permute_copy_default_30 = None 2025-06-05T23:23:59.1697218Z aten_select_copy_int_47: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_46, 0, 11); aten_select_copy_int_46 = None 2025-06-05T23:23:59.1700238Z aten_cat_default_3: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_25, aten_select_copy_int_27, aten_select_copy_int_29, aten_select_copy_int_31, aten_select_copy_int_33, aten_select_copy_int_35, aten_select_copy_int_37, aten_select_copy_int_39, aten_select_copy_int_41, aten_select_copy_int_43, aten_select_copy_int_45, aten_select_copy_int_47]); aten_select_copy_int_25 = aten_select_copy_int_27 = aten_select_copy_int_29 = aten_select_copy_int_31 = aten_select_copy_int_33 = aten_select_copy_int_35 = aten_select_copy_int_37 = aten_select_copy_int_39 = aten_select_copy_int_41 = aten_select_copy_int_43 = aten_select_copy_int_45 = aten_select_copy_int_47 = None 2025-06-05T23:23:59.1703227Z aten_view_copy_default_10: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_3, [1, 12, 128, 64]); aten_cat_default_3 = None 2025-06-05T23:23:59.1703948Z 2025-06-05T23:23:59.1704679Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.1705991Z aten_permute_copy_default_31: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_9, [0, 1, 3, 2]); aten_view_copy_default_9 = None 2025-06-05T23:23:59.1707328Z aten_expand_copy_default: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_6, [1, 12, 1, 64]); aten_permute_copy_default_6 = None 2025-06-05T23:23:59.1708614Z aten_view_copy_default_11: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default, [12, 1, 64]); aten_expand_copy_default = None 2025-06-05T23:23:59.1709924Z aten_expand_copy_default_1: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_31, [1, 12, 64, 128]); aten_permute_copy_default_31 = None 2025-06-05T23:23:59.1711336Z aten_view_copy_default_12: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_1, [12, 64, 128]); aten_expand_copy_default_1 = None 2025-06-05T23:23:59.1712753Z aten_bmm_default: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_11, aten_view_copy_default_12); aten_view_copy_default_11 = aten_view_copy_default_12 = None 2025-06-05T23:23:59.1714077Z aten_view_copy_default_13: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default, [1, 12, 1, 128]); aten_bmm_default = None 2025-06-05T23:23:59.1715387Z aten_mul_tensor_10: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_13, _lifted_tensor_constant38); aten_view_copy_default_13 = _lifted_tensor_constant38 = None 2025-06-05T23:23:59.1716259Z 2025-06-05T23:23:59.1716868Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.1718054Z aten_add_tensor_2: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_10, aten_index_tensor_2); aten_mul_tensor_10 = aten_index_tensor_2 = None 2025-06-05T23:23:59.1718824Z 2025-06-05T23:23:59.1719529Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.1720737Z aten__softmax_default: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_2, -1, False); aten_add_tensor_2 = None 2025-06-05T23:23:59.1721469Z 2025-06-05T23:23:59.1722057Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.1723229Z aten_expand_copy_default_2: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default, [1, 12, 1, 128]); aten__softmax_default = None 2025-06-05T23:23:59.1724497Z aten_view_copy_default_14: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_2, [12, 1, 128]); aten_expand_copy_default_2 = None 2025-06-05T23:23:59.1725826Z aten_expand_copy_default_3: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_10, [1, 12, 128, 64]); aten_view_copy_default_10 = None 2025-06-05T23:23:59.1727141Z aten_view_copy_default_15: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_3, [12, 128, 64]); aten_expand_copy_default_3 = None 2025-06-05T23:23:59.1728503Z aten_bmm_default_1: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_14, aten_view_copy_default_15); aten_view_copy_default_14 = aten_view_copy_default_15 = None 2025-06-05T23:23:59.1729811Z aten_view_copy_default_16: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_1, [1, 12, 1, 64]); aten_bmm_default_1 = None 2025-06-05T23:23:59.1730561Z 2025-06-05T23:23:59.1731328Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.1732689Z aten_permute_copy_default_32: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_16, [0, 2, 1, 3]); aten_view_copy_default_16 = None 2025-06-05T23:23:59.1733992Z aten_view_copy_default_17: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_32, [1, 1, 768]); aten_permute_copy_default_32 = None 2025-06-05T23:23:59.1734761Z 2025-06-05T23:23:59.1735426Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1736691Z aten_unsqueeze_copy_default_7: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_17, -1); aten_view_copy_default_17 = None 2025-06-05T23:23:59.1737486Z 2025-06-05T23:23:59.1738026Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1739187Z aten_permute_copy_default_33: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_7, [0, 2, 1, 3]); aten_unsqueeze_copy_default_7 = None 2025-06-05T23:23:59.1740020Z 2025-06-05T23:23:59.1740503Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1741953Z aten_convolution_default_3: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_33, p_layers_0_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_33 = p_layers_0_attention_wo_conv_weight = None 2025-06-05T23:23:59.1743100Z 2025-06-05T23:23:59.1743646Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1744816Z aten_permute_copy_default_34: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_3, [0, 2, 1, 3]); aten_convolution_default_3 = None 2025-06-05T23:23:59.1745656Z 2025-06-05T23:23:59.1746320Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1747563Z aten_squeeze_copy_dims_7: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_34, [-1]); aten_permute_copy_default_34 = None 2025-06-05T23:23:59.1748316Z 2025-06-05T23:23:59.1748822Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.1749996Z aten_add_tensor_3: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_embedding_default, aten_squeeze_copy_dims_7); aten_embedding_default = aten_squeeze_copy_dims_7 = None 2025-06-05T23:23:59.1750910Z 2025-06-05T23:23:59.1751562Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.1752580Z aten_pow_tensor_scalar_1: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_3, 2) 2025-06-05T23:23:59.1753553Z aten_mean_dim_1: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_1, [2], True); aten_pow_tensor_scalar_1 = None 2025-06-05T23:23:59.1754604Z aten_add_scalar_1: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_1, 9.999999747378752e-06); aten_mean_dim_1 = None 2025-06-05T23:23:59.1755635Z aten_rsqrt_default_1: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_1); aten_add_scalar_1 = None 2025-06-05T23:23:59.1756686Z aten_mul_tensor_11: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_3, aten_rsqrt_default_1); aten_rsqrt_default_1 = None 2025-06-05T23:23:59.1757919Z aten_mul_tensor_12: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_11, p_layers_0_ffn_norm_weight); aten_mul_tensor_11 = p_layers_0_ffn_norm_weight = None 2025-06-05T23:23:59.1758719Z 2025-06-05T23:23:59.1759383Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1760488Z aten_unsqueeze_copy_default_8: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_12, -1) 2025-06-05T23:23:59.1761130Z 2025-06-05T23:23:59.1761666Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1762823Z aten_permute_copy_default_35: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_8, [0, 2, 1, 3]); aten_unsqueeze_copy_default_8 = None 2025-06-05T23:23:59.1763647Z 2025-06-05T23:23:59.1764132Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1765606Z aten_convolution_default_4: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_35, p_layers_0_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_35 = p_layers_0_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.1783248Z 2025-06-05T23:23:59.1783874Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1785078Z aten_permute_copy_default_36: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_4, [0, 2, 1, 3]); aten_convolution_default_4 = None 2025-06-05T23:23:59.1786050Z 2025-06-05T23:23:59.1786740Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1787985Z aten_squeeze_copy_dims_8: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_36, [-1]); aten_permute_copy_default_36 = None 2025-06-05T23:23:59.1788770Z 2025-06-05T23:23:59.1789438Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.1790607Z aten_sigmoid_default: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_8) 2025-06-05T23:23:59.1791771Z aten_mul_tensor_13: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_8, aten_sigmoid_default); aten_squeeze_copy_dims_8 = aten_sigmoid_default = None 2025-06-05T23:23:59.1792594Z 2025-06-05T23:23:59.1793261Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1794461Z aten_unsqueeze_copy_default_9: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_12, -1); aten_mul_tensor_12 = None 2025-06-05T23:23:59.1795496Z 2025-06-05T23:23:59.1796363Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1798283Z aten_permute_copy_default_37: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_9, [0, 2, 1, 3]); aten_unsqueeze_copy_default_9 = None 2025-06-05T23:23:59.1799690Z 2025-06-05T23:23:59.1800580Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1803230Z aten_convolution_default_5: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_37, p_layers_0_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_37 = p_layers_0_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.1805310Z 2025-06-05T23:23:59.1806459Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1808693Z aten_permute_copy_default_38: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_5, [0, 2, 1, 3]); aten_convolution_default_5 = None 2025-06-05T23:23:59.1810291Z 2025-06-05T23:23:59.1811576Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1813900Z aten_squeeze_copy_dims_9: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_38, [-1]); aten_permute_copy_default_38 = None 2025-06-05T23:23:59.1815371Z 2025-06-05T23:23:59.1816626Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.1819092Z aten_mul_tensor_14: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_13, aten_squeeze_copy_dims_9); aten_mul_tensor_13 = aten_squeeze_copy_dims_9 = None 2025-06-05T23:23:59.1820614Z 2025-06-05T23:23:59.1821630Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1824071Z aten_unsqueeze_copy_default_10: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_14, -1); aten_mul_tensor_14 = None 2025-06-05T23:23:59.1825494Z 2025-06-05T23:23:59.1826400Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1828540Z aten_permute_copy_default_39: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_10, [0, 2, 1, 3]); aten_unsqueeze_copy_default_10 = None 2025-06-05T23:23:59.1830187Z 2025-06-05T23:23:59.1831221Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1833989Z aten_convolution_default_6: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_39, p_layers_0_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_39 = p_layers_0_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.1836168Z 2025-06-05T23:23:59.1837134Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1839094Z aten_permute_copy_default_40: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_6, [0, 2, 1, 3]); aten_convolution_default_6 = None 2025-06-05T23:23:59.1840677Z 2025-06-05T23:23:59.1841909Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1844290Z aten_squeeze_copy_dims_10: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_40, [-1]); aten_permute_copy_default_40 = None 2025-06-05T23:23:59.1845788Z 2025-06-05T23:23:59.1847034Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.1849448Z aten_add_tensor_4: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_3, aten_squeeze_copy_dims_10); aten_add_tensor_3 = aten_squeeze_copy_dims_10 = None 2025-06-05T23:23:59.1850990Z 2025-06-05T23:23:59.1852473Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.1854595Z aten_pow_tensor_scalar_2: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_4, 2) 2025-06-05T23:23:59.1856453Z aten_mean_dim_2: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_2, [2], True); aten_pow_tensor_scalar_2 = None 2025-06-05T23:23:59.1858382Z aten_add_scalar_2: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_2, 9.999999747378752e-06); aten_mean_dim_2 = None 2025-06-05T23:23:59.1860355Z aten_rsqrt_default_2: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_2); aten_add_scalar_2 = None 2025-06-05T23:23:59.1862401Z aten_mul_tensor_15: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_4, aten_rsqrt_default_2); aten_rsqrt_default_2 = None 2025-06-05T23:23:59.1864906Z aten_mul_tensor_16: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_15, p_layers_1_attention_norm_weight); aten_mul_tensor_15 = p_layers_1_attention_norm_weight = None 2025-06-05T23:23:59.1866651Z 2025-06-05T23:23:59.1867862Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1869914Z aten_unsqueeze_copy_default_11: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_16, -1) 2025-06-05T23:23:59.1871324Z 2025-06-05T23:23:59.1872342Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1873928Z aten_permute_copy_default_41: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_11, [0, 2, 1, 3]); aten_unsqueeze_copy_default_11 = None 2025-06-05T23:23:59.1875326Z 2025-06-05T23:23:59.1876362Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1879048Z aten_convolution_default_7: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_41, p_layers_1_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_41 = p_layers_1_attention_wq_conv_weight = None 2025-06-05T23:23:59.1881223Z 2025-06-05T23:23:59.1882254Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1884461Z aten_permute_copy_default_42: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_7, [0, 2, 1, 3]); aten_convolution_default_7 = None 2025-06-05T23:23:59.1886117Z 2025-06-05T23:23:59.1887371Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1889731Z aten_squeeze_copy_dims_11: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_42, [-1]); aten_permute_copy_default_42 = None 2025-06-05T23:23:59.1891197Z 2025-06-05T23:23:59.1892406Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1894553Z aten_unsqueeze_copy_default_12: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_16, -1) 2025-06-05T23:23:59.1895756Z 2025-06-05T23:23:59.1896860Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1899119Z aten_permute_copy_default_43: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_12, [0, 2, 1, 3]); aten_unsqueeze_copy_default_12 = None 2025-06-05T23:23:59.1900709Z 2025-06-05T23:23:59.1901610Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1904362Z aten_convolution_default_8: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_43, p_layers_1_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_43 = p_layers_1_attention_wk_conv_weight = None 2025-06-05T23:23:59.1906214Z 2025-06-05T23:23:59.1907131Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1909140Z aten_permute_copy_default_44: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_8, [0, 2, 1, 3]); aten_convolution_default_8 = None 2025-06-05T23:23:59.1910882Z 2025-06-05T23:23:59.1912193Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1914510Z aten_squeeze_copy_dims_12: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_44, [-1]); aten_permute_copy_default_44 = None 2025-06-05T23:23:59.1915967Z 2025-06-05T23:23:59.1917182Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.1919465Z aten_unsqueeze_copy_default_13: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_16, -1); aten_mul_tensor_16 = None 2025-06-05T23:23:59.1920964Z 2025-06-05T23:23:59.1921945Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.1924176Z aten_permute_copy_default_45: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_13, [0, 2, 1, 3]); aten_unsqueeze_copy_default_13 = None 2025-06-05T23:23:59.1925743Z 2025-06-05T23:23:59.1926647Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.1929348Z aten_convolution_default_9: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_45, p_layers_1_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_45 = p_layers_1_attention_wv_conv_weight = None 2025-06-05T23:23:59.1931567Z 2025-06-05T23:23:59.1932514Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.1934554Z aten_permute_copy_default_46: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_9, [0, 2, 1, 3]); aten_convolution_default_9 = None 2025-06-05T23:23:59.1936030Z 2025-06-05T23:23:59.1937305Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.1939622Z aten_squeeze_copy_dims_13: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_46, [-1]); aten_permute_copy_default_46 = None 2025-06-05T23:23:59.1941159Z 2025-06-05T23:23:59.1942569Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.1944877Z aten_view_copy_default_18: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_11, [1, 1, 12, 64]); aten_squeeze_copy_dims_11 = None 2025-06-05T23:23:59.1946382Z 2025-06-05T23:23:59.1947664Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.1950185Z aten_view_copy_default_19: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_12, [1, 1, 12, 64]); aten_squeeze_copy_dims_12 = None 2025-06-05T23:23:59.1951641Z 2025-06-05T23:23:59.1952932Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.1955382Z aten_view_copy_default_20: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_13, [1, 1, 12, 64]); aten_squeeze_copy_dims_13 = None 2025-06-05T23:23:59.1956893Z 2025-06-05T23:23:59.1958130Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.1960517Z aten_view_copy_default_21: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_18, [1, 1, 12, -1, 2]); aten_view_copy_default_18 = None 2025-06-05T23:23:59.1962714Z aten_slice_copy_tensor_4: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_21, 4, 0, 1) 2025-06-05T23:23:59.1964675Z aten_slice_copy_tensor_5: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_21, 4, 1, 2); aten_view_copy_default_21 = None 2025-06-05T23:23:59.1966948Z aten_squeeze_copy_dims_14: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_4, [4]); aten_slice_copy_tensor_4 = None 2025-06-05T23:23:59.1969194Z aten_squeeze_copy_dims_15: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_5, [4]); aten_slice_copy_tensor_5 = None 2025-06-05T23:23:59.1970793Z 2025-06-05T23:23:59.1971952Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.1974242Z aten_view_copy_default_22: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_19, [1, 1, 12, -1, 2]); aten_view_copy_default_19 = None 2025-06-05T23:23:59.1976572Z aten_slice_copy_tensor_6: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_22, 4, 0, 1) 2025-06-05T23:23:59.1978678Z aten_slice_copy_tensor_7: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_22, 4, 1, 2); aten_view_copy_default_22 = None 2025-06-05T23:23:59.1980790Z aten_squeeze_copy_dims_16: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_6, [4]); aten_slice_copy_tensor_6 = None 2025-06-05T23:23:59.1982893Z aten_squeeze_copy_dims_17: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_7, [4]); aten_slice_copy_tensor_7 = None 2025-06-05T23:23:59.1984122Z 2025-06-05T23:23:59.1985030Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.1986909Z aten_view_copy_default_23: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.1988002Z 2025-06-05T23:23:59.1988994Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.1990824Z aten_view_copy_default_24: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.1991982Z 2025-06-05T23:23:59.1993019Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.1994972Z aten_mul_tensor_17: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_14, aten_view_copy_default_23) 2025-06-05T23:23:59.1996912Z aten_mul_tensor_18: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_15, aten_view_copy_default_24) 2025-06-05T23:23:59.1998746Z aten_sub_tensor_2: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_17, aten_mul_tensor_18); aten_mul_tensor_17 = aten_mul_tensor_18 = None 2025-06-05T23:23:59.2000145Z 2025-06-05T23:23:59.2001112Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.2002937Z aten_mul_tensor_19: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_14, aten_view_copy_default_24); aten_squeeze_copy_dims_14 = None 2025-06-05T23:23:59.2005020Z aten_mul_tensor_20: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_15, aten_view_copy_default_23); aten_squeeze_copy_dims_15 = None 2025-06-05T23:23:59.2007432Z aten_add_tensor_5: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_19, aten_mul_tensor_20); aten_mul_tensor_19 = aten_mul_tensor_20 = None 2025-06-05T23:23:59.2008883Z 2025-06-05T23:23:59.2010057Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.2012057Z aten_mul_tensor_21: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_16, aten_view_copy_default_23) 2025-06-05T23:23:59.2014037Z aten_mul_tensor_22: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_17, aten_view_copy_default_24) 2025-06-05T23:23:59.2016219Z aten_sub_tensor_3: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_21, aten_mul_tensor_22); aten_mul_tensor_21 = aten_mul_tensor_22 = None 2025-06-05T23:23:59.2017766Z 2025-06-05T23:23:59.2018911Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.2021361Z aten_mul_tensor_23: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_16, aten_view_copy_default_24); aten_squeeze_copy_dims_16 = aten_view_copy_default_24 = None 2025-06-05T23:23:59.2024130Z aten_mul_tensor_24: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_17, aten_view_copy_default_23); aten_squeeze_copy_dims_17 = aten_view_copy_default_23 = None 2025-06-05T23:23:59.2026407Z aten_add_tensor_6: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_23, aten_mul_tensor_24); aten_mul_tensor_23 = aten_mul_tensor_24 = None 2025-06-05T23:23:59.2027714Z 2025-06-05T23:23:59.2028982Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2031190Z aten_unsqueeze_copy_default_14: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_2, 4); aten_sub_tensor_2 = None 2025-06-05T23:23:59.2033457Z aten_unsqueeze_copy_default_15: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_5, 4); aten_add_tensor_5 = None 2025-06-05T23:23:59.2036158Z aten_cat_default_4: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_14, aten_unsqueeze_copy_default_15], -1); aten_unsqueeze_copy_default_14 = aten_unsqueeze_copy_default_15 = None 2025-06-05T23:23:59.2038778Z aten_view_copy_default_25: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_4, [1, 1, 12, 64]); aten_cat_default_4 = None 2025-06-05T23:23:59.2039881Z 2025-06-05T23:23:59.2041000Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2043286Z aten_unsqueeze_copy_default_16: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_3, 4); aten_sub_tensor_3 = None 2025-06-05T23:23:59.2045355Z aten_unsqueeze_copy_default_17: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_6, 4); aten_add_tensor_6 = None 2025-06-05T23:23:59.2048003Z aten_cat_default_5: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_16, aten_unsqueeze_copy_default_17], -1); aten_unsqueeze_copy_default_16 = aten_unsqueeze_copy_default_17 = None 2025-06-05T23:23:59.2050784Z aten_view_copy_default_26: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_5, [1, 1, 12, 64]); aten_cat_default_5 = None 2025-06-05T23:23:59.2052221Z 2025-06-05T23:23:59.2053521Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.2056072Z aten_permute_copy_default_47: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_25, [0, 2, 1, 3]); aten_view_copy_default_25 = None 2025-06-05T23:23:59.2057671Z 2025-06-05T23:23:59.2058798Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.2061111Z aten_index_tensor_3: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_1_attention_mask, [attn_options_input_pos]); b_layers_1_attention_mask = None 2025-06-05T23:23:59.2062717Z 2025-06-05T23:23:59.2064087Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.2066797Z aten_index_put_default_2: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_1_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_26); aten_view_copy_default_26 = None 2025-06-05T23:23:59.2068526Z 2025-06-05T23:23:59.2069998Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.2073388Z aten_index_put_default_3: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_1_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_20); aten_view_copy_default_20 = None 2025-06-05T23:23:59.2075292Z 2025-06-05T23:23:59.2076545Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2078789Z aten_permute_copy_default_48: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2080915Z aten_select_copy_int_48: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_48, 0, 0); aten_permute_copy_default_48 = None 2025-06-05T23:23:59.2083104Z aten_select_copy_int_49: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_48, 0, 0); aten_select_copy_int_48 = None 2025-06-05T23:23:59.2085211Z aten_permute_copy_default_49: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2087341Z aten_select_copy_int_50: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_49, 0, 0); aten_permute_copy_default_49 = None 2025-06-05T23:23:59.2089680Z aten_select_copy_int_51: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_50, 0, 1); aten_select_copy_int_50 = None 2025-06-05T23:23:59.2091771Z aten_permute_copy_default_50: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2093920Z aten_select_copy_int_52: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_50, 0, 0); aten_permute_copy_default_50 = None 2025-06-05T23:23:59.2096305Z aten_select_copy_int_53: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_52, 0, 2); aten_select_copy_int_52 = None 2025-06-05T23:23:59.2098357Z aten_permute_copy_default_51: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2100503Z aten_select_copy_int_54: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_51, 0, 0); aten_permute_copy_default_51 = None 2025-06-05T23:23:59.2102721Z aten_select_copy_int_55: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_54, 0, 3); aten_select_copy_int_54 = None 2025-06-05T23:23:59.2104789Z aten_permute_copy_default_52: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2107105Z aten_select_copy_int_56: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_52, 0, 0); aten_permute_copy_default_52 = None 2025-06-05T23:23:59.2109301Z aten_select_copy_int_57: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_56, 0, 4); aten_select_copy_int_56 = None 2025-06-05T23:23:59.2111466Z aten_permute_copy_default_53: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2113618Z aten_select_copy_int_58: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_53, 0, 0); aten_permute_copy_default_53 = None 2025-06-05T23:23:59.2115834Z aten_select_copy_int_59: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_58, 0, 5); aten_select_copy_int_58 = None 2025-06-05T23:23:59.2117989Z aten_permute_copy_default_54: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2120128Z aten_select_copy_int_60: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_54, 0, 0); aten_permute_copy_default_54 = None 2025-06-05T23:23:59.2122364Z aten_select_copy_int_61: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_60, 0, 6); aten_select_copy_int_60 = None 2025-06-05T23:23:59.2124416Z aten_permute_copy_default_55: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2126502Z aten_select_copy_int_62: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_55, 0, 0); aten_permute_copy_default_55 = None 2025-06-05T23:23:59.2128536Z aten_select_copy_int_63: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_62, 0, 7); aten_select_copy_int_62 = None 2025-06-05T23:23:59.2130413Z aten_permute_copy_default_56: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2132547Z aten_select_copy_int_64: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_56, 0, 0); aten_permute_copy_default_56 = None 2025-06-05T23:23:59.2134638Z aten_select_copy_int_65: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_64, 0, 8); aten_select_copy_int_64 = None 2025-06-05T23:23:59.2136614Z aten_permute_copy_default_57: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2138736Z aten_select_copy_int_66: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_57, 0, 0); aten_permute_copy_default_57 = None 2025-06-05T23:23:59.2140898Z aten_select_copy_int_67: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_66, 0, 9); aten_select_copy_int_66 = None 2025-06-05T23:23:59.2142901Z aten_permute_copy_default_58: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2145010Z aten_select_copy_int_68: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_58, 0, 0); aten_permute_copy_default_58 = None 2025-06-05T23:23:59.2147157Z aten_select_copy_int_69: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_68, 0, 10); aten_select_copy_int_68 = None 2025-06-05T23:23:59.2149240Z aten_permute_copy_default_59: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_2, [0, 2, 1, 3]) 2025-06-05T23:23:59.2151413Z aten_select_copy_int_70: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_59, 0, 0); aten_permute_copy_default_59 = None 2025-06-05T23:23:59.2153575Z aten_select_copy_int_71: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_70, 0, 11); aten_select_copy_int_70 = None 2025-06-05T23:23:59.2159044Z aten_cat_default_6: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_49, aten_select_copy_int_51, aten_select_copy_int_53, aten_select_copy_int_55, aten_select_copy_int_57, aten_select_copy_int_59, aten_select_copy_int_61, aten_select_copy_int_63, aten_select_copy_int_65, aten_select_copy_int_67, aten_select_copy_int_69, aten_select_copy_int_71]); aten_select_copy_int_49 = aten_select_copy_int_51 = aten_select_copy_int_53 = aten_select_copy_int_55 = aten_select_copy_int_57 = aten_select_copy_int_59 = aten_select_copy_int_61 = aten_select_copy_int_63 = aten_select_copy_int_65 = aten_select_copy_int_67 = aten_select_copy_int_69 = aten_select_copy_int_71 = None 2025-06-05T23:23:59.2164563Z aten_view_copy_default_27: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_6, [1, 12, 128, 64]); aten_cat_default_6 = None 2025-06-05T23:23:59.2165899Z 2025-06-05T23:23:59.2167323Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2169638Z aten_permute_copy_default_60: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2171668Z aten_select_copy_int_72: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_60, 0, 0); aten_permute_copy_default_60 = None 2025-06-05T23:23:59.2172857Z aten_select_copy_int_73: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_72, 0, 0); aten_select_copy_int_72 = None 2025-06-05T23:23:59.2174074Z aten_permute_copy_default_61: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2175236Z aten_select_copy_int_74: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_61, 0, 0); aten_permute_copy_default_61 = None 2025-06-05T23:23:59.2176412Z aten_select_copy_int_75: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_74, 0, 1); aten_select_copy_int_74 = None 2025-06-05T23:23:59.2177573Z aten_permute_copy_default_62: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2178729Z aten_select_copy_int_76: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_62, 0, 0); aten_permute_copy_default_62 = None 2025-06-05T23:23:59.2179905Z aten_select_copy_int_77: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_76, 0, 2); aten_select_copy_int_76 = None 2025-06-05T23:23:59.2181014Z aten_permute_copy_default_63: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2182168Z aten_select_copy_int_78: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_63, 0, 0); aten_permute_copy_default_63 = None 2025-06-05T23:23:59.2183380Z aten_select_copy_int_79: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_78, 0, 3); aten_select_copy_int_78 = None 2025-06-05T23:23:59.2184489Z aten_permute_copy_default_64: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2185649Z aten_select_copy_int_80: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_64, 0, 0); aten_permute_copy_default_64 = None 2025-06-05T23:23:59.2186819Z aten_select_copy_int_81: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_80, 0, 4); aten_select_copy_int_80 = None 2025-06-05T23:23:59.2187931Z aten_permute_copy_default_65: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2189130Z aten_select_copy_int_82: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_65, 0, 0); aten_permute_copy_default_65 = None 2025-06-05T23:23:59.2190372Z aten_select_copy_int_83: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_82, 0, 5); aten_select_copy_int_82 = None 2025-06-05T23:23:59.2191494Z aten_permute_copy_default_66: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2192637Z aten_select_copy_int_84: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_66, 0, 0); aten_permute_copy_default_66 = None 2025-06-05T23:23:59.2193823Z aten_select_copy_int_85: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_84, 0, 6); aten_select_copy_int_84 = None 2025-06-05T23:23:59.2194938Z aten_permute_copy_default_67: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2196080Z aten_select_copy_int_86: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_67, 0, 0); aten_permute_copy_default_67 = None 2025-06-05T23:23:59.2197292Z aten_select_copy_int_87: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_86, 0, 7); aten_select_copy_int_86 = None 2025-06-05T23:23:59.2198400Z aten_permute_copy_default_68: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2199541Z aten_select_copy_int_88: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_68, 0, 0); aten_permute_copy_default_68 = None 2025-06-05T23:23:59.2200754Z aten_select_copy_int_89: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_88, 0, 8); aten_select_copy_int_88 = None 2025-06-05T23:23:59.2201857Z aten_permute_copy_default_69: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2203005Z aten_select_copy_int_90: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_69, 0, 0); aten_permute_copy_default_69 = None 2025-06-05T23:23:59.2204190Z aten_select_copy_int_91: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_90, 0, 9); aten_select_copy_int_90 = None 2025-06-05T23:23:59.2205299Z aten_permute_copy_default_70: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2206466Z aten_select_copy_int_92: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_70, 0, 0); aten_permute_copy_default_70 = None 2025-06-05T23:23:59.2207648Z aten_select_copy_int_93: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_92, 0, 10); aten_select_copy_int_92 = None 2025-06-05T23:23:59.2208765Z aten_permute_copy_default_71: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_3, [0, 2, 1, 3]) 2025-06-05T23:23:59.2209905Z aten_select_copy_int_94: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_71, 0, 0); aten_permute_copy_default_71 = None 2025-06-05T23:23:59.2211091Z aten_select_copy_int_95: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_94, 0, 11); aten_select_copy_int_94 = None 2025-06-05T23:23:59.2214082Z aten_cat_default_7: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_73, aten_select_copy_int_75, aten_select_copy_int_77, aten_select_copy_int_79, aten_select_copy_int_81, aten_select_copy_int_83, aten_select_copy_int_85, aten_select_copy_int_87, aten_select_copy_int_89, aten_select_copy_int_91, aten_select_copy_int_93, aten_select_copy_int_95]); aten_select_copy_int_73 = aten_select_copy_int_75 = aten_select_copy_int_77 = aten_select_copy_int_79 = aten_select_copy_int_81 = aten_select_copy_int_83 = aten_select_copy_int_85 = aten_select_copy_int_87 = aten_select_copy_int_89 = aten_select_copy_int_91 = aten_select_copy_int_93 = aten_select_copy_int_95 = None 2025-06-05T23:23:59.2217072Z aten_view_copy_default_28: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_7, [1, 12, 128, 64]); aten_cat_default_7 = None 2025-06-05T23:23:59.2217796Z 2025-06-05T23:23:59.2218536Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.2219846Z aten_permute_copy_default_72: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_27, [0, 1, 3, 2]); aten_view_copy_default_27 = None 2025-06-05T23:23:59.2221216Z aten_expand_copy_default_4: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_47, [1, 12, 1, 64]); aten_permute_copy_default_47 = None 2025-06-05T23:23:59.2222514Z aten_view_copy_default_29: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_4, [12, 1, 64]); aten_expand_copy_default_4 = None 2025-06-05T23:23:59.2223807Z aten_expand_copy_default_5: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_72, [1, 12, 64, 128]); aten_permute_copy_default_72 = None 2025-06-05T23:23:59.2225168Z aten_view_copy_default_30: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_5, [12, 64, 128]); aten_expand_copy_default_5 = None 2025-06-05T23:23:59.2226548Z aten_bmm_default_2: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_29, aten_view_copy_default_30); aten_view_copy_default_29 = aten_view_copy_default_30 = None 2025-06-05T23:23:59.2227866Z aten_view_copy_default_31: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_2, [1, 12, 1, 128]); aten_bmm_default_2 = None 2025-06-05T23:23:59.2229192Z aten_mul_tensor_25: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_31, _lifted_tensor_constant39); aten_view_copy_default_31 = _lifted_tensor_constant39 = None 2025-06-05T23:23:59.2230152Z 2025-06-05T23:23:59.2230787Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.2231989Z aten_add_tensor_7: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_25, aten_index_tensor_3); aten_mul_tensor_25 = aten_index_tensor_3 = None 2025-06-05T23:23:59.2232767Z 2025-06-05T23:23:59.2233471Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.2234693Z aten__softmax_default_1: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_7, -1, False); aten_add_tensor_7 = None 2025-06-05T23:23:59.2235396Z 2025-06-05T23:23:59.2236028Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.2237218Z aten_expand_copy_default_6: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_1, [1, 12, 1, 128]); aten__softmax_default_1 = None 2025-06-05T23:23:59.2238495Z aten_view_copy_default_32: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_6, [12, 1, 128]); aten_expand_copy_default_6 = None 2025-06-05T23:23:59.2239792Z aten_expand_copy_default_7: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_28, [1, 12, 128, 64]); aten_view_copy_default_28 = None 2025-06-05T23:23:59.2241100Z aten_view_copy_default_33: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_7, [12, 128, 64]); aten_expand_copy_default_7 = None 2025-06-05T23:23:59.2242463Z aten_bmm_default_3: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_32, aten_view_copy_default_33); aten_view_copy_default_32 = aten_view_copy_default_33 = None 2025-06-05T23:23:59.2243772Z aten_view_copy_default_34: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_3, [1, 12, 1, 64]); aten_bmm_default_3 = None 2025-06-05T23:23:59.2244519Z 2025-06-05T23:23:59.2245283Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.2246644Z aten_permute_copy_default_73: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_34, [0, 2, 1, 3]); aten_view_copy_default_34 = None 2025-06-05T23:23:59.2247933Z aten_view_copy_default_35: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_73, [1, 1, 768]); aten_permute_copy_default_73 = None 2025-06-05T23:23:59.2248742Z 2025-06-05T23:23:59.2249405Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2250648Z aten_unsqueeze_copy_default_18: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_35, -1); aten_view_copy_default_35 = None 2025-06-05T23:23:59.2251452Z 2025-06-05T23:23:59.2251979Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2253151Z aten_permute_copy_default_74: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_18, [0, 2, 1, 3]); aten_unsqueeze_copy_default_18 = None 2025-06-05T23:23:59.2254015Z 2025-06-05T23:23:59.2254502Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2255951Z aten_convolution_default_10: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_74, p_layers_1_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_74 = p_layers_1_attention_wo_conv_weight = None 2025-06-05T23:23:59.2257096Z 2025-06-05T23:23:59.2257640Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2258815Z aten_permute_copy_default_75: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_10, [0, 2, 1, 3]); aten_convolution_default_10 = None 2025-06-05T23:23:59.2259623Z 2025-06-05T23:23:59.2260326Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2261574Z aten_squeeze_copy_dims_18: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_75, [-1]); aten_permute_copy_default_75 = None 2025-06-05T23:23:59.2262339Z 2025-06-05T23:23:59.2262839Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.2263925Z aten_add_tensor_8: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_4, aten_squeeze_copy_dims_18); aten_add_tensor_4 = aten_squeeze_copy_dims_18 = None 2025-06-05T23:23:59.2264720Z 2025-06-05T23:23:59.2265366Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2266388Z aten_pow_tensor_scalar_3: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_8, 2) 2025-06-05T23:23:59.2267366Z aten_mean_dim_3: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_3, [2], True); aten_pow_tensor_scalar_3 = None 2025-06-05T23:23:59.2268447Z aten_add_scalar_3: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_3, 9.999999747378752e-06); aten_mean_dim_3 = None 2025-06-05T23:23:59.2269445Z aten_rsqrt_default_3: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_3); aten_add_scalar_3 = None 2025-06-05T23:23:59.2270750Z aten_mul_tensor_26: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_8, aten_rsqrt_default_3); aten_rsqrt_default_3 = None 2025-06-05T23:23:59.2271988Z aten_mul_tensor_27: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_26, p_layers_1_ffn_norm_weight); aten_mul_tensor_26 = p_layers_1_ffn_norm_weight = None 2025-06-05T23:23:59.2272873Z 2025-06-05T23:23:59.2273542Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2274632Z aten_unsqueeze_copy_default_19: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_27, -1) 2025-06-05T23:23:59.2275277Z 2025-06-05T23:23:59.2275802Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2276978Z aten_permute_copy_default_76: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_19, [0, 2, 1, 3]); aten_unsqueeze_copy_default_19 = None 2025-06-05T23:23:59.2277849Z 2025-06-05T23:23:59.2278335Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2279807Z aten_convolution_default_11: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_76, p_layers_1_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_76 = p_layers_1_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.2280977Z 2025-06-05T23:23:59.2281516Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2282694Z aten_permute_copy_default_77: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_11, [0, 2, 1, 3]); aten_convolution_default_11 = None 2025-06-05T23:23:59.2283506Z 2025-06-05T23:23:59.2284220Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2285470Z aten_squeeze_copy_dims_19: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_77, [-1]); aten_permute_copy_default_77 = None 2025-06-05T23:23:59.2286236Z 2025-06-05T23:23:59.2286888Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2287916Z aten_sigmoid_default_1: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_19) 2025-06-05T23:23:59.2289092Z aten_mul_tensor_28: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_19, aten_sigmoid_default_1); aten_squeeze_copy_dims_19 = aten_sigmoid_default_1 = None 2025-06-05T23:23:59.2289949Z 2025-06-05T23:23:59.2290606Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2291815Z aten_unsqueeze_copy_default_20: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_27, -1); aten_mul_tensor_27 = None 2025-06-05T23:23:59.2292591Z 2025-06-05T23:23:59.2293116Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2294290Z aten_permute_copy_default_78: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_20, [0, 2, 1, 3]); aten_unsqueeze_copy_default_20 = None 2025-06-05T23:23:59.2295106Z 2025-06-05T23:23:59.2295599Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2297093Z aten_convolution_default_12: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_78, p_layers_1_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_78 = p_layers_1_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.2298252Z 2025-06-05T23:23:59.2298803Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2299968Z aten_permute_copy_default_79: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_12, [0, 2, 1, 3]); aten_convolution_default_12 = None 2025-06-05T23:23:59.2300790Z 2025-06-05T23:23:59.2301465Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2302731Z aten_squeeze_copy_dims_20: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_79, [-1]); aten_permute_copy_default_79 = None 2025-06-05T23:23:59.2303511Z 2025-06-05T23:23:59.2304161Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2305416Z aten_mul_tensor_29: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_28, aten_squeeze_copy_dims_20); aten_mul_tensor_28 = aten_squeeze_copy_dims_20 = None 2025-06-05T23:23:59.2306224Z 2025-06-05T23:23:59.2306865Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2308094Z aten_unsqueeze_copy_default_21: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_29, -1); aten_mul_tensor_29 = None 2025-06-05T23:23:59.2308848Z 2025-06-05T23:23:59.2309372Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2310645Z aten_permute_copy_default_80: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_21, [0, 2, 1, 3]); aten_unsqueeze_copy_default_21 = None 2025-06-05T23:23:59.2311475Z 2025-06-05T23:23:59.2311969Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2313436Z aten_convolution_default_13: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_80, p_layers_1_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_80 = p_layers_1_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.2314590Z 2025-06-05T23:23:59.2315148Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2316376Z aten_permute_copy_default_81: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_13, [0, 2, 1, 3]); aten_convolution_default_13 = None 2025-06-05T23:23:59.2317182Z 2025-06-05T23:23:59.2317861Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2319097Z aten_squeeze_copy_dims_21: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_81, [-1]); aten_permute_copy_default_81 = None 2025-06-05T23:23:59.2319875Z 2025-06-05T23:23:59.2320551Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2321792Z aten_add_tensor_9: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_8, aten_squeeze_copy_dims_21); aten_add_tensor_8 = aten_squeeze_copy_dims_21 = None 2025-06-05T23:23:59.2322592Z 2025-06-05T23:23:59.2323293Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.2324383Z aten_pow_tensor_scalar_4: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_9, 2) 2025-06-05T23:23:59.2325359Z aten_mean_dim_4: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_4, [2], True); aten_pow_tensor_scalar_4 = None 2025-06-05T23:23:59.2326420Z aten_add_scalar_4: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_4, 9.999999747378752e-06); aten_mean_dim_4 = None 2025-06-05T23:23:59.2327427Z aten_rsqrt_default_4: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_4); aten_add_scalar_4 = None 2025-06-05T23:23:59.2328481Z aten_mul_tensor_30: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_9, aten_rsqrt_default_4); aten_rsqrt_default_4 = None 2025-06-05T23:23:59.2329751Z aten_mul_tensor_31: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_30, p_layers_2_attention_norm_weight); aten_mul_tensor_30 = p_layers_2_attention_norm_weight = None 2025-06-05T23:23:59.2330616Z 2025-06-05T23:23:59.2331261Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2332384Z aten_unsqueeze_copy_default_22: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_31, -1) 2025-06-05T23:23:59.2333024Z 2025-06-05T23:23:59.2333546Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2334718Z aten_permute_copy_default_82: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_22, [0, 2, 1, 3]); aten_unsqueeze_copy_default_22 = None 2025-06-05T23:23:59.2335550Z 2025-06-05T23:23:59.2336029Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2337480Z aten_convolution_default_14: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_82, p_layers_2_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_82 = p_layers_2_attention_wq_conv_weight = None 2025-06-05T23:23:59.2338613Z 2025-06-05T23:23:59.2339168Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2340367Z aten_permute_copy_default_83: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_14, [0, 2, 1, 3]); aten_convolution_default_14 = None 2025-06-05T23:23:59.2341172Z 2025-06-05T23:23:59.2341849Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2343083Z aten_squeeze_copy_dims_22: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_83, [-1]); aten_permute_copy_default_83 = None 2025-06-05T23:23:59.2343858Z 2025-06-05T23:23:59.2344537Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2345618Z aten_unsqueeze_copy_default_23: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_31, -1) 2025-06-05T23:23:59.2346251Z 2025-06-05T23:23:59.2346792Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2347950Z aten_permute_copy_default_84: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_23, [0, 2, 1, 3]); aten_unsqueeze_copy_default_23 = None 2025-06-05T23:23:59.2348779Z 2025-06-05T23:23:59.2349269Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2350805Z aten_convolution_default_15: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_84, p_layers_2_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_84 = p_layers_2_attention_wk_conv_weight = None 2025-06-05T23:23:59.2351956Z 2025-06-05T23:23:59.2352503Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2353686Z aten_permute_copy_default_85: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_15, [0, 2, 1, 3]); aten_convolution_default_15 = None 2025-06-05T23:23:59.2354507Z 2025-06-05T23:23:59.2355173Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2356455Z aten_squeeze_copy_dims_23: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_85, [-1]); aten_permute_copy_default_85 = None 2025-06-05T23:23:59.2357224Z 2025-06-05T23:23:59.2357873Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2359070Z aten_unsqueeze_copy_default_24: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_31, -1); aten_mul_tensor_31 = None 2025-06-05T23:23:59.2359799Z 2025-06-05T23:23:59.2360335Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2361508Z aten_permute_copy_default_86: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_24, [0, 2, 1, 3]); aten_unsqueeze_copy_default_24 = None 2025-06-05T23:23:59.2362329Z 2025-06-05T23:23:59.2362825Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2364254Z aten_convolution_default_16: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_86, p_layers_2_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_86 = p_layers_2_attention_wv_conv_weight = None 2025-06-05T23:23:59.2365420Z 2025-06-05T23:23:59.2365968Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2367125Z aten_permute_copy_default_87: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_16, [0, 2, 1, 3]); aten_convolution_default_16 = None 2025-06-05T23:23:59.2367941Z 2025-06-05T23:23:59.2368652Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2369897Z aten_squeeze_copy_dims_24: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_87, [-1]); aten_permute_copy_default_87 = None 2025-06-05T23:23:59.2370856Z 2025-06-05T23:23:59.2371498Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.2372723Z aten_view_copy_default_36: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_22, [1, 1, 12, 64]); aten_squeeze_copy_dims_22 = None 2025-06-05T23:23:59.2373494Z 2025-06-05T23:23:59.2374209Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.2375436Z aten_view_copy_default_37: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_23, [1, 1, 12, 64]); aten_squeeze_copy_dims_23 = None 2025-06-05T23:23:59.2376193Z 2025-06-05T23:23:59.2376851Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.2378086Z aten_view_copy_default_38: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_24, [1, 1, 12, 64]); aten_squeeze_copy_dims_24 = None 2025-06-05T23:23:59.2378837Z 2025-06-05T23:23:59.2379501Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.2380770Z aten_view_copy_default_39: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_36, [1, 1, 12, -1, 2]); aten_view_copy_default_36 = None 2025-06-05T23:23:59.2381900Z aten_slice_copy_tensor_8: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_39, 4, 0, 1) 2025-06-05T23:23:59.2382998Z aten_slice_copy_tensor_9: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_39, 4, 1, 2); aten_view_copy_default_39 = None 2025-06-05T23:23:59.2384192Z aten_squeeze_copy_dims_25: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_8, [4]); aten_slice_copy_tensor_8 = None 2025-06-05T23:23:59.2385383Z aten_squeeze_copy_dims_26: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_9, [4]); aten_slice_copy_tensor_9 = None 2025-06-05T23:23:59.2386114Z 2025-06-05T23:23:59.2386765Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.2388035Z aten_view_copy_default_40: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_37, [1, 1, 12, -1, 2]); aten_view_copy_default_37 = None 2025-06-05T23:23:59.2389158Z aten_slice_copy_tensor_10: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_40, 4, 0, 1) 2025-06-05T23:23:59.2390387Z aten_slice_copy_tensor_11: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_40, 4, 1, 2); aten_view_copy_default_40 = None 2025-06-05T23:23:59.2391607Z aten_squeeze_copy_dims_27: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_10, [4]); aten_slice_copy_tensor_10 = None 2025-06-05T23:23:59.2392853Z aten_squeeze_copy_dims_28: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_11, [4]); aten_slice_copy_tensor_11 = None 2025-06-05T23:23:59.2393588Z 2025-06-05T23:23:59.2394163Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.2395139Z aten_view_copy_default_41: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.2395754Z 2025-06-05T23:23:59.2396308Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.2397299Z aten_view_copy_default_42: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.2397945Z 2025-06-05T23:23:59.2398544Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.2399598Z aten_mul_tensor_32: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_25, aten_view_copy_default_41) 2025-06-05T23:23:59.2400606Z aten_mul_tensor_33: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_26, aten_view_copy_default_42) 2025-06-05T23:23:59.2401706Z aten_sub_tensor_4: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_32, aten_mul_tensor_33); aten_mul_tensor_32 = aten_mul_tensor_33 = None 2025-06-05T23:23:59.2402459Z 2025-06-05T23:23:59.2403100Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.2404270Z aten_mul_tensor_34: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_25, aten_view_copy_default_42); aten_squeeze_copy_dims_25 = None 2025-06-05T23:23:59.2405520Z aten_mul_tensor_35: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_26, aten_view_copy_default_41); aten_squeeze_copy_dims_26 = None 2025-06-05T23:23:59.2406738Z aten_add_tensor_10: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_34, aten_mul_tensor_35); aten_mul_tensor_34 = aten_mul_tensor_35 = None 2025-06-05T23:23:59.2407488Z 2025-06-05T23:23:59.2408098Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.2409139Z aten_mul_tensor_36: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_27, aten_view_copy_default_41) 2025-06-05T23:23:59.2410149Z aten_mul_tensor_37: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_28, aten_view_copy_default_42) 2025-06-05T23:23:59.2411275Z aten_sub_tensor_5: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_36, aten_mul_tensor_37); aten_mul_tensor_36 = aten_mul_tensor_37 = None 2025-06-05T23:23:59.2412018Z 2025-06-05T23:23:59.2412623Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.2413883Z aten_mul_tensor_38: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_27, aten_view_copy_default_42); aten_squeeze_copy_dims_27 = aten_view_copy_default_42 = None 2025-06-05T23:23:59.2415350Z aten_mul_tensor_39: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_28, aten_view_copy_default_41); aten_squeeze_copy_dims_28 = aten_view_copy_default_41 = None 2025-06-05T23:23:59.2416680Z aten_add_tensor_11: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_38, aten_mul_tensor_39); aten_mul_tensor_38 = aten_mul_tensor_39 = None 2025-06-05T23:23:59.2417416Z 2025-06-05T23:23:59.2418081Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2419259Z aten_unsqueeze_copy_default_25: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_4, 4); aten_sub_tensor_4 = None 2025-06-05T23:23:59.2420446Z aten_unsqueeze_copy_default_26: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_10, 4); aten_add_tensor_10 = None 2025-06-05T23:23:59.2421914Z aten_cat_default_8: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_25, aten_unsqueeze_copy_default_26], -1); aten_unsqueeze_copy_default_25 = aten_unsqueeze_copy_default_26 = None 2025-06-05T23:23:59.2423327Z aten_view_copy_default_43: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_8, [1, 1, 12, 64]); aten_cat_default_8 = None 2025-06-05T23:23:59.2424041Z 2025-06-05T23:23:59.2424703Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2425877Z aten_unsqueeze_copy_default_27: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_5, 4); aten_sub_tensor_5 = None 2025-06-05T23:23:59.2427086Z aten_unsqueeze_copy_default_28: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_11, 4); aten_add_tensor_11 = None 2025-06-05T23:23:59.2428521Z aten_cat_default_9: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_27, aten_unsqueeze_copy_default_28], -1); aten_unsqueeze_copy_default_27 = aten_unsqueeze_copy_default_28 = None 2025-06-05T23:23:59.2429931Z aten_view_copy_default_44: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_9, [1, 1, 12, 64]); aten_cat_default_9 = None 2025-06-05T23:23:59.2430719Z 2025-06-05T23:23:59.2431371Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.2432643Z aten_permute_copy_default_88: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_43, [0, 2, 1, 3]); aten_view_copy_default_43 = None 2025-06-05T23:23:59.2433436Z 2025-06-05T23:23:59.2433991Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.2435183Z aten_index_tensor_4: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_2_attention_mask, [attn_options_input_pos]); b_layers_2_attention_mask = None 2025-06-05T23:23:59.2435967Z 2025-06-05T23:23:59.2436769Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.2438398Z aten_index_put_default_4: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_2_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_44); aten_view_copy_default_44 = None 2025-06-05T23:23:59.2439419Z 2025-06-05T23:23:59.2440235Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.2441870Z aten_index_put_default_5: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_2_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_38); aten_view_copy_default_38 = None 2025-06-05T23:23:59.2442868Z 2025-06-05T23:23:59.2443657Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2444932Z aten_permute_copy_default_89: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2446116Z aten_select_copy_int_96: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_89, 0, 0); aten_permute_copy_default_89 = None 2025-06-05T23:23:59.2447321Z aten_select_copy_int_97: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_96, 0, 0); aten_select_copy_int_96 = None 2025-06-05T23:23:59.2448432Z aten_permute_copy_default_90: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2449579Z aten_select_copy_int_98: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_90, 0, 0); aten_permute_copy_default_90 = None 2025-06-05T23:23:59.2450818Z aten_select_copy_int_99: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_98, 0, 1); aten_select_copy_int_98 = None 2025-06-05T23:23:59.2451933Z aten_permute_copy_default_91: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2453087Z aten_select_copy_int_100: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_91, 0, 0); aten_permute_copy_default_91 = None 2025-06-05T23:23:59.2454296Z aten_select_copy_int_101: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_100, 0, 2); aten_select_copy_int_100 = None 2025-06-05T23:23:59.2455405Z aten_permute_copy_default_92: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2456565Z aten_select_copy_int_102: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_92, 0, 0); aten_permute_copy_default_92 = None 2025-06-05T23:23:59.2457772Z aten_select_copy_int_103: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_102, 0, 3); aten_select_copy_int_102 = None 2025-06-05T23:23:59.2458910Z aten_permute_copy_default_93: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2460073Z aten_select_copy_int_104: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_93, 0, 0); aten_permute_copy_default_93 = None 2025-06-05T23:23:59.2461271Z aten_select_copy_int_105: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_104, 0, 4); aten_select_copy_int_104 = None 2025-06-05T23:23:59.2462383Z aten_permute_copy_default_94: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2463569Z aten_select_copy_int_106: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_94, 0, 0); aten_permute_copy_default_94 = None 2025-06-05T23:23:59.2464771Z aten_select_copy_int_107: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_106, 0, 5); aten_select_copy_int_106 = None 2025-06-05T23:23:59.2465877Z aten_permute_copy_default_95: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2467034Z aten_select_copy_int_108: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_95, 0, 0); aten_permute_copy_default_95 = None 2025-06-05T23:23:59.2468258Z aten_select_copy_int_109: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_108, 0, 6); aten_select_copy_int_108 = None 2025-06-05T23:23:59.2469367Z aten_permute_copy_default_96: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2470773Z aten_select_copy_int_110: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_96, 0, 0); aten_permute_copy_default_96 = None 2025-06-05T23:23:59.2471984Z aten_select_copy_int_111: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_110, 0, 7); aten_select_copy_int_110 = None 2025-06-05T23:23:59.2473092Z aten_permute_copy_default_97: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2474319Z aten_select_copy_int_112: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_97, 0, 0); aten_permute_copy_default_97 = None 2025-06-05T23:23:59.2475523Z aten_select_copy_int_113: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_112, 0, 8); aten_select_copy_int_112 = None 2025-06-05T23:23:59.2476631Z aten_permute_copy_default_98: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2477786Z aten_select_copy_int_114: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_98, 0, 0); aten_permute_copy_default_98 = None 2025-06-05T23:23:59.2478987Z aten_select_copy_int_115: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_114, 0, 9); aten_select_copy_int_114 = None 2025-06-05T23:23:59.2480100Z aten_permute_copy_default_99: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2481263Z aten_select_copy_int_116: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_99, 0, 0); aten_permute_copy_default_99 = None 2025-06-05T23:23:59.2482489Z aten_select_copy_int_117: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_116, 0, 10); aten_select_copy_int_116 = None 2025-06-05T23:23:59.2483620Z aten_permute_copy_default_100: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_4, [0, 2, 1, 3]) 2025-06-05T23:23:59.2484790Z aten_select_copy_int_118: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_100, 0, 0); aten_permute_copy_default_100 = None 2025-06-05T23:23:59.2486031Z aten_select_copy_int_119: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_118, 0, 11); aten_select_copy_int_118 = None 2025-06-05T23:23:59.2489138Z aten_cat_default_10: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_97, aten_select_copy_int_99, aten_select_copy_int_101, aten_select_copy_int_103, aten_select_copy_int_105, aten_select_copy_int_107, aten_select_copy_int_109, aten_select_copy_int_111, aten_select_copy_int_113, aten_select_copy_int_115, aten_select_copy_int_117, aten_select_copy_int_119]); aten_select_copy_int_97 = aten_select_copy_int_99 = aten_select_copy_int_101 = aten_select_copy_int_103 = aten_select_copy_int_105 = aten_select_copy_int_107 = aten_select_copy_int_109 = aten_select_copy_int_111 = aten_select_copy_int_113 = aten_select_copy_int_115 = aten_select_copy_int_117 = aten_select_copy_int_119 = None 2025-06-05T23:23:59.2492298Z aten_view_copy_default_45: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_10, [1, 12, 128, 64]); aten_cat_default_10 = None 2025-06-05T23:23:59.2493041Z 2025-06-05T23:23:59.2493823Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2495097Z aten_permute_copy_default_101: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2496268Z aten_select_copy_int_120: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_101, 0, 0); aten_permute_copy_default_101 = None 2025-06-05T23:23:59.2497457Z aten_select_copy_int_121: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_120, 0, 0); aten_select_copy_int_120 = None 2025-06-05T23:23:59.2498611Z aten_permute_copy_default_102: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2499785Z aten_select_copy_int_122: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_102, 0, 0); aten_permute_copy_default_102 = None 2025-06-05T23:23:59.2500984Z aten_select_copy_int_123: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_122, 0, 1); aten_select_copy_int_122 = None 2025-06-05T23:23:59.2502116Z aten_permute_copy_default_103: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2503291Z aten_select_copy_int_124: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_103, 0, 0); aten_permute_copy_default_103 = None 2025-06-05T23:23:59.2504492Z aten_select_copy_int_125: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_124, 0, 2); aten_select_copy_int_124 = None 2025-06-05T23:23:59.2505618Z aten_permute_copy_default_104: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2506820Z aten_select_copy_int_126: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_104, 0, 0); aten_permute_copy_default_104 = None 2025-06-05T23:23:59.2508009Z aten_select_copy_int_127: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_126, 0, 3); aten_select_copy_int_126 = None 2025-06-05T23:23:59.2509132Z aten_permute_copy_default_105: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2510384Z aten_select_copy_int_128: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_105, 0, 0); aten_permute_copy_default_105 = None 2025-06-05T23:23:59.2511597Z aten_select_copy_int_129: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_128, 0, 4); aten_select_copy_int_128 = None 2025-06-05T23:23:59.2512730Z aten_permute_copy_default_106: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2513891Z aten_select_copy_int_130: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_106, 0, 0); aten_permute_copy_default_106 = None 2025-06-05T23:23:59.2515095Z aten_select_copy_int_131: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_130, 0, 5); aten_select_copy_int_130 = None 2025-06-05T23:23:59.2516250Z aten_permute_copy_default_107: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2517412Z aten_select_copy_int_132: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_107, 0, 0); aten_permute_copy_default_107 = None 2025-06-05T23:23:59.2518615Z aten_select_copy_int_133: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_132, 0, 6); aten_select_copy_int_132 = None 2025-06-05T23:23:59.2519735Z aten_permute_copy_default_108: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2520890Z aten_select_copy_int_134: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_108, 0, 0); aten_permute_copy_default_108 = None 2025-06-05T23:23:59.2522122Z aten_select_copy_int_135: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_134, 0, 7); aten_select_copy_int_134 = None 2025-06-05T23:23:59.2523248Z aten_permute_copy_default_109: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2524407Z aten_select_copy_int_136: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_109, 0, 0); aten_permute_copy_default_109 = None 2025-06-05T23:23:59.2525612Z aten_select_copy_int_137: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_136, 0, 8); aten_select_copy_int_136 = None 2025-06-05T23:23:59.2526737Z aten_permute_copy_default_110: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2527897Z aten_select_copy_int_138: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_110, 0, 0); aten_permute_copy_default_110 = None 2025-06-05T23:23:59.2529125Z aten_select_copy_int_139: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_138, 0, 9); aten_select_copy_int_138 = None 2025-06-05T23:23:59.2530251Z aten_permute_copy_default_111: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2531409Z aten_select_copy_int_140: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_111, 0, 0); aten_permute_copy_default_111 = None 2025-06-05T23:23:59.2532614Z aten_select_copy_int_141: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_140, 0, 10); aten_select_copy_int_140 = None 2025-06-05T23:23:59.2533770Z aten_permute_copy_default_112: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_5, [0, 2, 1, 3]) 2025-06-05T23:23:59.2534928Z aten_select_copy_int_142: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_112, 0, 0); aten_permute_copy_default_112 = None 2025-06-05T23:23:59.2536131Z aten_select_copy_int_143: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_142, 0, 11); aten_select_copy_int_142 = None 2025-06-05T23:23:59.2539261Z aten_cat_default_11: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_121, aten_select_copy_int_123, aten_select_copy_int_125, aten_select_copy_int_127, aten_select_copy_int_129, aten_select_copy_int_131, aten_select_copy_int_133, aten_select_copy_int_135, aten_select_copy_int_137, aten_select_copy_int_139, aten_select_copy_int_141, aten_select_copy_int_143]); aten_select_copy_int_121 = aten_select_copy_int_123 = aten_select_copy_int_125 = aten_select_copy_int_127 = aten_select_copy_int_129 = aten_select_copy_int_131 = aten_select_copy_int_133 = aten_select_copy_int_135 = aten_select_copy_int_137 = aten_select_copy_int_139 = aten_select_copy_int_141 = aten_select_copy_int_143 = None 2025-06-05T23:23:59.2542398Z aten_view_copy_default_46: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_11, [1, 12, 128, 64]); aten_cat_default_11 = None 2025-06-05T23:23:59.2543125Z 2025-06-05T23:23:59.2543853Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.2545189Z aten_permute_copy_default_113: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_45, [0, 1, 3, 2]); aten_view_copy_default_45 = None 2025-06-05T23:23:59.2546539Z aten_expand_copy_default_8: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_88, [1, 12, 1, 64]); aten_permute_copy_default_88 = None 2025-06-05T23:23:59.2547853Z aten_view_copy_default_47: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_8, [12, 1, 64]); aten_expand_copy_default_8 = None 2025-06-05T23:23:59.2549154Z aten_expand_copy_default_9: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_113, [1, 12, 64, 128]); aten_permute_copy_default_113 = None 2025-06-05T23:23:59.2550553Z aten_view_copy_default_48: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_9, [12, 64, 128]); aten_expand_copy_default_9 = None 2025-06-05T23:23:59.2551948Z aten_bmm_default_4: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_47, aten_view_copy_default_48); aten_view_copy_default_47 = aten_view_copy_default_48 = None 2025-06-05T23:23:59.2553288Z aten_view_copy_default_49: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_4, [1, 12, 1, 128]); aten_bmm_default_4 = None 2025-06-05T23:23:59.2554612Z aten_mul_tensor_40: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_49, _lifted_tensor_constant40); aten_view_copy_default_49 = _lifted_tensor_constant40 = None 2025-06-05T23:23:59.2555486Z 2025-06-05T23:23:59.2556096Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.2557320Z aten_add_tensor_12: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_40, aten_index_tensor_4); aten_mul_tensor_40 = aten_index_tensor_4 = None 2025-06-05T23:23:59.2558094Z 2025-06-05T23:23:59.2558805Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.2560036Z aten__softmax_default_2: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_12, -1, False); aten_add_tensor_12 = None 2025-06-05T23:23:59.2560746Z 2025-06-05T23:23:59.2561343Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.2562527Z aten_expand_copy_default_10: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_2, [1, 12, 1, 128]); aten__softmax_default_2 = None 2025-06-05T23:23:59.2563848Z aten_view_copy_default_50: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_10, [12, 1, 128]); aten_expand_copy_default_10 = None 2025-06-05T23:23:59.2565157Z aten_expand_copy_default_11: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_46, [1, 12, 128, 64]); aten_view_copy_default_46 = None 2025-06-05T23:23:59.2566472Z aten_view_copy_default_51: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_11, [12, 128, 64]); aten_expand_copy_default_11 = None 2025-06-05T23:23:59.2567837Z aten_bmm_default_5: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_50, aten_view_copy_default_51); aten_view_copy_default_50 = aten_view_copy_default_51 = None 2025-06-05T23:23:59.2569171Z aten_view_copy_default_52: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_5, [1, 12, 1, 64]); aten_bmm_default_5 = None 2025-06-05T23:23:59.2569896Z 2025-06-05T23:23:59.2570883Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.2572325Z aten_permute_copy_default_114: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_52, [0, 2, 1, 3]); aten_view_copy_default_52 = None 2025-06-05T23:23:59.2573629Z aten_view_copy_default_53: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_114, [1, 1, 768]); aten_permute_copy_default_114 = None 2025-06-05T23:23:59.2574421Z 2025-06-05T23:23:59.2575090Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2576344Z aten_unsqueeze_copy_default_29: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_53, -1); aten_view_copy_default_53 = None 2025-06-05T23:23:59.2577214Z 2025-06-05T23:23:59.2577743Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2578924Z aten_permute_copy_default_115: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_29, [0, 2, 1, 3]); aten_unsqueeze_copy_default_29 = None 2025-06-05T23:23:59.2579759Z 2025-06-05T23:23:59.2580239Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2581750Z aten_convolution_default_17: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_115, p_layers_2_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_115 = p_layers_2_attention_wo_conv_weight = None 2025-06-05T23:23:59.2582910Z 2025-06-05T23:23:59.2583451Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2584628Z aten_permute_copy_default_116: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_17, [0, 2, 1, 3]); aten_convolution_default_17 = None 2025-06-05T23:23:59.2585439Z 2025-06-05T23:23:59.2586115Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2587374Z aten_squeeze_copy_dims_29: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_116, [-1]); aten_permute_copy_default_116 = None 2025-06-05T23:23:59.2588177Z 2025-06-05T23:23:59.2588681Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.2589768Z aten_add_tensor_13: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_9, aten_squeeze_copy_dims_29); aten_add_tensor_9 = aten_squeeze_copy_dims_29 = None 2025-06-05T23:23:59.2590646Z 2025-06-05T23:23:59.2591298Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2592317Z aten_pow_tensor_scalar_5: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_13, 2) 2025-06-05T23:23:59.2593300Z aten_mean_dim_5: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_5, [2], True); aten_pow_tensor_scalar_5 = None 2025-06-05T23:23:59.2594405Z aten_add_scalar_5: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_5, 9.999999747378752e-06); aten_mean_dim_5 = None 2025-06-05T23:23:59.2595412Z aten_rsqrt_default_5: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_5); aten_add_scalar_5 = None 2025-06-05T23:23:59.2596472Z aten_mul_tensor_41: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_13, aten_rsqrt_default_5); aten_rsqrt_default_5 = None 2025-06-05T23:23:59.2597694Z aten_mul_tensor_42: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_41, p_layers_2_ffn_norm_weight); aten_mul_tensor_41 = p_layers_2_ffn_norm_weight = None 2025-06-05T23:23:59.2598500Z 2025-06-05T23:23:59.2599160Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2600247Z aten_unsqueeze_copy_default_30: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_42, -1) 2025-06-05T23:23:59.2600914Z 2025-06-05T23:23:59.2601438Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2602617Z aten_permute_copy_default_117: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_30, [0, 2, 1, 3]); aten_unsqueeze_copy_default_30 = None 2025-06-05T23:23:59.2603443Z 2025-06-05T23:23:59.2603924Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2605423Z aten_convolution_default_18: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_117, p_layers_2_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_117 = p_layers_2_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.2606597Z 2025-06-05T23:23:59.2607142Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2608324Z aten_permute_copy_default_118: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_18, [0, 2, 1, 3]); aten_convolution_default_18 = None 2025-06-05T23:23:59.2609140Z 2025-06-05T23:23:59.2609817Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2611080Z aten_squeeze_copy_dims_30: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_118, [-1]); aten_permute_copy_default_118 = None 2025-06-05T23:23:59.2611873Z 2025-06-05T23:23:59.2612532Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2613563Z aten_sigmoid_default_2: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_30) 2025-06-05T23:23:59.2614733Z aten_mul_tensor_43: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_30, aten_sigmoid_default_2); aten_squeeze_copy_dims_30 = aten_sigmoid_default_2 = None 2025-06-05T23:23:59.2615581Z 2025-06-05T23:23:59.2616229Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2617465Z aten_unsqueeze_copy_default_31: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_42, -1); aten_mul_tensor_42 = None 2025-06-05T23:23:59.2618214Z 2025-06-05T23:23:59.2618740Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2619920Z aten_permute_copy_default_119: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_31, [0, 2, 1, 3]); aten_unsqueeze_copy_default_31 = None 2025-06-05T23:23:59.2620740Z 2025-06-05T23:23:59.2621230Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2622713Z aten_convolution_default_19: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_119, p_layers_2_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_119 = p_layers_2_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.2623870Z 2025-06-05T23:23:59.2624422Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2625641Z aten_permute_copy_default_120: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_19, [0, 2, 1, 3]); aten_convolution_default_19 = None 2025-06-05T23:23:59.2626457Z 2025-06-05T23:23:59.2627130Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2628374Z aten_squeeze_copy_dims_31: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_120, [-1]); aten_permute_copy_default_120 = None 2025-06-05T23:23:59.2629156Z 2025-06-05T23:23:59.2629830Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2631154Z aten_mul_tensor_44: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_43, aten_squeeze_copy_dims_31); aten_mul_tensor_43 = aten_squeeze_copy_dims_31 = None 2025-06-05T23:23:59.2631970Z 2025-06-05T23:23:59.2632612Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2633813Z aten_unsqueeze_copy_default_32: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_44, -1); aten_mul_tensor_44 = None 2025-06-05T23:23:59.2634563Z 2025-06-05T23:23:59.2635088Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2636307Z aten_permute_copy_default_121: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_32, [0, 2, 1, 3]); aten_unsqueeze_copy_default_32 = None 2025-06-05T23:23:59.2637140Z 2025-06-05T23:23:59.2637633Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2639107Z aten_convolution_default_20: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_121, p_layers_2_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_121 = p_layers_2_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.2640257Z 2025-06-05T23:23:59.2640816Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2642029Z aten_permute_copy_default_122: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_20, [0, 2, 1, 3]); aten_convolution_default_20 = None 2025-06-05T23:23:59.2642850Z 2025-06-05T23:23:59.2643527Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2644762Z aten_squeeze_copy_dims_32: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_122, [-1]); aten_permute_copy_default_122 = None 2025-06-05T23:23:59.2645535Z 2025-06-05T23:23:59.2646184Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2647424Z aten_add_tensor_14: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_13, aten_squeeze_copy_dims_32); aten_add_tensor_13 = aten_squeeze_copy_dims_32 = None 2025-06-05T23:23:59.2648229Z 2025-06-05T23:23:59.2648923Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.2650052Z aten_pow_tensor_scalar_6: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_14, 2) 2025-06-05T23:23:59.2651032Z aten_mean_dim_6: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_6, [2], True); aten_pow_tensor_scalar_6 = None 2025-06-05T23:23:59.2652065Z aten_add_scalar_6: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_6, 9.999999747378752e-06); aten_mean_dim_6 = None 2025-06-05T23:23:59.2653076Z aten_rsqrt_default_6: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_6); aten_add_scalar_6 = None 2025-06-05T23:23:59.2654166Z aten_mul_tensor_45: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_14, aten_rsqrt_default_6); aten_rsqrt_default_6 = None 2025-06-05T23:23:59.2655442Z aten_mul_tensor_46: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_45, p_layers_3_attention_norm_weight); aten_mul_tensor_45 = p_layers_3_attention_norm_weight = None 2025-06-05T23:23:59.2656309Z 2025-06-05T23:23:59.2656960Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2658060Z aten_unsqueeze_copy_default_33: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_46, -1) 2025-06-05T23:23:59.2658703Z 2025-06-05T23:23:59.2659259Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2660443Z aten_permute_copy_default_123: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_33, [0, 2, 1, 3]); aten_unsqueeze_copy_default_33 = None 2025-06-05T23:23:59.2661286Z 2025-06-05T23:23:59.2661772Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2663234Z aten_convolution_default_21: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_123, p_layers_3_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_123 = p_layers_3_attention_wq_conv_weight = None 2025-06-05T23:23:59.2664374Z 2025-06-05T23:23:59.2664928Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2666140Z aten_permute_copy_default_124: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_21, [0, 2, 1, 3]); aten_convolution_default_21 = None 2025-06-05T23:23:59.2666957Z 2025-06-05T23:23:59.2667637Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2668881Z aten_squeeze_copy_dims_33: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_124, [-1]); aten_permute_copy_default_124 = None 2025-06-05T23:23:59.2669663Z 2025-06-05T23:23:59.2670400Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2671663Z aten_unsqueeze_copy_default_34: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_46, -1) 2025-06-05T23:23:59.2672303Z 2025-06-05T23:23:59.2672822Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2674090Z aten_permute_copy_default_125: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_34, [0, 2, 1, 3]); aten_unsqueeze_copy_default_34 = None 2025-06-05T23:23:59.2674924Z 2025-06-05T23:23:59.2675406Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2676863Z aten_convolution_default_22: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_125, p_layers_3_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_125 = p_layers_3_attention_wk_conv_weight = None 2025-06-05T23:23:59.2678015Z 2025-06-05T23:23:59.2678592Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2679769Z aten_permute_copy_default_126: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_22, [0, 2, 1, 3]); aten_convolution_default_22 = None 2025-06-05T23:23:59.2680582Z 2025-06-05T23:23:59.2681259Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2682508Z aten_squeeze_copy_dims_34: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_126, [-1]); aten_permute_copy_default_126 = None 2025-06-05T23:23:59.2683314Z 2025-06-05T23:23:59.2683976Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2685161Z aten_unsqueeze_copy_default_35: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_46, -1); aten_mul_tensor_46 = None 2025-06-05T23:23:59.2685910Z 2025-06-05T23:23:59.2686448Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2687604Z aten_permute_copy_default_127: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_35, [0, 2, 1, 3]); aten_unsqueeze_copy_default_35 = None 2025-06-05T23:23:59.2688441Z 2025-06-05T23:23:59.2688921Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2690412Z aten_convolution_default_23: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_127, p_layers_3_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_127 = p_layers_3_attention_wv_conv_weight = None 2025-06-05T23:23:59.2691562Z 2025-06-05T23:23:59.2692102Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2693282Z aten_permute_copy_default_128: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_23, [0, 2, 1, 3]); aten_convolution_default_23 = None 2025-06-05T23:23:59.2694106Z 2025-06-05T23:23:59.2694772Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2696031Z aten_squeeze_copy_dims_35: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_128, [-1]); aten_permute_copy_default_128 = None 2025-06-05T23:23:59.2696797Z 2025-06-05T23:23:59.2697453Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.2698701Z aten_view_copy_default_54: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_33, [1, 1, 12, 64]); aten_squeeze_copy_dims_33 = None 2025-06-05T23:23:59.2699456Z 2025-06-05T23:23:59.2700116Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.2701334Z aten_view_copy_default_55: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_34, [1, 1, 12, 64]); aten_squeeze_copy_dims_34 = None 2025-06-05T23:23:59.2702098Z 2025-06-05T23:23:59.2702782Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.2703352Z aten_view_copy_default_56: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_35, [1, 1, 12, 64]); aten_squeeze_copy_dims_35 = None 2025-06-05T23:23:59.2703429Z 2025-06-05T23:23:59.2703985Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.2704562Z aten_view_copy_default_57: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_54, [1, 1, 12, -1, 2]); aten_view_copy_default_54 = None 2025-06-05T23:23:59.2705021Z aten_slice_copy_tensor_12: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_57, 4, 0, 1) 2025-06-05T23:23:59.2705584Z aten_slice_copy_tensor_13: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_57, 4, 1, 2); aten_view_copy_default_57 = None 2025-06-05T23:23:59.2706123Z aten_squeeze_copy_dims_36: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_12, [4]); aten_slice_copy_tensor_12 = None 2025-06-05T23:23:59.2706665Z aten_squeeze_copy_dims_37: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_13, [4]); aten_slice_copy_tensor_13 = None 2025-06-05T23:23:59.2706755Z 2025-06-05T23:23:59.2707291Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.2707898Z aten_view_copy_default_58: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_55, [1, 1, 12, -1, 2]); aten_view_copy_default_55 = None 2025-06-05T23:23:59.2708344Z aten_slice_copy_tensor_14: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_58, 4, 0, 1) 2025-06-05T23:23:59.2708893Z aten_slice_copy_tensor_15: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_58, 4, 1, 2); aten_view_copy_default_58 = None 2025-06-05T23:23:59.2709441Z aten_squeeze_copy_dims_38: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_14, [4]); aten_slice_copy_tensor_14 = None 2025-06-05T23:23:59.2709979Z aten_squeeze_copy_dims_39: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_15, [4]); aten_slice_copy_tensor_15 = None 2025-06-05T23:23:59.2710058Z 2025-06-05T23:23:59.2710612Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.2711066Z aten_view_copy_default_59: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.2711143Z 2025-06-05T23:23:59.2711588Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.2712027Z aten_view_copy_default_60: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.2712102Z 2025-06-05T23:23:59.2712585Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.2713073Z aten_mul_tensor_47: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_36, aten_view_copy_default_59) 2025-06-05T23:23:59.2713518Z aten_mul_tensor_48: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_37, aten_view_copy_default_60) 2025-06-05T23:23:59.2714068Z aten_sub_tensor_6: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_47, aten_mul_tensor_48); aten_mul_tensor_47 = aten_mul_tensor_48 = None 2025-06-05T23:23:59.2714159Z 2025-06-05T23:23:59.2714642Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.2715206Z aten_mul_tensor_49: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_36, aten_view_copy_default_60); aten_squeeze_copy_dims_36 = None 2025-06-05T23:23:59.2715805Z aten_mul_tensor_50: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_37, aten_view_copy_default_59); aten_squeeze_copy_dims_37 = None 2025-06-05T23:23:59.2716352Z aten_add_tensor_15: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_49, aten_mul_tensor_50); aten_mul_tensor_49 = aten_mul_tensor_50 = None 2025-06-05T23:23:59.2716443Z 2025-06-05T23:23:59.2716928Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.2717367Z aten_mul_tensor_51: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_38, aten_view_copy_default_59) 2025-06-05T23:23:59.2717839Z aten_mul_tensor_52: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_39, aten_view_copy_default_60) 2025-06-05T23:23:59.2718391Z aten_sub_tensor_7: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_51, aten_mul_tensor_52); aten_mul_tensor_51 = aten_mul_tensor_52 = None 2025-06-05T23:23:59.2718468Z 2025-06-05T23:23:59.2718964Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.2719625Z aten_mul_tensor_53: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_38, aten_view_copy_default_60); aten_squeeze_copy_dims_38 = aten_view_copy_default_60 = None 2025-06-05T23:23:59.2720283Z aten_mul_tensor_54: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_39, aten_view_copy_default_59); aten_squeeze_copy_dims_39 = aten_view_copy_default_59 = None 2025-06-05T23:23:59.2720849Z aten_add_tensor_16: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_53, aten_mul_tensor_54); aten_mul_tensor_53 = aten_mul_tensor_54 = None 2025-06-05T23:23:59.2720925Z 2025-06-05T23:23:59.2721493Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2722037Z aten_unsqueeze_copy_default_36: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_6, 4); aten_sub_tensor_6 = None 2025-06-05T23:23:59.2722569Z aten_unsqueeze_copy_default_37: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_15, 4); aten_add_tensor_15 = None 2025-06-05T23:23:59.2723348Z aten_cat_default_12: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_36, aten_unsqueeze_copy_default_37], -1); aten_unsqueeze_copy_default_36 = aten_unsqueeze_copy_default_37 = None 2025-06-05T23:23:59.2723910Z aten_view_copy_default_61: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_12, [1, 1, 12, 64]); aten_cat_default_12 = None 2025-06-05T23:23:59.2723990Z 2025-06-05T23:23:59.2724526Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2725067Z aten_unsqueeze_copy_default_38: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_7, 4); aten_sub_tensor_7 = None 2025-06-05T23:23:59.2725597Z aten_unsqueeze_copy_default_39: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_16, 4); aten_add_tensor_16 = None 2025-06-05T23:23:59.2726401Z aten_cat_default_13: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_38, aten_unsqueeze_copy_default_39], -1); aten_unsqueeze_copy_default_38 = aten_unsqueeze_copy_default_39 = None 2025-06-05T23:23:59.2726940Z aten_view_copy_default_62: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_13, [1, 1, 12, 64]); aten_cat_default_13 = None 2025-06-05T23:23:59.2727018Z 2025-06-05T23:23:59.2727559Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.2728174Z aten_permute_copy_default_129: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_61, [0, 2, 1, 3]); aten_view_copy_default_61 = None 2025-06-05T23:23:59.2728253Z 2025-06-05T23:23:59.2728738Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.2729346Z aten_index_tensor_5: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_3_attention_mask, [attn_options_input_pos]); b_layers_3_attention_mask = None 2025-06-05T23:23:59.2729425Z 2025-06-05T23:23:59.2730116Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.2730937Z aten_index_put_default_6: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_3_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_62); aten_view_copy_default_62 = None 2025-06-05T23:23:59.2731015Z 2025-06-05T23:23:59.2731722Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.2732530Z aten_index_put_default_7: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_3_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_56); aten_view_copy_default_56 = None 2025-06-05T23:23:59.2732633Z 2025-06-05T23:23:59.2733301Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2733787Z aten_permute_copy_default_130: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2734354Z aten_select_copy_int_144: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_130, 0, 0); aten_permute_copy_default_130 = None 2025-06-05T23:23:59.2734911Z aten_select_copy_int_145: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_144, 0, 0); aten_select_copy_int_144 = None 2025-06-05T23:23:59.2735395Z aten_permute_copy_default_131: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2735960Z aten_select_copy_int_146: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_131, 0, 0); aten_permute_copy_default_131 = None 2025-06-05T23:23:59.2736486Z aten_select_copy_int_147: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_146, 0, 1); aten_select_copy_int_146 = None 2025-06-05T23:23:59.2736971Z aten_permute_copy_default_132: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2737565Z aten_select_copy_int_148: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_132, 0, 0); aten_permute_copy_default_132 = None 2025-06-05T23:23:59.2738093Z aten_select_copy_int_149: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_148, 0, 2); aten_select_copy_int_148 = None 2025-06-05T23:23:59.2738586Z aten_permute_copy_default_133: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2739148Z aten_select_copy_int_150: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_133, 0, 0); aten_permute_copy_default_133 = None 2025-06-05T23:23:59.2739699Z aten_select_copy_int_151: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_150, 0, 3); aten_select_copy_int_150 = None 2025-06-05T23:23:59.2740185Z aten_permute_copy_default_134: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2740764Z aten_select_copy_int_152: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_134, 0, 0); aten_permute_copy_default_134 = None 2025-06-05T23:23:59.2741279Z aten_select_copy_int_153: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_152, 0, 4); aten_select_copy_int_152 = None 2025-06-05T23:23:59.2741759Z aten_permute_copy_default_135: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2742338Z aten_select_copy_int_154: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_135, 0, 0); aten_permute_copy_default_135 = None 2025-06-05T23:23:59.2742857Z aten_select_copy_int_155: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_154, 0, 5); aten_select_copy_int_154 = None 2025-06-05T23:23:59.2743368Z aten_permute_copy_default_136: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2743942Z aten_select_copy_int_156: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_136, 0, 0); aten_permute_copy_default_136 = None 2025-06-05T23:23:59.2744456Z aten_select_copy_int_157: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_156, 0, 6); aten_select_copy_int_156 = None 2025-06-05T23:23:59.2744944Z aten_permute_copy_default_137: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2745544Z aten_select_copy_int_158: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_137, 0, 0); aten_permute_copy_default_137 = None 2025-06-05T23:23:59.2746066Z aten_select_copy_int_159: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_158, 0, 7); aten_select_copy_int_158 = None 2025-06-05T23:23:59.2746561Z aten_permute_copy_default_138: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2747125Z aten_select_copy_int_160: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_138, 0, 0); aten_permute_copy_default_138 = None 2025-06-05T23:23:59.2747670Z aten_select_copy_int_161: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_160, 0, 8); aten_select_copy_int_160 = None 2025-06-05T23:23:59.2748166Z aten_permute_copy_default_139: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2748729Z aten_select_copy_int_162: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_139, 0, 0); aten_permute_copy_default_139 = None 2025-06-05T23:23:59.2749247Z aten_select_copy_int_163: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_162, 0, 9); aten_select_copy_int_162 = None 2025-06-05T23:23:59.2749742Z aten_permute_copy_default_140: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2750434Z aten_select_copy_int_164: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_140, 0, 0); aten_permute_copy_default_140 = None 2025-06-05T23:23:59.2750959Z aten_select_copy_int_165: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_164, 0, 10); aten_select_copy_int_164 = None 2025-06-05T23:23:59.2751460Z aten_permute_copy_default_141: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_6, [0, 2, 1, 3]) 2025-06-05T23:23:59.2752027Z aten_select_copy_int_166: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_141, 0, 0); aten_permute_copy_default_141 = None 2025-06-05T23:23:59.2752550Z aten_select_copy_int_167: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_166, 0, 11); aten_select_copy_int_166 = None 2025-06-05T23:23:59.2755036Z aten_cat_default_14: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_145, aten_select_copy_int_147, aten_select_copy_int_149, aten_select_copy_int_151, aten_select_copy_int_153, aten_select_copy_int_155, aten_select_copy_int_157, aten_select_copy_int_159, aten_select_copy_int_161, aten_select_copy_int_163, aten_select_copy_int_165, aten_select_copy_int_167]); aten_select_copy_int_145 = aten_select_copy_int_147 = aten_select_copy_int_149 = aten_select_copy_int_151 = aten_select_copy_int_153 = aten_select_copy_int_155 = aten_select_copy_int_157 = aten_select_copy_int_159 = aten_select_copy_int_161 = aten_select_copy_int_163 = aten_select_copy_int_165 = aten_select_copy_int_167 = None 2025-06-05T23:23:59.2755607Z aten_view_copy_default_63: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_14, [1, 12, 128, 64]); aten_cat_default_14 = None 2025-06-05T23:23:59.2755703Z 2025-06-05T23:23:59.2756395Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2756887Z aten_permute_copy_default_142: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2757469Z aten_select_copy_int_168: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_142, 0, 0); aten_permute_copy_default_142 = None 2025-06-05T23:23:59.2757984Z aten_select_copy_int_169: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_168, 0, 0); aten_select_copy_int_168 = None 2025-06-05T23:23:59.2758481Z aten_permute_copy_default_143: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2759081Z aten_select_copy_int_170: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_143, 0, 0); aten_permute_copy_default_143 = None 2025-06-05T23:23:59.2759596Z aten_select_copy_int_171: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_170, 0, 1); aten_select_copy_int_170 = None 2025-06-05T23:23:59.2760089Z aten_permute_copy_default_144: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2760649Z aten_select_copy_int_172: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_144, 0, 0); aten_permute_copy_default_144 = None 2025-06-05T23:23:59.2761165Z aten_select_copy_int_173: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_172, 0, 2); aten_select_copy_int_172 = None 2025-06-05T23:23:59.2761688Z aten_permute_copy_default_145: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2762247Z aten_select_copy_int_174: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_145, 0, 0); aten_permute_copy_default_145 = None 2025-06-05T23:23:59.2762764Z aten_select_copy_int_175: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_174, 0, 3); aten_select_copy_int_174 = None 2025-06-05T23:23:59.2763255Z aten_permute_copy_default_146: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2763818Z aten_select_copy_int_176: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_146, 0, 0); aten_permute_copy_default_146 = None 2025-06-05T23:23:59.2764337Z aten_select_copy_int_177: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_176, 0, 4); aten_select_copy_int_176 = None 2025-06-05T23:23:59.2764853Z aten_permute_copy_default_147: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2765415Z aten_select_copy_int_178: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_147, 0, 0); aten_permute_copy_default_147 = None 2025-06-05T23:23:59.2765944Z aten_select_copy_int_179: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_178, 0, 5); aten_select_copy_int_178 = None 2025-06-05T23:23:59.2766423Z aten_permute_copy_default_148: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2767014Z aten_select_copy_int_180: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_148, 0, 0); aten_permute_copy_default_148 = None 2025-06-05T23:23:59.2767548Z aten_select_copy_int_181: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_180, 0, 6); aten_select_copy_int_180 = None 2025-06-05T23:23:59.2768028Z aten_permute_copy_default_149: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2768586Z aten_select_copy_int_182: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_149, 0, 0); aten_permute_copy_default_149 = None 2025-06-05T23:23:59.2769113Z aten_select_copy_int_183: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_182, 0, 7); aten_select_copy_int_182 = None 2025-06-05T23:23:59.2769635Z aten_permute_copy_default_150: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2770197Z aten_select_copy_int_184: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_150, 0, 0); aten_permute_copy_default_150 = None 2025-06-05T23:23:59.2770884Z aten_select_copy_int_185: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_184, 0, 8); aten_select_copy_int_184 = None 2025-06-05T23:23:59.2771369Z aten_permute_copy_default_151: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2771993Z aten_select_copy_int_186: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_151, 0, 0); aten_permute_copy_default_151 = None 2025-06-05T23:23:59.2772526Z aten_select_copy_int_187: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_186, 0, 9); aten_select_copy_int_186 = None 2025-06-05T23:23:59.2773008Z aten_permute_copy_default_152: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2773584Z aten_select_copy_int_188: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_152, 0, 0); aten_permute_copy_default_152 = None 2025-06-05T23:23:59.2774102Z aten_select_copy_int_189: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_188, 0, 10); aten_select_copy_int_188 = None 2025-06-05T23:23:59.2774585Z aten_permute_copy_default_153: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_7, [0, 2, 1, 3]) 2025-06-05T23:23:59.2775169Z aten_select_copy_int_190: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_153, 0, 0); aten_permute_copy_default_153 = None 2025-06-05T23:23:59.2775720Z aten_select_copy_int_191: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_190, 0, 11); aten_select_copy_int_190 = None 2025-06-05T23:23:59.2778254Z aten_cat_default_15: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_169, aten_select_copy_int_171, aten_select_copy_int_173, aten_select_copy_int_175, aten_select_copy_int_177, aten_select_copy_int_179, aten_select_copy_int_181, aten_select_copy_int_183, aten_select_copy_int_185, aten_select_copy_int_187, aten_select_copy_int_189, aten_select_copy_int_191]); aten_select_copy_int_169 = aten_select_copy_int_171 = aten_select_copy_int_173 = aten_select_copy_int_175 = aten_select_copy_int_177 = aten_select_copy_int_179 = aten_select_copy_int_181 = aten_select_copy_int_183 = aten_select_copy_int_185 = aten_select_copy_int_187 = aten_select_copy_int_189 = aten_select_copy_int_191 = None 2025-06-05T23:23:59.2778796Z aten_view_copy_default_64: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_15, [1, 12, 128, 64]); aten_cat_default_15 = None 2025-06-05T23:23:59.2778875Z 2025-06-05T23:23:59.2779487Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.2780099Z aten_permute_copy_default_154: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_63, [0, 1, 3, 2]); aten_view_copy_default_63 = None 2025-06-05T23:23:59.2780759Z aten_expand_copy_default_12: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_129, [1, 12, 1, 64]); aten_permute_copy_default_129 = None 2025-06-05T23:23:59.2781350Z aten_view_copy_default_65: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_12, [12, 1, 64]); aten_expand_copy_default_12 = None 2025-06-05T23:23:59.2781977Z aten_expand_copy_default_13: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_154, [1, 12, 64, 128]); aten_permute_copy_default_154 = None 2025-06-05T23:23:59.2782564Z aten_view_copy_default_66: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_13, [12, 64, 128]); aten_expand_copy_default_13 = None 2025-06-05T23:23:59.2783275Z aten_bmm_default_6: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_65, aten_view_copy_default_66); aten_view_copy_default_65 = aten_view_copy_default_66 = None 2025-06-05T23:23:59.2783809Z aten_view_copy_default_67: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_6, [1, 12, 1, 128]); aten_bmm_default_6 = None 2025-06-05T23:23:59.2784497Z aten_mul_tensor_55: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_67, _lifted_tensor_constant41); aten_view_copy_default_67 = _lifted_tensor_constant41 = None 2025-06-05T23:23:59.2784574Z 2025-06-05T23:23:59.2785071Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.2785656Z aten_add_tensor_17: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_55, aten_index_tensor_5); aten_mul_tensor_55 = aten_index_tensor_5 = None 2025-06-05T23:23:59.2785734Z 2025-06-05T23:23:59.2786324Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.2786849Z aten__softmax_default_3: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_17, -1, False); aten_add_tensor_17 = None 2025-06-05T23:23:59.2786953Z 2025-06-05T23:23:59.2787421Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.2788021Z aten_expand_copy_default_14: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_3, [1, 12, 1, 128]); aten__softmax_default_3 = None 2025-06-05T23:23:59.2788600Z aten_view_copy_default_68: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_14, [12, 1, 128]); aten_expand_copy_default_14 = None 2025-06-05T23:23:59.2789226Z aten_expand_copy_default_15: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_64, [1, 12, 128, 64]); aten_view_copy_default_64 = None 2025-06-05T23:23:59.2789825Z aten_view_copy_default_69: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_15, [12, 128, 64]); aten_expand_copy_default_15 = None 2025-06-05T23:23:59.2790566Z aten_bmm_default_7: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_68, aten_view_copy_default_69); aten_view_copy_default_68 = aten_view_copy_default_69 = None 2025-06-05T23:23:59.2791089Z aten_view_copy_default_70: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_7, [1, 12, 1, 64]); aten_bmm_default_7 = None 2025-06-05T23:23:59.2791213Z 2025-06-05T23:23:59.2791866Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.2792467Z aten_permute_copy_default_155: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_70, [0, 2, 1, 3]); aten_view_copy_default_70 = None 2025-06-05T23:23:59.2793076Z aten_view_copy_default_71: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_155, [1, 1, 768]); aten_permute_copy_default_155 = None 2025-06-05T23:23:59.2793154Z 2025-06-05T23:23:59.2793693Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2794331Z aten_unsqueeze_copy_default_40: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_71, -1); aten_view_copy_default_71 = None 2025-06-05T23:23:59.2794412Z 2025-06-05T23:23:59.2794827Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2795482Z aten_permute_copy_default_156: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_40, [0, 2, 1, 3]); aten_unsqueeze_copy_default_40 = None 2025-06-05T23:23:59.2795560Z 2025-06-05T23:23:59.2795928Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2796900Z aten_convolution_default_24: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_156, p_layers_3_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_156 = p_layers_3_attention_wo_conv_weight = None 2025-06-05T23:23:59.2796985Z 2025-06-05T23:23:59.2797413Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2798054Z aten_permute_copy_default_157: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_24, [0, 2, 1, 3]); aten_convolution_default_24 = None 2025-06-05T23:23:59.2798158Z 2025-06-05T23:23:59.2798707Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2799296Z aten_squeeze_copy_dims_40: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_157, [-1]); aten_permute_copy_default_157 = None 2025-06-05T23:23:59.2799373Z 2025-06-05T23:23:59.2799753Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.2800394Z aten_add_tensor_18: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_14, aten_squeeze_copy_dims_40); aten_add_tensor_14 = aten_squeeze_copy_dims_40 = None 2025-06-05T23:23:59.2800473Z 2025-06-05T23:23:59.2800991Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2801387Z aten_pow_tensor_scalar_7: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_18, 2) 2025-06-05T23:23:59.2801855Z aten_mean_dim_7: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_7, [2], True); aten_pow_tensor_scalar_7 = None 2025-06-05T23:23:59.2802311Z aten_add_scalar_7: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_7, 9.999999747378752e-06); aten_mean_dim_7 = None 2025-06-05T23:23:59.2802780Z aten_rsqrt_default_7: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_7); aten_add_scalar_7 = None 2025-06-05T23:23:59.2803280Z aten_mul_tensor_56: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_18, aten_rsqrt_default_7); aten_rsqrt_default_7 = None 2025-06-05T23:23:59.2803892Z aten_mul_tensor_57: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_56, p_layers_3_ffn_norm_weight); aten_mul_tensor_56 = p_layers_3_ffn_norm_weight = None 2025-06-05T23:23:59.2803982Z 2025-06-05T23:23:59.2804513Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2804971Z aten_unsqueeze_copy_default_41: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_57, -1) 2025-06-05T23:23:59.2805063Z 2025-06-05T23:23:59.2805473Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2806118Z aten_permute_copy_default_158: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_41, [0, 2, 1, 3]); aten_unsqueeze_copy_default_41 = None 2025-06-05T23:23:59.2806209Z 2025-06-05T23:23:59.2806576Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2807551Z aten_convolution_default_25: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_158, p_layers_3_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_158 = p_layers_3_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.2807644Z 2025-06-05T23:23:59.2808075Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2808708Z aten_permute_copy_default_159: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_25, [0, 2, 1, 3]); aten_convolution_default_25 = None 2025-06-05T23:23:59.2808827Z 2025-06-05T23:23:59.2809375Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2809961Z aten_squeeze_copy_dims_41: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_159, [-1]); aten_permute_copy_default_159 = None 2025-06-05T23:23:59.2810050Z 2025-06-05T23:23:59.2810579Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2811013Z aten_sigmoid_default_3: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_41) 2025-06-05T23:23:59.2811677Z aten_mul_tensor_58: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_41, aten_sigmoid_default_3); aten_squeeze_copy_dims_41 = aten_sigmoid_default_3 = None 2025-06-05T23:23:59.2811752Z 2025-06-05T23:23:59.2812279Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2812836Z aten_unsqueeze_copy_default_42: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_57, -1); aten_mul_tensor_57 = None 2025-06-05T23:23:59.2812939Z 2025-06-05T23:23:59.2813350Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2814004Z aten_permute_copy_default_160: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_42, [0, 2, 1, 3]); aten_unsqueeze_copy_default_42 = None 2025-06-05T23:23:59.2814082Z 2025-06-05T23:23:59.2814448Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2815437Z aten_convolution_default_26: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_160, p_layers_3_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_160 = p_layers_3_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.2815513Z 2025-06-05T23:23:59.2815962Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2816608Z aten_permute_copy_default_161: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_26, [0, 2, 1, 3]); aten_convolution_default_26 = None 2025-06-05T23:23:59.2816686Z 2025-06-05T23:23:59.2817234Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2817833Z aten_squeeze_copy_dims_42: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_161, [-1]); aten_permute_copy_default_161 = None 2025-06-05T23:23:59.2817908Z 2025-06-05T23:23:59.2818436Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2819071Z aten_mul_tensor_59: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_58, aten_squeeze_copy_dims_42); aten_mul_tensor_58 = aten_squeeze_copy_dims_42 = None 2025-06-05T23:23:59.2819147Z 2025-06-05T23:23:59.2819705Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2820266Z aten_unsqueeze_copy_default_43: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_59, -1); aten_mul_tensor_59 = None 2025-06-05T23:23:59.2820342Z 2025-06-05T23:23:59.2820749Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2821413Z aten_permute_copy_default_162: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_43, [0, 2, 1, 3]); aten_unsqueeze_copy_default_43 = None 2025-06-05T23:23:59.2821492Z 2025-06-05T23:23:59.2821883Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2822870Z aten_convolution_default_27: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_162, p_layers_3_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_162 = p_layers_3_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.2822947Z 2025-06-05T23:23:59.2823371Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2824007Z aten_permute_copy_default_163: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_27, [0, 2, 1, 3]); aten_convolution_default_27 = None 2025-06-05T23:23:59.2824115Z 2025-06-05T23:23:59.2824665Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2825260Z aten_squeeze_copy_dims_43: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_163, [-1]); aten_permute_copy_default_163 = None 2025-06-05T23:23:59.2825337Z 2025-06-05T23:23:59.2825857Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2826473Z aten_add_tensor_19: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_18, aten_squeeze_copy_dims_43); aten_add_tensor_18 = aten_squeeze_copy_dims_43 = None 2025-06-05T23:23:59.2837929Z 2025-06-05T23:23:59.2838764Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.2839182Z aten_pow_tensor_scalar_8: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_19, 2) 2025-06-05T23:23:59.2839658Z aten_mean_dim_8: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_8, [2], True); aten_pow_tensor_scalar_8 = None 2025-06-05T23:23:59.2840115Z aten_add_scalar_8: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_8, 9.999999747378752e-06); aten_mean_dim_8 = None 2025-06-05T23:23:59.2840559Z aten_rsqrt_default_8: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_8); aten_add_scalar_8 = None 2025-06-05T23:23:59.2841061Z aten_mul_tensor_60: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_19, aten_rsqrt_default_8); aten_rsqrt_default_8 = None 2025-06-05T23:23:59.2841738Z aten_mul_tensor_61: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_60, p_layers_4_attention_norm_weight); aten_mul_tensor_60 = p_layers_4_attention_norm_weight = None 2025-06-05T23:23:59.2841872Z 2025-06-05T23:23:59.2842413Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2842852Z aten_unsqueeze_copy_default_44: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_61, -1) 2025-06-05T23:23:59.2842946Z 2025-06-05T23:23:59.2843364Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2844045Z aten_permute_copy_default_164: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_44, [0, 2, 1, 3]); aten_unsqueeze_copy_default_44 = None 2025-06-05T23:23:59.2844142Z 2025-06-05T23:23:59.2844512Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2845475Z aten_convolution_default_28: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_164, p_layers_4_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_164 = p_layers_4_attention_wq_conv_weight = None 2025-06-05T23:23:59.2845566Z 2025-06-05T23:23:59.2845993Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2846630Z aten_permute_copy_default_165: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_28, [0, 2, 1, 3]); aten_convolution_default_28 = None 2025-06-05T23:23:59.2846750Z 2025-06-05T23:23:59.2847304Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2847888Z aten_squeeze_copy_dims_44: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_165, [-1]); aten_permute_copy_default_165 = None 2025-06-05T23:23:59.2847979Z 2025-06-05T23:23:59.2848509Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2848950Z aten_unsqueeze_copy_default_45: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_61, -1) 2025-06-05T23:23:59.2849044Z 2025-06-05T23:23:59.2849478Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2850134Z aten_permute_copy_default_166: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_45, [0, 2, 1, 3]); aten_unsqueeze_copy_default_45 = None 2025-06-05T23:23:59.2850228Z 2025-06-05T23:23:59.2850595Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2851553Z aten_convolution_default_29: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_166, p_layers_4_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_166 = p_layers_4_attention_wk_conv_weight = None 2025-06-05T23:23:59.2851644Z 2025-06-05T23:23:59.2852074Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2852703Z aten_permute_copy_default_167: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_29, [0, 2, 1, 3]); aten_convolution_default_29 = None 2025-06-05T23:23:59.2852823Z 2025-06-05T23:23:59.2853376Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2853961Z aten_squeeze_copy_dims_45: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_167, [-1]); aten_permute_copy_default_167 = None 2025-06-05T23:23:59.2854051Z 2025-06-05T23:23:59.2854578Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2855149Z aten_unsqueeze_copy_default_46: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_61, -1); aten_mul_tensor_61 = None 2025-06-05T23:23:59.2855242Z 2025-06-05T23:23:59.2855651Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2856294Z aten_permute_copy_default_168: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_46, [0, 2, 1, 3]); aten_unsqueeze_copy_default_46 = None 2025-06-05T23:23:59.2856385Z 2025-06-05T23:23:59.2856751Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2857718Z aten_convolution_default_30: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_168, p_layers_4_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_168 = p_layers_4_attention_wv_conv_weight = None 2025-06-05T23:23:59.2857842Z 2025-06-05T23:23:59.2858267Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2858895Z aten_permute_copy_default_169: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_30, [0, 2, 1, 3]); aten_convolution_default_30 = None 2025-06-05T23:23:59.2858986Z 2025-06-05T23:23:59.2859534Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2860112Z aten_squeeze_copy_dims_46: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_169, [-1]); aten_permute_copy_default_169 = None 2025-06-05T23:23:59.2860207Z 2025-06-05T23:23:59.2860760Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.2861338Z aten_view_copy_default_72: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_44, [1, 1, 12, 64]); aten_squeeze_copy_dims_44 = None 2025-06-05T23:23:59.2861430Z 2025-06-05T23:23:59.2861967Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.2862533Z aten_view_copy_default_73: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_45, [1, 1, 12, 64]); aten_squeeze_copy_dims_45 = None 2025-06-05T23:23:59.2862622Z 2025-06-05T23:23:59.2863159Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.2863727Z aten_view_copy_default_74: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_46, [1, 1, 12, 64]); aten_squeeze_copy_dims_46 = None 2025-06-05T23:23:59.2863860Z 2025-06-05T23:23:59.2864402Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.2864978Z aten_view_copy_default_75: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_72, [1, 1, 12, -1, 2]); aten_view_copy_default_72 = None 2025-06-05T23:23:59.2865420Z aten_slice_copy_tensor_16: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_75, 4, 0, 1) 2025-06-05T23:23:59.2865994Z aten_slice_copy_tensor_17: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_75, 4, 1, 2); aten_view_copy_default_75 = None 2025-06-05T23:23:59.2866535Z aten_squeeze_copy_dims_47: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_16, [4]); aten_slice_copy_tensor_16 = None 2025-06-05T23:23:59.2867089Z aten_squeeze_copy_dims_48: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_17, [4]); aten_slice_copy_tensor_17 = None 2025-06-05T23:23:59.2867167Z 2025-06-05T23:23:59.2867704Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.2868292Z aten_view_copy_default_76: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_73, [1, 1, 12, -1, 2]); aten_view_copy_default_73 = None 2025-06-05T23:23:59.2868746Z aten_slice_copy_tensor_18: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_76, 4, 0, 1) 2025-06-05T23:23:59.2869295Z aten_slice_copy_tensor_19: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_76, 4, 1, 2); aten_view_copy_default_76 = None 2025-06-05T23:23:59.2869846Z aten_squeeze_copy_dims_49: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_18, [4]); aten_slice_copy_tensor_18 = None 2025-06-05T23:23:59.2870485Z aten_squeeze_copy_dims_50: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_19, [4]); aten_slice_copy_tensor_19 = None 2025-06-05T23:23:59.2870723Z 2025-06-05T23:23:59.2871309Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.2871734Z aten_view_copy_default_77: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.2871815Z 2025-06-05T23:23:59.2872275Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.2872696Z aten_view_copy_default_78: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.2872773Z 2025-06-05T23:23:59.2873273Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.2873717Z aten_mul_tensor_62: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_47, aten_view_copy_default_77) 2025-06-05T23:23:59.2874163Z aten_mul_tensor_63: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_48, aten_view_copy_default_78) 2025-06-05T23:23:59.2874763Z aten_sub_tensor_8: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_62, aten_mul_tensor_63); aten_mul_tensor_62 = aten_mul_tensor_63 = None 2025-06-05T23:23:59.2874842Z 2025-06-05T23:23:59.2875327Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.2875904Z aten_mul_tensor_64: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_47, aten_view_copy_default_78); aten_squeeze_copy_dims_47 = None 2025-06-05T23:23:59.2876465Z aten_mul_tensor_65: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_48, aten_view_copy_default_77); aten_squeeze_copy_dims_48 = None 2025-06-05T23:23:59.2877049Z aten_add_tensor_20: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_64, aten_mul_tensor_65); aten_mul_tensor_64 = aten_mul_tensor_65 = None 2025-06-05T23:23:59.2877142Z 2025-06-05T23:23:59.2877627Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.2878067Z aten_mul_tensor_66: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_49, aten_view_copy_default_77) 2025-06-05T23:23:59.2878518Z aten_mul_tensor_67: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_50, aten_view_copy_default_78) 2025-06-05T23:23:59.2879065Z aten_sub_tensor_9: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_66, aten_mul_tensor_67); aten_mul_tensor_66 = aten_mul_tensor_67 = None 2025-06-05T23:23:59.2879179Z 2025-06-05T23:23:59.2879673Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.2880338Z aten_mul_tensor_68: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_49, aten_view_copy_default_78); aten_squeeze_copy_dims_49 = aten_view_copy_default_78 = None 2025-06-05T23:23:59.2881008Z aten_mul_tensor_69: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_50, aten_view_copy_default_77); aten_squeeze_copy_dims_50 = aten_view_copy_default_77 = None 2025-06-05T23:23:59.2881559Z aten_add_tensor_21: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_68, aten_mul_tensor_69); aten_mul_tensor_68 = aten_mul_tensor_69 = None 2025-06-05T23:23:59.2881660Z 2025-06-05T23:23:59.2882209Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2882743Z aten_unsqueeze_copy_default_47: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_8, 4); aten_sub_tensor_8 = None 2025-06-05T23:23:59.2883276Z aten_unsqueeze_copy_default_48: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_20, 4); aten_add_tensor_20 = None 2025-06-05T23:23:59.2884065Z aten_cat_default_16: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_47, aten_unsqueeze_copy_default_48], -1); aten_unsqueeze_copy_default_47 = aten_unsqueeze_copy_default_48 = None 2025-06-05T23:23:59.2884598Z aten_view_copy_default_79: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_16, [1, 1, 12, 64]); aten_cat_default_16 = None 2025-06-05T23:23:59.2884673Z 2025-06-05T23:23:59.2885222Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.2885781Z aten_unsqueeze_copy_default_49: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_9, 4); aten_sub_tensor_9 = None 2025-06-05T23:23:59.2886311Z aten_unsqueeze_copy_default_50: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_21, 4); aten_add_tensor_21 = None 2025-06-05T23:23:59.2887101Z aten_cat_default_17: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_49, aten_unsqueeze_copy_default_50], -1); aten_unsqueeze_copy_default_49 = aten_unsqueeze_copy_default_50 = None 2025-06-05T23:23:59.2887652Z aten_view_copy_default_80: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_17, [1, 1, 12, 64]); aten_cat_default_17 = None 2025-06-05T23:23:59.2887730Z 2025-06-05T23:23:59.2888285Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.2888887Z aten_permute_copy_default_170: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_79, [0, 2, 1, 3]); aten_view_copy_default_79 = None 2025-06-05T23:23:59.2888965Z 2025-06-05T23:23:59.2889422Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.2890038Z aten_index_tensor_6: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_4_attention_mask, [attn_options_input_pos]); b_layers_4_attention_mask = None 2025-06-05T23:23:59.2890115Z 2025-06-05T23:23:59.2890820Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.2891639Z aten_index_put_default_8: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_4_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_80); aten_view_copy_default_80 = None 2025-06-05T23:23:59.2891715Z 2025-06-05T23:23:59.2892415Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.2893257Z aten_index_put_default_9: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_4_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_74); aten_view_copy_default_74 = None 2025-06-05T23:23:59.2893337Z 2025-06-05T23:23:59.2894007Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2894497Z aten_permute_copy_default_171: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2895077Z aten_select_copy_int_192: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_171, 0, 0); aten_permute_copy_default_171 = None 2025-06-05T23:23:59.2895599Z aten_select_copy_int_193: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_192, 0, 0); aten_select_copy_int_192 = None 2025-06-05T23:23:59.2896086Z aten_permute_copy_default_172: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2896685Z aten_select_copy_int_194: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_172, 0, 0); aten_permute_copy_default_172 = None 2025-06-05T23:23:59.2897205Z aten_select_copy_int_195: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_194, 0, 1); aten_select_copy_int_194 = None 2025-06-05T23:23:59.2897687Z aten_permute_copy_default_173: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2898264Z aten_select_copy_int_196: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_173, 0, 0); aten_permute_copy_default_173 = None 2025-06-05T23:23:59.2898806Z aten_select_copy_int_197: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_196, 0, 2); aten_select_copy_int_196 = None 2025-06-05T23:23:59.2899292Z aten_permute_copy_default_174: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2899867Z aten_select_copy_int_198: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_174, 0, 0); aten_permute_copy_default_174 = None 2025-06-05T23:23:59.2900380Z aten_select_copy_int_199: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_198, 0, 3); aten_select_copy_int_198 = None 2025-06-05T23:23:59.2900888Z aten_permute_copy_default_175: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2901466Z aten_select_copy_int_200: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_175, 0, 0); aten_permute_copy_default_175 = None 2025-06-05T23:23:59.2901981Z aten_select_copy_int_201: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_200, 0, 4); aten_select_copy_int_200 = None 2025-06-05T23:23:59.2902471Z aten_permute_copy_default_176: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2903035Z aten_select_copy_int_202: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_176, 0, 0); aten_permute_copy_default_176 = None 2025-06-05T23:23:59.2903590Z aten_select_copy_int_203: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_202, 0, 5); aten_select_copy_int_202 = None 2025-06-05T23:23:59.2904087Z aten_permute_copy_default_177: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2904649Z aten_select_copy_int_204: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_177, 0, 0); aten_permute_copy_default_177 = None 2025-06-05T23:23:59.2905163Z aten_select_copy_int_205: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_204, 0, 6); aten_select_copy_int_204 = None 2025-06-05T23:23:59.2905658Z aten_permute_copy_default_178: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2906224Z aten_select_copy_int_206: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_178, 0, 0); aten_permute_copy_default_178 = None 2025-06-05T23:23:59.2906739Z aten_select_copy_int_207: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_206, 0, 7); aten_select_copy_int_206 = None 2025-06-05T23:23:59.2907261Z aten_permute_copy_default_179: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2907822Z aten_select_copy_int_208: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_179, 0, 0); aten_permute_copy_default_179 = None 2025-06-05T23:23:59.2908333Z aten_select_copy_int_209: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_208, 0, 8); aten_select_copy_int_208 = None 2025-06-05T23:23:59.2908854Z aten_permute_copy_default_180: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2909416Z aten_select_copy_int_210: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_180, 0, 0); aten_permute_copy_default_180 = None 2025-06-05T23:23:59.2909947Z aten_select_copy_int_211: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_210, 0, 9); aten_select_copy_int_210 = None 2025-06-05T23:23:59.2910527Z aten_permute_copy_default_181: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2911091Z aten_select_copy_int_212: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_181, 0, 0); aten_permute_copy_default_181 = None 2025-06-05T23:23:59.2911685Z aten_select_copy_int_213: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_212, 0, 10); aten_select_copy_int_212 = None 2025-06-05T23:23:59.2912162Z aten_permute_copy_default_182: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_8, [0, 2, 1, 3]) 2025-06-05T23:23:59.2912732Z aten_select_copy_int_214: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_182, 0, 0); aten_permute_copy_default_182 = None 2025-06-05T23:23:59.2913263Z aten_select_copy_int_215: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_214, 0, 11); aten_select_copy_int_214 = None 2025-06-05T23:23:59.2915768Z aten_cat_default_18: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_193, aten_select_copy_int_195, aten_select_copy_int_197, aten_select_copy_int_199, aten_select_copy_int_201, aten_select_copy_int_203, aten_select_copy_int_205, aten_select_copy_int_207, aten_select_copy_int_209, aten_select_copy_int_211, aten_select_copy_int_213, aten_select_copy_int_215]); aten_select_copy_int_193 = aten_select_copy_int_195 = aten_select_copy_int_197 = aten_select_copy_int_199 = aten_select_copy_int_201 = aten_select_copy_int_203 = aten_select_copy_int_205 = aten_select_copy_int_207 = aten_select_copy_int_209 = aten_select_copy_int_211 = aten_select_copy_int_213 = aten_select_copy_int_215 = None 2025-06-05T23:23:59.2916326Z aten_view_copy_default_81: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_18, [1, 12, 128, 64]); aten_cat_default_18 = None 2025-06-05T23:23:59.2916406Z 2025-06-05T23:23:59.2917065Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.2917570Z aten_permute_copy_default_183: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2918136Z aten_select_copy_int_216: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_183, 0, 0); aten_permute_copy_default_183 = None 2025-06-05T23:23:59.2918680Z aten_select_copy_int_217: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_216, 0, 0); aten_select_copy_int_216 = None 2025-06-05T23:23:59.2919176Z aten_permute_copy_default_184: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2919742Z aten_select_copy_int_218: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_184, 0, 0); aten_permute_copy_default_184 = None 2025-06-05T23:23:59.2920292Z aten_select_copy_int_219: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_218, 0, 1); aten_select_copy_int_218 = None 2025-06-05T23:23:59.2920788Z aten_permute_copy_default_185: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2921352Z aten_select_copy_int_220: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_185, 0, 0); aten_permute_copy_default_185 = None 2025-06-05T23:23:59.2921882Z aten_select_copy_int_221: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_220, 0, 2); aten_select_copy_int_220 = None 2025-06-05T23:23:59.2922366Z aten_permute_copy_default_186: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2922957Z aten_select_copy_int_222: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_186, 0, 0); aten_permute_copy_default_186 = None 2025-06-05T23:23:59.2923485Z aten_select_copy_int_223: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_222, 0, 3); aten_select_copy_int_222 = None 2025-06-05T23:23:59.2923966Z aten_permute_copy_default_187: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2924529Z aten_select_copy_int_224: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_187, 0, 0); aten_permute_copy_default_187 = None 2025-06-05T23:23:59.2925055Z aten_select_copy_int_225: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_224, 0, 4); aten_select_copy_int_224 = None 2025-06-05T23:23:59.2925779Z aten_permute_copy_default_188: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2926349Z aten_select_copy_int_226: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_188, 0, 0); aten_permute_copy_default_188 = None 2025-06-05T23:23:59.2926880Z aten_select_copy_int_227: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_226, 0, 5); aten_select_copy_int_226 = None 2025-06-05T23:23:59.2927359Z aten_permute_copy_default_189: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2927938Z aten_select_copy_int_228: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_189, 0, 0); aten_permute_copy_default_189 = None 2025-06-05T23:23:59.2928459Z aten_select_copy_int_229: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_228, 0, 6); aten_select_copy_int_228 = None 2025-06-05T23:23:59.2928968Z aten_permute_copy_default_190: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2929542Z aten_select_copy_int_230: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_190, 0, 0); aten_permute_copy_default_190 = None 2025-06-05T23:23:59.2930059Z aten_select_copy_int_231: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_230, 0, 7); aten_select_copy_int_230 = None 2025-06-05T23:23:59.2930542Z aten_permute_copy_default_191: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2931146Z aten_select_copy_int_232: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_191, 0, 0); aten_permute_copy_default_191 = None 2025-06-05T23:23:59.2931664Z aten_select_copy_int_233: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_232, 0, 8); aten_select_copy_int_232 = None 2025-06-05T23:23:59.2932145Z aten_permute_copy_default_192: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2932723Z aten_select_copy_int_234: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_192, 0, 0); aten_permute_copy_default_192 = None 2025-06-05T23:23:59.2933243Z aten_select_copy_int_235: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_234, 0, 9); aten_select_copy_int_234 = None 2025-06-05T23:23:59.2933750Z aten_permute_copy_default_193: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2934330Z aten_select_copy_int_236: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_193, 0, 0); aten_permute_copy_default_193 = None 2025-06-05T23:23:59.2934850Z aten_select_copy_int_237: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_236, 0, 10); aten_select_copy_int_236 = None 2025-06-05T23:23:59.2935344Z aten_permute_copy_default_194: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_9, [0, 2, 1, 3]) 2025-06-05T23:23:59.2935929Z aten_select_copy_int_238: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_194, 0, 0); aten_permute_copy_default_194 = None 2025-06-05T23:23:59.2936452Z aten_select_copy_int_239: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_238, 0, 11); aten_select_copy_int_238 = None 2025-06-05T23:23:59.2938948Z aten_cat_default_19: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_217, aten_select_copy_int_219, aten_select_copy_int_221, aten_select_copy_int_223, aten_select_copy_int_225, aten_select_copy_int_227, aten_select_copy_int_229, aten_select_copy_int_231, aten_select_copy_int_233, aten_select_copy_int_235, aten_select_copy_int_237, aten_select_copy_int_239]); aten_select_copy_int_217 = aten_select_copy_int_219 = aten_select_copy_int_221 = aten_select_copy_int_223 = aten_select_copy_int_225 = aten_select_copy_int_227 = aten_select_copy_int_229 = aten_select_copy_int_231 = aten_select_copy_int_233 = aten_select_copy_int_235 = aten_select_copy_int_237 = aten_select_copy_int_239 = None 2025-06-05T23:23:59.2939490Z aten_view_copy_default_82: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_19, [1, 12, 128, 64]); aten_cat_default_19 = None 2025-06-05T23:23:59.2939611Z 2025-06-05T23:23:59.2940206Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.2940816Z aten_permute_copy_default_195: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_81, [0, 1, 3, 2]); aten_view_copy_default_81 = None 2025-06-05T23:23:59.2941446Z aten_expand_copy_default_16: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_170, [1, 12, 1, 64]); aten_permute_copy_default_170 = None 2025-06-05T23:23:59.2942048Z aten_view_copy_default_83: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_16, [12, 1, 64]); aten_expand_copy_default_16 = None 2025-06-05T23:23:59.2942675Z aten_expand_copy_default_17: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_195, [1, 12, 64, 128]); aten_permute_copy_default_195 = None 2025-06-05T23:23:59.2943275Z aten_view_copy_default_84: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_17, [12, 64, 128]); aten_expand_copy_default_17 = None 2025-06-05T23:23:59.2943949Z aten_bmm_default_8: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_83, aten_view_copy_default_84); aten_view_copy_default_83 = aten_view_copy_default_84 = None 2025-06-05T23:23:59.2944481Z aten_view_copy_default_85: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_8, [1, 12, 1, 128]); aten_bmm_default_8 = None 2025-06-05T23:23:59.2945205Z aten_mul_tensor_70: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_85, _lifted_tensor_constant42); aten_view_copy_default_85 = _lifted_tensor_constant42 = None 2025-06-05T23:23:59.2945287Z 2025-06-05T23:23:59.2945783Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.2946367Z aten_add_tensor_22: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_70, aten_index_tensor_6); aten_mul_tensor_70 = aten_index_tensor_6 = None 2025-06-05T23:23:59.2946447Z 2025-06-05T23:23:59.2947025Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.2947582Z aten__softmax_default_4: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_22, -1, False); aten_add_tensor_22 = None 2025-06-05T23:23:59.2947662Z 2025-06-05T23:23:59.2948133Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.2948736Z aten_expand_copy_default_18: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_4, [1, 12, 1, 128]); aten__softmax_default_4 = None 2025-06-05T23:23:59.2949318Z aten_view_copy_default_86: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_18, [12, 1, 128]); aten_expand_copy_default_18 = None 2025-06-05T23:23:59.2949931Z aten_expand_copy_default_19: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_82, [1, 12, 128, 64]); aten_view_copy_default_82 = None 2025-06-05T23:23:59.2950596Z aten_view_copy_default_87: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_19, [12, 128, 64]); aten_expand_copy_default_19 = None 2025-06-05T23:23:59.2951308Z aten_bmm_default_9: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_86, aten_view_copy_default_87); aten_view_copy_default_86 = aten_view_copy_default_87 = None 2025-06-05T23:23:59.2951845Z aten_view_copy_default_88: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_9, [1, 12, 1, 64]); aten_bmm_default_9 = None 2025-06-05T23:23:59.2951921Z 2025-06-05T23:23:59.2952565Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.2953208Z aten_permute_copy_default_196: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_88, [0, 2, 1, 3]); aten_view_copy_default_88 = None 2025-06-05T23:23:59.2953803Z aten_view_copy_default_89: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_196, [1, 1, 768]); aten_permute_copy_default_196 = None 2025-06-05T23:23:59.2953882Z 2025-06-05T23:23:59.2954433Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2955029Z aten_unsqueeze_copy_default_51: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_89, -1); aten_view_copy_default_89 = None 2025-06-05T23:23:59.2955106Z 2025-06-05T23:23:59.2955557Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2956201Z aten_permute_copy_default_197: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_51, [0, 2, 1, 3]); aten_unsqueeze_copy_default_51 = None 2025-06-05T23:23:59.2956278Z 2025-06-05T23:23:59.2956656Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2957621Z aten_convolution_default_31: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_197, p_layers_4_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_197 = p_layers_4_attention_wo_conv_weight = None 2025-06-05T23:23:59.2957699Z 2025-06-05T23:23:59.2958136Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2958795Z aten_permute_copy_default_198: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_31, [0, 2, 1, 3]); aten_convolution_default_31 = None 2025-06-05T23:23:59.2958875Z 2025-06-05T23:23:59.2959437Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2960014Z aten_squeeze_copy_dims_51: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_198, [-1]); aten_permute_copy_default_198 = None 2025-06-05T23:23:59.2960091Z 2025-06-05T23:23:59.2960479Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.2961088Z aten_add_tensor_23: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_19, aten_squeeze_copy_dims_51); aten_add_tensor_19 = aten_squeeze_copy_dims_51 = None 2025-06-05T23:23:59.2961169Z 2025-06-05T23:23:59.2961700Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2962109Z aten_pow_tensor_scalar_9: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_23, 2) 2025-06-05T23:23:59.2962579Z aten_mean_dim_9: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_9, [2], True); aten_pow_tensor_scalar_9 = None 2025-06-05T23:23:59.2963042Z aten_add_scalar_9: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_9, 9.999999747378752e-06); aten_mean_dim_9 = None 2025-06-05T23:23:59.2963470Z aten_rsqrt_default_9: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_9); aten_add_scalar_9 = None 2025-06-05T23:23:59.2963998Z aten_mul_tensor_71: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_23, aten_rsqrt_default_9); aten_rsqrt_default_9 = None 2025-06-05T23:23:59.2964632Z aten_mul_tensor_72: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_71, p_layers_4_ffn_norm_weight); aten_mul_tensor_71 = p_layers_4_ffn_norm_weight = None 2025-06-05T23:23:59.2964710Z 2025-06-05T23:23:59.2965246Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2965697Z aten_unsqueeze_copy_default_52: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_72, -1) 2025-06-05T23:23:59.2965774Z 2025-06-05T23:23:59.2966213Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2966874Z aten_permute_copy_default_199: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_52, [0, 2, 1, 3]); aten_unsqueeze_copy_default_52 = None 2025-06-05T23:23:59.2966953Z 2025-06-05T23:23:59.2967320Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2968310Z aten_convolution_default_32: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_199, p_layers_4_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_199 = p_layers_4_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.2968389Z 2025-06-05T23:23:59.2968815Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2969488Z aten_permute_copy_default_200: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_32, [0, 2, 1, 3]); aten_convolution_default_32 = None 2025-06-05T23:23:59.2969568Z 2025-06-05T23:23:59.2970117Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2970896Z aten_squeeze_copy_dims_52: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_200, [-1]); aten_permute_copy_default_200 = None 2025-06-05T23:23:59.2970979Z 2025-06-05T23:23:59.2971506Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2971917Z aten_sigmoid_default_4: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_52) 2025-06-05T23:23:59.2972567Z aten_mul_tensor_73: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_52, aten_sigmoid_default_4); aten_squeeze_copy_dims_52 = aten_sigmoid_default_4 = None 2025-06-05T23:23:59.2972718Z 2025-06-05T23:23:59.2973266Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2973812Z aten_unsqueeze_copy_default_53: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_72, -1); aten_mul_tensor_72 = None 2025-06-05T23:23:59.2973892Z 2025-06-05T23:23:59.2974317Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2975001Z aten_permute_copy_default_201: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_53, [0, 2, 1, 3]); aten_unsqueeze_copy_default_53 = None 2025-06-05T23:23:59.2975081Z 2025-06-05T23:23:59.2975467Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2976441Z aten_convolution_default_33: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_201, p_layers_4_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_201 = p_layers_4_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.2976519Z 2025-06-05T23:23:59.2976956Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2977626Z aten_permute_copy_default_202: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_33, [0, 2, 1, 3]); aten_convolution_default_33 = None 2025-06-05T23:23:59.2977704Z 2025-06-05T23:23:59.2978267Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2978854Z aten_squeeze_copy_dims_53: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_202, [-1]); aten_permute_copy_default_202 = None 2025-06-05T23:23:59.2978932Z 2025-06-05T23:23:59.2979474Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.2980083Z aten_mul_tensor_74: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_73, aten_squeeze_copy_dims_53); aten_mul_tensor_73 = aten_squeeze_copy_dims_53 = None 2025-06-05T23:23:59.2980196Z 2025-06-05T23:23:59.2980739Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2981293Z aten_unsqueeze_copy_default_54: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_74, -1); aten_mul_tensor_74 = None 2025-06-05T23:23:59.2981372Z 2025-06-05T23:23:59.2981794Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2982442Z aten_permute_copy_default_203: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_54, [0, 2, 1, 3]); aten_unsqueeze_copy_default_54 = None 2025-06-05T23:23:59.2982521Z 2025-06-05T23:23:59.2982903Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2983870Z aten_convolution_default_34: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_203, p_layers_4_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_203 = p_layers_4_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.2983973Z 2025-06-05T23:23:59.2984411Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2985037Z aten_permute_copy_default_204: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_34, [0, 2, 1, 3]); aten_convolution_default_34 = None 2025-06-05T23:23:59.2985115Z 2025-06-05T23:23:59.2985676Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2986293Z aten_squeeze_copy_dims_54: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_204, [-1]); aten_permute_copy_default_204 = None 2025-06-05T23:23:59.2986374Z 2025-06-05T23:23:59.2986908Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.2987514Z aten_add_tensor_24: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_23, aten_squeeze_copy_dims_54); aten_add_tensor_23 = aten_squeeze_copy_dims_54 = None 2025-06-05T23:23:59.2987591Z 2025-06-05T23:23:59.2988184Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.2988599Z aten_pow_tensor_scalar_10: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_24, 2) 2025-06-05T23:23:59.2989077Z aten_mean_dim_10: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_10, [2], True); aten_pow_tensor_scalar_10 = None 2025-06-05T23:23:59.2989551Z aten_add_scalar_10: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_10, 9.999999747378752e-06); aten_mean_dim_10 = None 2025-06-05T23:23:59.2989988Z aten_rsqrt_default_10: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_10); aten_add_scalar_10 = None 2025-06-05T23:23:59.2990579Z aten_mul_tensor_75: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_24, aten_rsqrt_default_10); aten_rsqrt_default_10 = None 2025-06-05T23:23:59.2991295Z aten_mul_tensor_76: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_75, p_layers_5_attention_norm_weight); aten_mul_tensor_75 = p_layers_5_attention_norm_weight = None 2025-06-05T23:23:59.2991379Z 2025-06-05T23:23:59.2991911Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2992361Z aten_unsqueeze_copy_default_55: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_76, -1) 2025-06-05T23:23:59.2992438Z 2025-06-05T23:23:59.2992852Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2993506Z aten_permute_copy_default_205: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_55, [0, 2, 1, 3]); aten_unsqueeze_copy_default_55 = None 2025-06-05T23:23:59.2993585Z 2025-06-05T23:23:59.2993957Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.2994927Z aten_convolution_default_35: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_205, p_layers_5_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_205 = p_layers_5_attention_wq_conv_weight = None 2025-06-05T23:23:59.2995031Z 2025-06-05T23:23:59.2995458Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.2996097Z aten_permute_copy_default_206: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_35, [0, 2, 1, 3]); aten_convolution_default_35 = None 2025-06-05T23:23:59.2996174Z 2025-06-05T23:23:59.2996751Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.2997345Z aten_squeeze_copy_dims_55: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_206, [-1]); aten_permute_copy_default_206 = None 2025-06-05T23:23:59.2997422Z 2025-06-05T23:23:59.2997951Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.2998394Z aten_unsqueeze_copy_default_56: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_76, -1) 2025-06-05T23:23:59.2998487Z 2025-06-05T23:23:59.2998894Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.2999567Z aten_permute_copy_default_207: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_56, [0, 2, 1, 3]); aten_unsqueeze_copy_default_56 = None 2025-06-05T23:23:59.2999657Z 2025-06-05T23:23:59.3000030Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3000986Z aten_convolution_default_36: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_207, p_layers_5_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_207 = p_layers_5_attention_wk_conv_weight = None 2025-06-05T23:23:59.3001074Z 2025-06-05T23:23:59.3001504Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3002159Z aten_permute_copy_default_208: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_36, [0, 2, 1, 3]); aten_convolution_default_36 = None 2025-06-05T23:23:59.3002253Z 2025-06-05T23:23:59.3002800Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3003380Z aten_squeeze_copy_dims_56: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_208, [-1]); aten_permute_copy_default_208 = None 2025-06-05T23:23:59.3003468Z 2025-06-05T23:23:59.3003996Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3004540Z aten_unsqueeze_copy_default_57: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_76, -1); aten_mul_tensor_76 = None 2025-06-05T23:23:59.3004629Z 2025-06-05T23:23:59.3005040Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3005682Z aten_permute_copy_default_209: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_57, [0, 2, 1, 3]); aten_unsqueeze_copy_default_57 = None 2025-06-05T23:23:59.3005797Z 2025-06-05T23:23:59.3006161Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3007116Z aten_convolution_default_37: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_209, p_layers_5_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_209 = p_layers_5_attention_wv_conv_weight = None 2025-06-05T23:23:59.3007206Z 2025-06-05T23:23:59.3007657Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3008282Z aten_permute_copy_default_210: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_37, [0, 2, 1, 3]); aten_convolution_default_37 = None 2025-06-05T23:23:59.3008370Z 2025-06-05T23:23:59.3008922Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3009499Z aten_squeeze_copy_dims_57: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_210, [-1]); aten_permute_copy_default_210 = None 2025-06-05T23:23:59.3009587Z 2025-06-05T23:23:59.3010115Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3010710Z aten_view_copy_default_90: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_55, [1, 1, 12, 64]); aten_squeeze_copy_dims_55 = None 2025-06-05T23:23:59.3010804Z 2025-06-05T23:23:59.3011339Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3011907Z aten_view_copy_default_91: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_56, [1, 1, 12, 64]); aten_squeeze_copy_dims_56 = None 2025-06-05T23:23:59.3011999Z 2025-06-05T23:23:59.3012530Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3013121Z aten_view_copy_default_92: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_57, [1, 1, 12, 64]); aten_squeeze_copy_dims_57 = None 2025-06-05T23:23:59.3013216Z 2025-06-05T23:23:59.3013757Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3014337Z aten_view_copy_default_93: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_90, [1, 1, 12, -1, 2]); aten_view_copy_default_90 = None 2025-06-05T23:23:59.3014776Z aten_slice_copy_tensor_20: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_93, 4, 0, 1) 2025-06-05T23:23:59.3015324Z aten_slice_copy_tensor_21: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_93, 4, 1, 2); aten_view_copy_default_93 = None 2025-06-05T23:23:59.3015864Z aten_squeeze_copy_dims_58: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_20, [4]); aten_slice_copy_tensor_20 = None 2025-06-05T23:23:59.3016437Z aten_squeeze_copy_dims_59: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_21, [4]); aten_slice_copy_tensor_21 = None 2025-06-05T23:23:59.3016514Z 2025-06-05T23:23:59.3017048Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3017632Z aten_view_copy_default_94: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_91, [1, 1, 12, -1, 2]); aten_view_copy_default_91 = None 2025-06-05T23:23:59.3018062Z aten_slice_copy_tensor_22: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_94, 4, 0, 1) 2025-06-05T23:23:59.3018645Z aten_slice_copy_tensor_23: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_94, 4, 1, 2); aten_view_copy_default_94 = None 2025-06-05T23:23:59.3019182Z aten_squeeze_copy_dims_60: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_22, [4]); aten_slice_copy_tensor_22 = None 2025-06-05T23:23:59.3019720Z aten_squeeze_copy_dims_61: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_23, [4]); aten_slice_copy_tensor_23 = None 2025-06-05T23:23:59.3019809Z 2025-06-05T23:23:59.3020261Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3020701Z aten_view_copy_default_95: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.3020793Z 2025-06-05T23:23:59.3021236Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3021657Z aten_view_copy_default_96: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.3021744Z 2025-06-05T23:23:59.3022226Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3022672Z aten_mul_tensor_77: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_58, aten_view_copy_default_95) 2025-06-05T23:23:59.3023148Z aten_mul_tensor_78: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_59, aten_view_copy_default_96) 2025-06-05T23:23:59.3023706Z aten_sub_tensor_10: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_77, aten_mul_tensor_78); aten_mul_tensor_77 = aten_mul_tensor_78 = None 2025-06-05T23:23:59.3023784Z 2025-06-05T23:23:59.3024282Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3024846Z aten_mul_tensor_79: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_58, aten_view_copy_default_96); aten_squeeze_copy_dims_58 = None 2025-06-05T23:23:59.3025404Z aten_mul_tensor_80: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_59, aten_view_copy_default_95); aten_squeeze_copy_dims_59 = None 2025-06-05T23:23:59.3025968Z aten_add_tensor_25: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_79, aten_mul_tensor_80); aten_mul_tensor_79 = aten_mul_tensor_80 = None 2025-06-05T23:23:59.3026046Z 2025-06-05T23:23:59.3026535Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3027032Z aten_mul_tensor_81: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_60, aten_view_copy_default_95) 2025-06-05T23:23:59.3027469Z aten_mul_tensor_82: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_61, aten_view_copy_default_96) 2025-06-05T23:23:59.3028018Z aten_sub_tensor_11: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_81, aten_mul_tensor_82); aten_mul_tensor_81 = aten_mul_tensor_82 = None 2025-06-05T23:23:59.3028111Z 2025-06-05T23:23:59.3028625Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3029287Z aten_mul_tensor_83: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_60, aten_view_copy_default_96); aten_squeeze_copy_dims_60 = aten_view_copy_default_96 = None 2025-06-05T23:23:59.3029958Z aten_mul_tensor_84: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_61, aten_view_copy_default_95); aten_squeeze_copy_dims_61 = aten_view_copy_default_95 = None 2025-06-05T23:23:59.3030581Z aten_add_tensor_26: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_83, aten_mul_tensor_84); aten_mul_tensor_83 = aten_mul_tensor_84 = None 2025-06-05T23:23:59.3030661Z 2025-06-05T23:23:59.3031256Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3031794Z aten_unsqueeze_copy_default_58: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_10, 4); aten_sub_tensor_10 = None 2025-06-05T23:23:59.3032325Z aten_unsqueeze_copy_default_59: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_25, 4); aten_add_tensor_25 = None 2025-06-05T23:23:59.3033117Z aten_cat_default_20: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_58, aten_unsqueeze_copy_default_59], -1); aten_unsqueeze_copy_default_58 = aten_unsqueeze_copy_default_59 = None 2025-06-05T23:23:59.3033642Z aten_view_copy_default_97: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_20, [1, 1, 12, 64]); aten_cat_default_20 = None 2025-06-05T23:23:59.3033722Z 2025-06-05T23:23:59.3034299Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3034835Z aten_unsqueeze_copy_default_60: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_11, 4); aten_sub_tensor_11 = None 2025-06-05T23:23:59.3035365Z aten_unsqueeze_copy_default_61: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_26, 4); aten_add_tensor_26 = None 2025-06-05T23:23:59.3036152Z aten_cat_default_21: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_60, aten_unsqueeze_copy_default_61], -1); aten_unsqueeze_copy_default_60 = aten_unsqueeze_copy_default_61 = None 2025-06-05T23:23:59.3036677Z aten_view_copy_default_98: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_21, [1, 1, 12, 64]); aten_cat_default_21 = None 2025-06-05T23:23:59.3036769Z 2025-06-05T23:23:59.3037310Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3037970Z aten_permute_copy_default_211: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_97, [0, 2, 1, 3]); aten_view_copy_default_97 = None 2025-06-05T23:23:59.3038058Z 2025-06-05T23:23:59.3038503Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3039090Z aten_index_tensor_7: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_5_attention_mask, [attn_options_input_pos]); b_layers_5_attention_mask = None 2025-06-05T23:23:59.3039182Z 2025-06-05T23:23:59.3039899Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3040727Z aten_index_put_default_10: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_5_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_98); aten_view_copy_default_98 = None 2025-06-05T23:23:59.3040819Z 2025-06-05T23:23:59.3041509Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3042322Z aten_index_put_default_11: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_5_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_92); aten_view_copy_default_92 = None 2025-06-05T23:23:59.3042439Z 2025-06-05T23:23:59.3043100Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3043596Z aten_permute_copy_default_212: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3044175Z aten_select_copy_int_240: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_212, 0, 0); aten_permute_copy_default_212 = None 2025-06-05T23:23:59.3044695Z aten_select_copy_int_241: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_240, 0, 0); aten_select_copy_int_240 = None 2025-06-05T23:23:59.3045206Z aten_permute_copy_default_213: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3045781Z aten_select_copy_int_242: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_213, 0, 0); aten_permute_copy_default_213 = None 2025-06-05T23:23:59.3046298Z aten_select_copy_int_243: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_242, 0, 1); aten_select_copy_int_242 = None 2025-06-05T23:23:59.3046782Z aten_permute_copy_default_214: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3047357Z aten_select_copy_int_244: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_214, 0, 0); aten_permute_copy_default_214 = None 2025-06-05T23:23:59.3047878Z aten_select_copy_int_245: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_244, 0, 2); aten_select_copy_int_244 = None 2025-06-05T23:23:59.3048372Z aten_permute_copy_default_215: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3048956Z aten_select_copy_int_246: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_215, 0, 0); aten_permute_copy_default_215 = None 2025-06-05T23:23:59.3049472Z aten_select_copy_int_247: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_246, 0, 3); aten_select_copy_int_246 = None 2025-06-05T23:23:59.3049965Z aten_permute_copy_default_216: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3050557Z aten_select_copy_int_248: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_216, 0, 0); aten_permute_copy_default_216 = None 2025-06-05T23:23:59.3051072Z aten_select_copy_int_249: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_248, 0, 4); aten_select_copy_int_248 = None 2025-06-05T23:23:59.3051574Z aten_permute_copy_default_217: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3052138Z aten_select_copy_int_250: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_217, 0, 0); aten_permute_copy_default_217 = None 2025-06-05T23:23:59.3052651Z aten_select_copy_int_251: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_250, 0, 5); aten_select_copy_int_250 = None 2025-06-05T23:23:59.3053179Z aten_permute_copy_default_218: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3053739Z aten_select_copy_int_252: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_218, 0, 0); aten_permute_copy_default_218 = None 2025-06-05T23:23:59.3054256Z aten_select_copy_int_253: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_252, 0, 6); aten_select_copy_int_252 = None 2025-06-05T23:23:59.3054750Z aten_permute_copy_default_219: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3055310Z aten_select_copy_int_254: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_219, 0, 0); aten_permute_copy_default_219 = None 2025-06-05T23:23:59.3055862Z aten_select_copy_int_255: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_254, 0, 7); aten_select_copy_int_254 = None 2025-06-05T23:23:59.3056347Z aten_permute_copy_default_220: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3056910Z aten_select_copy_int_256: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_220, 0, 0); aten_permute_copy_default_220 = None 2025-06-05T23:23:59.3057440Z aten_select_copy_int_257: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_256, 0, 8); aten_select_copy_int_256 = None 2025-06-05T23:23:59.3057923Z aten_permute_copy_default_221: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3058491Z aten_select_copy_int_258: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_221, 0, 0); aten_permute_copy_default_221 = None 2025-06-05T23:23:59.3059018Z aten_select_copy_int_259: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_258, 0, 9); aten_select_copy_int_258 = None 2025-06-05T23:23:59.3059527Z aten_permute_copy_default_222: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3060094Z aten_select_copy_int_260: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_222, 0, 0); aten_permute_copy_default_222 = None 2025-06-05T23:23:59.3060625Z aten_select_copy_int_261: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_260, 0, 10); aten_select_copy_int_260 = None 2025-06-05T23:23:59.3061136Z aten_permute_copy_default_223: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_10, [0, 2, 1, 3]) 2025-06-05T23:23:59.3061698Z aten_select_copy_int_262: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_223, 0, 0); aten_permute_copy_default_223 = None 2025-06-05T23:23:59.3062232Z aten_select_copy_int_263: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_262, 0, 11); aten_select_copy_int_262 = None 2025-06-05T23:23:59.3064700Z aten_cat_default_22: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_241, aten_select_copy_int_243, aten_select_copy_int_245, aten_select_copy_int_247, aten_select_copy_int_249, aten_select_copy_int_251, aten_select_copy_int_253, aten_select_copy_int_255, aten_select_copy_int_257, aten_select_copy_int_259, aten_select_copy_int_261, aten_select_copy_int_263]); aten_select_copy_int_241 = aten_select_copy_int_243 = aten_select_copy_int_245 = aten_select_copy_int_247 = aten_select_copy_int_249 = aten_select_copy_int_251 = aten_select_copy_int_253 = aten_select_copy_int_255 = aten_select_copy_int_257 = aten_select_copy_int_259 = aten_select_copy_int_261 = aten_select_copy_int_263 = None 2025-06-05T23:23:59.3065276Z aten_view_copy_default_99: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_22, [1, 12, 128, 64]); aten_cat_default_22 = None 2025-06-05T23:23:59.3065354Z 2025-06-05T23:23:59.3066012Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3066512Z aten_permute_copy_default_224: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3067114Z aten_select_copy_int_264: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_224, 0, 0); aten_permute_copy_default_224 = None 2025-06-05T23:23:59.3067649Z aten_select_copy_int_265: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_264, 0, 0); aten_select_copy_int_264 = None 2025-06-05T23:23:59.3068133Z aten_permute_copy_default_225: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3068697Z aten_select_copy_int_266: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_225, 0, 0); aten_permute_copy_default_225 = None 2025-06-05T23:23:59.3069226Z aten_select_copy_int_267: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_266, 0, 1); aten_select_copy_int_266 = None 2025-06-05T23:23:59.3069711Z aten_permute_copy_default_226: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3070375Z aten_select_copy_int_268: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_226, 0, 0); aten_permute_copy_default_226 = None 2025-06-05T23:23:59.3071074Z aten_select_copy_int_269: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_268, 0, 2); aten_select_copy_int_268 = None 2025-06-05T23:23:59.3071563Z aten_permute_copy_default_227: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3072131Z aten_select_copy_int_270: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_227, 0, 0); aten_permute_copy_default_227 = None 2025-06-05T23:23:59.3072729Z aten_select_copy_int_271: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_270, 0, 3); aten_select_copy_int_270 = None 2025-06-05T23:23:59.3073217Z aten_permute_copy_default_228: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3073792Z aten_select_copy_int_272: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_228, 0, 0); aten_permute_copy_default_228 = None 2025-06-05T23:23:59.3074309Z aten_select_copy_int_273: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_272, 0, 4); aten_select_copy_int_272 = None 2025-06-05T23:23:59.3074794Z aten_permute_copy_default_229: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3075411Z aten_select_copy_int_274: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_229, 0, 0); aten_permute_copy_default_229 = None 2025-06-05T23:23:59.3075927Z aten_select_copy_int_275: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_274, 0, 5); aten_select_copy_int_274 = None 2025-06-05T23:23:59.3076411Z aten_permute_copy_default_230: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3076992Z aten_select_copy_int_276: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_230, 0, 0); aten_permute_copy_default_230 = None 2025-06-05T23:23:59.3077547Z aten_select_copy_int_277: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_276, 0, 6); aten_select_copy_int_276 = None 2025-06-05T23:23:59.3078031Z aten_permute_copy_default_231: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3078604Z aten_select_copy_int_278: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_231, 0, 0); aten_permute_copy_default_231 = None 2025-06-05T23:23:59.3079118Z aten_select_copy_int_279: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_278, 0, 7); aten_select_copy_int_278 = None 2025-06-05T23:23:59.3079600Z aten_permute_copy_default_232: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3080180Z aten_select_copy_int_280: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_232, 0, 0); aten_permute_copy_default_232 = None 2025-06-05T23:23:59.3080698Z aten_select_copy_int_281: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_280, 0, 8); aten_select_copy_int_280 = None 2025-06-05T23:23:59.3081230Z aten_permute_copy_default_233: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3081790Z aten_select_copy_int_282: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_233, 0, 0); aten_permute_copy_default_233 = None 2025-06-05T23:23:59.3082306Z aten_select_copy_int_283: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_282, 0, 9); aten_select_copy_int_282 = None 2025-06-05T23:23:59.3082831Z aten_permute_copy_default_234: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3083392Z aten_select_copy_int_284: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_234, 0, 0); aten_permute_copy_default_234 = None 2025-06-05T23:23:59.3083910Z aten_select_copy_int_285: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_284, 0, 10); aten_select_copy_int_284 = None 2025-06-05T23:23:59.3084402Z aten_permute_copy_default_235: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_11, [0, 2, 1, 3]) 2025-06-05T23:23:59.3084966Z aten_select_copy_int_286: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_235, 0, 0); aten_permute_copy_default_235 = None 2025-06-05T23:23:59.3085511Z aten_select_copy_int_287: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_286, 0, 11); aten_select_copy_int_286 = None 2025-06-05T23:23:59.3087996Z aten_cat_default_23: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_265, aten_select_copy_int_267, aten_select_copy_int_269, aten_select_copy_int_271, aten_select_copy_int_273, aten_select_copy_int_275, aten_select_copy_int_277, aten_select_copy_int_279, aten_select_copy_int_281, aten_select_copy_int_283, aten_select_copy_int_285, aten_select_copy_int_287]); aten_select_copy_int_265 = aten_select_copy_int_267 = aten_select_copy_int_269 = aten_select_copy_int_271 = aten_select_copy_int_273 = aten_select_copy_int_275 = aten_select_copy_int_277 = aten_select_copy_int_279 = aten_select_copy_int_281 = aten_select_copy_int_283 = aten_select_copy_int_285 = aten_select_copy_int_287 = None 2025-06-05T23:23:59.3088573Z aten_view_copy_default_100: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_23, [1, 12, 128, 64]); aten_cat_default_23 = None 2025-06-05T23:23:59.3088663Z 2025-06-05T23:23:59.3089266Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3089880Z aten_permute_copy_default_236: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_99, [0, 1, 3, 2]); aten_view_copy_default_99 = None 2025-06-05T23:23:59.3090506Z aten_expand_copy_default_20: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_211, [1, 12, 1, 64]); aten_permute_copy_default_211 = None 2025-06-05T23:23:59.3091081Z aten_view_copy_default_101: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_20, [12, 1, 64]); aten_expand_copy_default_20 = None 2025-06-05T23:23:59.3091729Z aten_expand_copy_default_21: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_236, [1, 12, 64, 128]); aten_permute_copy_default_236 = None 2025-06-05T23:23:59.3092349Z aten_view_copy_default_102: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_21, [12, 64, 128]); aten_expand_copy_default_21 = None 2025-06-05T23:23:59.3093038Z aten_bmm_default_10: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_101, aten_view_copy_default_102); aten_view_copy_default_101 = aten_view_copy_default_102 = None 2025-06-05T23:23:59.3093588Z aten_view_copy_default_103: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_10, [1, 12, 1, 128]); aten_bmm_default_10 = None 2025-06-05T23:23:59.3094305Z aten_mul_tensor_85: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_103, _lifted_tensor_constant43); aten_view_copy_default_103 = _lifted_tensor_constant43 = None 2025-06-05T23:23:59.3094384Z 2025-06-05T23:23:59.3094894Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3095467Z aten_add_tensor_27: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_85, aten_index_tensor_7); aten_mul_tensor_85 = aten_index_tensor_7 = None 2025-06-05T23:23:59.3095544Z 2025-06-05T23:23:59.3096137Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.3096658Z aten__softmax_default_5: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_27, -1, False); aten_add_tensor_27 = None 2025-06-05T23:23:59.3096758Z 2025-06-05T23:23:59.3097245Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.3097837Z aten_expand_copy_default_22: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_5, [1, 12, 1, 128]); aten__softmax_default_5 = None 2025-06-05T23:23:59.3098421Z aten_view_copy_default_104: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_22, [12, 1, 128]); aten_expand_copy_default_22 = None 2025-06-05T23:23:59.3099040Z aten_expand_copy_default_23: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_100, [1, 12, 128, 64]); aten_view_copy_default_100 = None 2025-06-05T23:23:59.3099659Z aten_view_copy_default_105: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_23, [12, 128, 64]); aten_expand_copy_default_23 = None 2025-06-05T23:23:59.3100337Z aten_bmm_default_11: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_104, aten_view_copy_default_105); aten_view_copy_default_104 = aten_view_copy_default_105 = None 2025-06-05T23:23:59.3100883Z aten_view_copy_default_106: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_11, [1, 12, 1, 64]); aten_bmm_default_11 = None 2025-06-05T23:23:59.3100959Z 2025-06-05T23:23:59.3101600Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.3102219Z aten_permute_copy_default_237: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_106, [0, 2, 1, 3]); aten_view_copy_default_106 = None 2025-06-05T23:23:59.3102818Z aten_view_copy_default_107: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_237, [1, 1, 768]); aten_permute_copy_default_237 = None 2025-06-05T23:23:59.3102931Z 2025-06-05T23:23:59.3103468Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3104072Z aten_unsqueeze_copy_default_62: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_107, -1); aten_view_copy_default_107 = None 2025-06-05T23:23:59.3104162Z 2025-06-05T23:23:59.3104572Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3105242Z aten_permute_copy_default_238: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_62, [0, 2, 1, 3]); aten_unsqueeze_copy_default_62 = None 2025-06-05T23:23:59.3105322Z 2025-06-05T23:23:59.3105704Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3106663Z aten_convolution_default_38: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_238, p_layers_5_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_238 = p_layers_5_attention_wo_conv_weight = None 2025-06-05T23:23:59.3106754Z 2025-06-05T23:23:59.3107180Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3107852Z aten_permute_copy_default_239: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_38, [0, 2, 1, 3]); aten_convolution_default_38 = None 2025-06-05T23:23:59.3107941Z 2025-06-05T23:23:59.3108494Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3109076Z aten_squeeze_copy_dims_62: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_239, [-1]); aten_permute_copy_default_239 = None 2025-06-05T23:23:59.3109151Z 2025-06-05T23:23:59.3109539Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.3110221Z aten_add_tensor_28: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_24, aten_squeeze_copy_dims_62); aten_add_tensor_24 = aten_squeeze_copy_dims_62 = None 2025-06-05T23:23:59.3110306Z 2025-06-05T23:23:59.3110878Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3111270Z aten_pow_tensor_scalar_11: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_28, 2) 2025-06-05T23:23:59.3111746Z aten_mean_dim_11: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_11, [2], True); aten_pow_tensor_scalar_11 = None 2025-06-05T23:23:59.3112221Z aten_add_scalar_11: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_11, 9.999999747378752e-06); aten_mean_dim_11 = None 2025-06-05T23:23:59.3112659Z aten_rsqrt_default_11: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_11); aten_add_scalar_11 = None 2025-06-05T23:23:59.3113183Z aten_mul_tensor_86: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_28, aten_rsqrt_default_11); aten_rsqrt_default_11 = None 2025-06-05T23:23:59.3113791Z aten_mul_tensor_87: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_86, p_layers_5_ffn_norm_weight); aten_mul_tensor_86 = p_layers_5_ffn_norm_weight = None 2025-06-05T23:23:59.3113896Z 2025-06-05T23:23:59.3114439Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3114879Z aten_unsqueeze_copy_default_63: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_87, -1) 2025-06-05T23:23:59.3114956Z 2025-06-05T23:23:59.3115364Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3116049Z aten_permute_copy_default_240: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_63, [0, 2, 1, 3]); aten_unsqueeze_copy_default_63 = None 2025-06-05T23:23:59.3116129Z 2025-06-05T23:23:59.3116499Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3117495Z aten_convolution_default_39: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_240, p_layers_5_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_240 = p_layers_5_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.3117571Z 2025-06-05T23:23:59.3118009Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3118677Z aten_permute_copy_default_241: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_39, [0, 2, 1, 3]); aten_convolution_default_39 = None 2025-06-05T23:23:59.3118753Z 2025-06-05T23:23:59.3119316Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3119907Z aten_squeeze_copy_dims_63: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_241, [-1]); aten_permute_copy_default_241 = None 2025-06-05T23:23:59.3119984Z 2025-06-05T23:23:59.3120511Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3120917Z aten_sigmoid_default_5: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_63) 2025-06-05T23:23:59.3121599Z aten_mul_tensor_88: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_63, aten_sigmoid_default_5); aten_squeeze_copy_dims_63 = aten_sigmoid_default_5 = None 2025-06-05T23:23:59.3121690Z 2025-06-05T23:23:59.3122220Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3122766Z aten_unsqueeze_copy_default_64: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_87, -1); aten_mul_tensor_87 = None 2025-06-05T23:23:59.3122855Z 2025-06-05T23:23:59.3123265Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3123910Z aten_permute_copy_default_242: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_64, [0, 2, 1, 3]); aten_unsqueeze_copy_default_64 = None 2025-06-05T23:23:59.3123988Z 2025-06-05T23:23:59.3124367Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3125368Z aten_convolution_default_40: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_242, p_layers_5_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_242 = p_layers_5_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.3125458Z 2025-06-05T23:23:59.3125881Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3126516Z aten_permute_copy_default_243: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_40, [0, 2, 1, 3]); aten_convolution_default_40 = None 2025-06-05T23:23:59.3126611Z 2025-06-05T23:23:59.3127180Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3127767Z aten_squeeze_copy_dims_64: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_243, [-1]); aten_permute_copy_default_243 = None 2025-06-05T23:23:59.3127855Z 2025-06-05T23:23:59.3128382Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3128991Z aten_mul_tensor_89: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_88, aten_squeeze_copy_dims_64); aten_mul_tensor_88 = aten_squeeze_copy_dims_64 = None 2025-06-05T23:23:59.3129093Z 2025-06-05T23:23:59.3129641Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3130189Z aten_unsqueeze_copy_default_65: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_89, -1); aten_mul_tensor_89 = None 2025-06-05T23:23:59.3130268Z 2025-06-05T23:23:59.3130686Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3131332Z aten_permute_copy_default_244: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_65, [0, 2, 1, 3]); aten_unsqueeze_copy_default_65 = None 2025-06-05T23:23:59.3131408Z 2025-06-05T23:23:59.3131784Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3132777Z aten_convolution_default_41: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_244, p_layers_5_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_244 = p_layers_5_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.3132874Z 2025-06-05T23:23:59.3133297Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3133927Z aten_permute_copy_default_245: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_41, [0, 2, 1, 3]); aten_convolution_default_41 = None 2025-06-05T23:23:59.3134004Z 2025-06-05T23:23:59.3134565Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3135150Z aten_squeeze_copy_dims_65: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_245, [-1]); aten_permute_copy_default_245 = None 2025-06-05T23:23:59.3135227Z 2025-06-05T23:23:59.3135784Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3136390Z aten_add_tensor_29: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_28, aten_squeeze_copy_dims_65); aten_add_tensor_28 = aten_squeeze_copy_dims_65 = None 2025-06-05T23:23:59.3136466Z 2025-06-05T23:23:59.3137057Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.3137443Z aten_pow_tensor_scalar_12: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_29, 2) 2025-06-05T23:23:59.3137945Z aten_mean_dim_12: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_12, [2], True); aten_pow_tensor_scalar_12 = None 2025-06-05T23:23:59.3138416Z aten_add_scalar_12: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_12, 9.999999747378752e-06); aten_mean_dim_12 = None 2025-06-05T23:23:59.3138853Z aten_rsqrt_default_12: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_12); aten_add_scalar_12 = None 2025-06-05T23:23:59.3139367Z aten_mul_tensor_90: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_29, aten_rsqrt_default_12); aten_rsqrt_default_12 = None 2025-06-05T23:23:59.3140029Z aten_mul_tensor_91: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_90, p_layers_6_attention_norm_weight); aten_mul_tensor_90 = p_layers_6_attention_norm_weight = None 2025-06-05T23:23:59.3140134Z 2025-06-05T23:23:59.3140679Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3141116Z aten_unsqueeze_copy_default_66: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_91, -1) 2025-06-05T23:23:59.3141191Z 2025-06-05T23:23:59.3141612Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3142253Z aten_permute_copy_default_246: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_66, [0, 2, 1, 3]); aten_unsqueeze_copy_default_66 = None 2025-06-05T23:23:59.3142330Z 2025-06-05T23:23:59.3142697Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3143689Z aten_convolution_default_42: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_246, p_layers_6_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_246 = p_layers_6_attention_wq_conv_weight = None 2025-06-05T23:23:59.3143769Z 2025-06-05T23:23:59.3144204Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3144831Z aten_permute_copy_default_247: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_42, [0, 2, 1, 3]); aten_convolution_default_42 = None 2025-06-05T23:23:59.3144912Z 2025-06-05T23:23:59.3145474Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3146062Z aten_squeeze_copy_dims_66: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_247, [-1]); aten_permute_copy_default_247 = None 2025-06-05T23:23:59.3146164Z 2025-06-05T23:23:59.3146706Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3147142Z aten_unsqueeze_copy_default_67: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_91, -1) 2025-06-05T23:23:59.3147219Z 2025-06-05T23:23:59.3147631Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3148288Z aten_permute_copy_default_248: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_67, [0, 2, 1, 3]); aten_unsqueeze_copy_default_67 = None 2025-06-05T23:23:59.3148365Z 2025-06-05T23:23:59.3148766Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3149747Z aten_convolution_default_43: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_248, p_layers_6_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_248 = p_layers_6_attention_wk_conv_weight = None 2025-06-05T23:23:59.3149823Z 2025-06-05T23:23:59.3150326Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3150971Z aten_permute_copy_default_249: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_43, [0, 2, 1, 3]); aten_convolution_default_43 = None 2025-06-05T23:23:59.3151084Z 2025-06-05T23:23:59.3151636Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3152235Z aten_squeeze_copy_dims_67: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_249, [-1]); aten_permute_copy_default_249 = None 2025-06-05T23:23:59.3152311Z 2025-06-05T23:23:59.3152836Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3153393Z aten_unsqueeze_copy_default_68: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_91, -1); aten_mul_tensor_91 = None 2025-06-05T23:23:59.3153476Z 2025-06-05T23:23:59.3153913Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3154568Z aten_permute_copy_default_250: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_68, [0, 2, 1, 3]); aten_unsqueeze_copy_default_68 = None 2025-06-05T23:23:59.3154645Z 2025-06-05T23:23:59.3155009Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3155975Z aten_convolution_default_44: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_250, p_layers_6_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_250 = p_layers_6_attention_wv_conv_weight = None 2025-06-05T23:23:59.3156055Z 2025-06-05T23:23:59.3156481Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3157127Z aten_permute_copy_default_251: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_44, [0, 2, 1, 3]); aten_convolution_default_44 = None 2025-06-05T23:23:59.3157229Z 2025-06-05T23:23:59.3157778Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3158373Z aten_squeeze_copy_dims_68: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_251, [-1]); aten_permute_copy_default_251 = None 2025-06-05T23:23:59.3158449Z 2025-06-05T23:23:59.3158981Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3159594Z aten_view_copy_default_108: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_66, [1, 1, 12, 64]); aten_squeeze_copy_dims_66 = None 2025-06-05T23:23:59.3159672Z 2025-06-05T23:23:59.3160208Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3160792Z aten_view_copy_default_109: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_67, [1, 1, 12, 64]); aten_squeeze_copy_dims_67 = None 2025-06-05T23:23:59.3160868Z 2025-06-05T23:23:59.3161401Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3161983Z aten_view_copy_default_110: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_68, [1, 1, 12, 64]); aten_squeeze_copy_dims_68 = None 2025-06-05T23:23:59.3162085Z 2025-06-05T23:23:59.3162627Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3163233Z aten_view_copy_default_111: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_108, [1, 1, 12, -1, 2]); aten_view_copy_default_108 = None 2025-06-05T23:23:59.3163664Z aten_slice_copy_tensor_24: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_111, 4, 0, 1) 2025-06-05T23:23:59.3164235Z aten_slice_copy_tensor_25: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_111, 4, 1, 2); aten_view_copy_default_111 = None 2025-06-05T23:23:59.3164800Z aten_squeeze_copy_dims_69: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_24, [4]); aten_slice_copy_tensor_24 = None 2025-06-05T23:23:59.3165335Z aten_squeeze_copy_dims_70: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_25, [4]); aten_slice_copy_tensor_25 = None 2025-06-05T23:23:59.3165426Z 2025-06-05T23:23:59.3165961Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3166545Z aten_view_copy_default_112: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_109, [1, 1, 12, -1, 2]); aten_view_copy_default_109 = None 2025-06-05T23:23:59.3166988Z aten_slice_copy_tensor_26: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_112, 4, 0, 1) 2025-06-05T23:23:59.3167547Z aten_slice_copy_tensor_27: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_112, 4, 1, 2); aten_view_copy_default_112 = None 2025-06-05T23:23:59.3168084Z aten_squeeze_copy_dims_71: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_26, [4]); aten_slice_copy_tensor_26 = None 2025-06-05T23:23:59.3168658Z aten_squeeze_copy_dims_72: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_27, [4]); aten_slice_copy_tensor_27 = None 2025-06-05T23:23:59.3168733Z 2025-06-05T23:23:59.3169180Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3169613Z aten_view_copy_default_113: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.3169695Z 2025-06-05T23:23:59.3170162Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3170781Z aten_view_copy_default_114: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.3170866Z 2025-06-05T23:23:59.3171353Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3171820Z aten_mul_tensor_92: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_69, aten_view_copy_default_113) 2025-06-05T23:23:59.3172257Z aten_mul_tensor_93: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_70, aten_view_copy_default_114) 2025-06-05T23:23:59.3172883Z aten_sub_tensor_12: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_92, aten_mul_tensor_93); aten_mul_tensor_92 = aten_mul_tensor_93 = None 2025-06-05T23:23:59.3172977Z 2025-06-05T23:23:59.3173465Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3174040Z aten_mul_tensor_94: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_69, aten_view_copy_default_114); aten_squeeze_copy_dims_69 = None 2025-06-05T23:23:59.3174620Z aten_mul_tensor_95: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_70, aten_view_copy_default_113); aten_squeeze_copy_dims_70 = None 2025-06-05T23:23:59.3175205Z aten_add_tensor_30: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_94, aten_mul_tensor_95); aten_mul_tensor_94 = aten_mul_tensor_95 = None 2025-06-05T23:23:59.3175284Z 2025-06-05T23:23:59.3175785Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3176230Z aten_mul_tensor_96: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_71, aten_view_copy_default_113) 2025-06-05T23:23:59.3176681Z aten_mul_tensor_97: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_72, aten_view_copy_default_114) 2025-06-05T23:23:59.3177227Z aten_sub_tensor_13: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_96, aten_mul_tensor_97); aten_mul_tensor_96 = aten_mul_tensor_97 = None 2025-06-05T23:23:59.3177303Z 2025-06-05T23:23:59.3177789Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3178472Z aten_mul_tensor_98: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_71, aten_view_copy_default_114); aten_squeeze_copy_dims_71 = aten_view_copy_default_114 = None 2025-06-05T23:23:59.3179168Z aten_mul_tensor_99: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_72, aten_view_copy_default_113); aten_squeeze_copy_dims_72 = aten_view_copy_default_113 = None 2025-06-05T23:23:59.3179731Z aten_add_tensor_31: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_98, aten_mul_tensor_99); aten_mul_tensor_98 = aten_mul_tensor_99 = None 2025-06-05T23:23:59.3179807Z 2025-06-05T23:23:59.3180343Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3180929Z aten_unsqueeze_copy_default_69: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_12, 4); aten_sub_tensor_12 = None 2025-06-05T23:23:59.3181463Z aten_unsqueeze_copy_default_70: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_30, 4); aten_add_tensor_30 = None 2025-06-05T23:23:59.3182240Z aten_cat_default_24: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_69, aten_unsqueeze_copy_default_70], -1); aten_unsqueeze_copy_default_69 = aten_unsqueeze_copy_default_70 = None 2025-06-05T23:23:59.3182782Z aten_view_copy_default_115: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_24, [1, 1, 12, 64]); aten_cat_default_24 = None 2025-06-05T23:23:59.3182884Z 2025-06-05T23:23:59.3183421Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3183970Z aten_unsqueeze_copy_default_71: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_13, 4); aten_sub_tensor_13 = None 2025-06-05T23:23:59.3184499Z aten_unsqueeze_copy_default_72: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_31, 4); aten_add_tensor_31 = None 2025-06-05T23:23:59.3185273Z aten_cat_default_25: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_71, aten_unsqueeze_copy_default_72], -1); aten_unsqueeze_copy_default_71 = aten_unsqueeze_copy_default_72 = None 2025-06-05T23:23:59.3185811Z aten_view_copy_default_116: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_25, [1, 1, 12, 64]); aten_cat_default_25 = None 2025-06-05T23:23:59.3185915Z 2025-06-05T23:23:59.3186460Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3187081Z aten_permute_copy_default_252: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_115, [0, 2, 1, 3]); aten_view_copy_default_115 = None 2025-06-05T23:23:59.3187159Z 2025-06-05T23:23:59.3187600Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3188200Z aten_index_tensor_8: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_6_attention_mask, [attn_options_input_pos]); b_layers_6_attention_mask = None 2025-06-05T23:23:59.3188279Z 2025-06-05T23:23:59.3188973Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3189813Z aten_index_put_default_12: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_6_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_116); aten_view_copy_default_116 = None 2025-06-05T23:23:59.3189929Z 2025-06-05T23:23:59.3190698Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3191539Z aten_index_put_default_13: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_6_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_110); aten_view_copy_default_110 = None 2025-06-05T23:23:59.3191621Z 2025-06-05T23:23:59.3192330Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3192827Z aten_permute_copy_default_253: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3193403Z aten_select_copy_int_288: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_253, 0, 0); aten_permute_copy_default_253 = None 2025-06-05T23:23:59.3193933Z aten_select_copy_int_289: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_288, 0, 0); aten_select_copy_int_288 = None 2025-06-05T23:23:59.3194422Z aten_permute_copy_default_254: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3195026Z aten_select_copy_int_290: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_254, 0, 0); aten_permute_copy_default_254 = None 2025-06-05T23:23:59.3195546Z aten_select_copy_int_291: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_290, 0, 1); aten_select_copy_int_290 = None 2025-06-05T23:23:59.3196030Z aten_permute_copy_default_255: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3196607Z aten_select_copy_int_292: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_255, 0, 0); aten_permute_copy_default_255 = None 2025-06-05T23:23:59.3197149Z aten_select_copy_int_293: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_292, 0, 2); aten_select_copy_int_292 = None 2025-06-05T23:23:59.3197637Z aten_permute_copy_default_256: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3198216Z aten_select_copy_int_294: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_256, 0, 0); aten_permute_copy_default_256 = None 2025-06-05T23:23:59.3198732Z aten_select_copy_int_295: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_294, 0, 3); aten_select_copy_int_294 = None 2025-06-05T23:23:59.3199218Z aten_permute_copy_default_257: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3199945Z aten_select_copy_int_296: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_257, 0, 0); aten_permute_copy_default_257 = None 2025-06-05T23:23:59.3200470Z aten_select_copy_int_297: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_296, 0, 4); aten_select_copy_int_296 = None 2025-06-05T23:23:59.3200995Z aten_permute_copy_default_258: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3201555Z aten_select_copy_int_298: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_258, 0, 0); aten_permute_copy_default_258 = None 2025-06-05T23:23:59.3202071Z aten_select_copy_int_299: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_298, 0, 5); aten_select_copy_int_298 = None 2025-06-05T23:23:59.3202571Z aten_permute_copy_default_259: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3203152Z aten_select_copy_int_300: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_259, 0, 0); aten_permute_copy_default_259 = None 2025-06-05T23:23:59.3203670Z aten_select_copy_int_301: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_300, 0, 6); aten_select_copy_int_300 = None 2025-06-05T23:23:59.3204168Z aten_permute_copy_default_260: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3204729Z aten_select_copy_int_302: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_260, 0, 0); aten_permute_copy_default_260 = None 2025-06-05T23:23:59.3205267Z aten_select_copy_int_303: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_302, 0, 7); aten_select_copy_int_302 = None 2025-06-05T23:23:59.3205763Z aten_permute_copy_default_261: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3206329Z aten_select_copy_int_304: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_261, 0, 0); aten_permute_copy_default_261 = None 2025-06-05T23:23:59.3206842Z aten_select_copy_int_305: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_304, 0, 8); aten_select_copy_int_304 = None 2025-06-05T23:23:59.3207338Z aten_permute_copy_default_262: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3207964Z aten_select_copy_int_306: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_262, 0, 0); aten_permute_copy_default_262 = None 2025-06-05T23:23:59.3208491Z aten_select_copy_int_307: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_306, 0, 9); aten_select_copy_int_306 = None 2025-06-05T23:23:59.3208979Z aten_permute_copy_default_263: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3209544Z aten_select_copy_int_308: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_263, 0, 0); aten_permute_copy_default_263 = None 2025-06-05T23:23:59.3210201Z aten_select_copy_int_309: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_308, 0, 10); aten_select_copy_int_308 = None 2025-06-05T23:23:59.3210999Z aten_permute_copy_default_264: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_12, [0, 2, 1, 3]) 2025-06-05T23:23:59.3211559Z aten_select_copy_int_310: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_264, 0, 0); aten_permute_copy_default_264 = None 2025-06-05T23:23:59.3212120Z aten_select_copy_int_311: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_310, 0, 11); aten_select_copy_int_310 = None 2025-06-05T23:23:59.3214621Z aten_cat_default_26: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_289, aten_select_copy_int_291, aten_select_copy_int_293, aten_select_copy_int_295, aten_select_copy_int_297, aten_select_copy_int_299, aten_select_copy_int_301, aten_select_copy_int_303, aten_select_copy_int_305, aten_select_copy_int_307, aten_select_copy_int_309, aten_select_copy_int_311]); aten_select_copy_int_289 = aten_select_copy_int_291 = aten_select_copy_int_293 = aten_select_copy_int_295 = aten_select_copy_int_297 = aten_select_copy_int_299 = aten_select_copy_int_301 = aten_select_copy_int_303 = aten_select_copy_int_305 = aten_select_copy_int_307 = aten_select_copy_int_309 = aten_select_copy_int_311 = None 2025-06-05T23:23:59.3215185Z aten_view_copy_default_117: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_26, [1, 12, 128, 64]); aten_cat_default_26 = None 2025-06-05T23:23:59.3215263Z 2025-06-05T23:23:59.3215930Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3216429Z aten_permute_copy_default_265: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3217023Z aten_select_copy_int_312: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_265, 0, 0); aten_permute_copy_default_265 = None 2025-06-05T23:23:59.3217537Z aten_select_copy_int_313: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_312, 0, 0); aten_select_copy_int_312 = None 2025-06-05T23:23:59.3218030Z aten_permute_copy_default_266: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3218593Z aten_select_copy_int_314: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_266, 0, 0); aten_permute_copy_default_266 = None 2025-06-05T23:23:59.3219106Z aten_select_copy_int_315: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_314, 0, 1); aten_select_copy_int_314 = None 2025-06-05T23:23:59.3219623Z aten_permute_copy_default_267: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3220183Z aten_select_copy_int_316: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_267, 0, 0); aten_permute_copy_default_267 = None 2025-06-05T23:23:59.3220711Z aten_select_copy_int_317: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_316, 0, 2); aten_select_copy_int_316 = None 2025-06-05T23:23:59.3221193Z aten_permute_copy_default_268: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3221757Z aten_select_copy_int_318: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_268, 0, 0); aten_permute_copy_default_268 = None 2025-06-05T23:23:59.3222286Z aten_select_copy_int_319: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_318, 0, 3); aten_select_copy_int_318 = None 2025-06-05T23:23:59.3222795Z aten_permute_copy_default_269: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3223355Z aten_select_copy_int_320: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_269, 0, 0); aten_permute_copy_default_269 = None 2025-06-05T23:23:59.3223877Z aten_select_copy_int_321: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_320, 0, 4); aten_select_copy_int_320 = None 2025-06-05T23:23:59.3224360Z aten_permute_copy_default_270: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3224950Z aten_select_copy_int_322: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_270, 0, 0); aten_permute_copy_default_270 = None 2025-06-05T23:23:59.3225476Z aten_select_copy_int_323: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_322, 0, 5); aten_select_copy_int_322 = None 2025-06-05T23:23:59.3225959Z aten_permute_copy_default_271: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3226520Z aten_select_copy_int_324: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_271, 0, 0); aten_permute_copy_default_271 = None 2025-06-05T23:23:59.3227046Z aten_select_copy_int_325: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_324, 0, 6); aten_select_copy_int_324 = None 2025-06-05T23:23:59.3227552Z aten_permute_copy_default_272: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3228125Z aten_select_copy_int_326: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_272, 0, 0); aten_permute_copy_default_272 = None 2025-06-05T23:23:59.3228639Z aten_select_copy_int_327: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_326, 0, 7); aten_select_copy_int_326 = None 2025-06-05T23:23:59.3229122Z aten_permute_copy_default_273: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3229725Z aten_select_copy_int_328: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_273, 0, 0); aten_permute_copy_default_273 = None 2025-06-05T23:23:59.3230327Z aten_select_copy_int_329: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_328, 0, 8); aten_select_copy_int_328 = None 2025-06-05T23:23:59.3230818Z aten_permute_copy_default_274: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3231391Z aten_select_copy_int_330: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_274, 0, 0); aten_permute_copy_default_274 = None 2025-06-05T23:23:59.3231903Z aten_select_copy_int_331: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_330, 0, 9); aten_select_copy_int_330 = None 2025-06-05T23:23:59.3232389Z aten_permute_copy_default_275: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3232965Z aten_select_copy_int_332: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_275, 0, 0); aten_permute_copy_default_275 = None 2025-06-05T23:23:59.3233512Z aten_select_copy_int_333: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_332, 0, 10); aten_select_copy_int_332 = None 2025-06-05T23:23:59.3234010Z aten_permute_copy_default_276: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_13, [0, 2, 1, 3]) 2025-06-05T23:23:59.3234570Z aten_select_copy_int_334: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_276, 0, 0); aten_permute_copy_default_276 = None 2025-06-05T23:23:59.3235088Z aten_select_copy_int_335: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_334, 0, 11); aten_select_copy_int_334 = None 2025-06-05T23:23:59.3237590Z aten_cat_default_27: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_313, aten_select_copy_int_315, aten_select_copy_int_317, aten_select_copy_int_319, aten_select_copy_int_321, aten_select_copy_int_323, aten_select_copy_int_325, aten_select_copy_int_327, aten_select_copy_int_329, aten_select_copy_int_331, aten_select_copy_int_333, aten_select_copy_int_335]); aten_select_copy_int_313 = aten_select_copy_int_315 = aten_select_copy_int_317 = aten_select_copy_int_319 = aten_select_copy_int_321 = aten_select_copy_int_323 = aten_select_copy_int_325 = aten_select_copy_int_327 = aten_select_copy_int_329 = aten_select_copy_int_331 = aten_select_copy_int_333 = aten_select_copy_int_335 = None 2025-06-05T23:23:59.3238138Z aten_view_copy_default_118: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_27, [1, 12, 128, 64]); aten_cat_default_27 = None 2025-06-05T23:23:59.3238251Z 2025-06-05T23:23:59.3238848Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3239462Z aten_permute_copy_default_277: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_117, [0, 1, 3, 2]); aten_view_copy_default_117 = None 2025-06-05T23:23:59.3240086Z aten_expand_copy_default_24: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_252, [1, 12, 1, 64]); aten_permute_copy_default_252 = None 2025-06-05T23:23:59.3240666Z aten_view_copy_default_119: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_24, [12, 1, 64]); aten_expand_copy_default_24 = None 2025-06-05T23:23:59.3241318Z aten_expand_copy_default_25: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_277, [1, 12, 64, 128]); aten_permute_copy_default_277 = None 2025-06-05T23:23:59.3241920Z aten_view_copy_default_120: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_25, [12, 64, 128]); aten_expand_copy_default_25 = None 2025-06-05T23:23:59.3242606Z aten_bmm_default_12: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_119, aten_view_copy_default_120); aten_view_copy_default_119 = aten_view_copy_default_120 = None 2025-06-05T23:23:59.3243145Z aten_view_copy_default_121: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_12, [1, 12, 1, 128]); aten_bmm_default_12 = None 2025-06-05T23:23:59.3243849Z aten_mul_tensor_100: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_121, _lifted_tensor_constant44); aten_view_copy_default_121 = _lifted_tensor_constant44 = None 2025-06-05T23:23:59.3243924Z 2025-06-05T23:23:59.3244424Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3245037Z aten_add_tensor_32: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_100, aten_index_tensor_8); aten_mul_tensor_100 = aten_index_tensor_8 = None 2025-06-05T23:23:59.3245116Z 2025-06-05T23:23:59.3245697Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.3246220Z aten__softmax_default_6: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_32, -1, False); aten_add_tensor_32 = None 2025-06-05T23:23:59.3246301Z 2025-06-05T23:23:59.3246794Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.3247392Z aten_expand_copy_default_26: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_6, [1, 12, 1, 128]); aten__softmax_default_6 = None 2025-06-05T23:23:59.3247976Z aten_view_copy_default_122: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_26, [12, 1, 128]); aten_expand_copy_default_26 = None 2025-06-05T23:23:59.3248591Z aten_expand_copy_default_27: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_118, [1, 12, 128, 64]); aten_view_copy_default_118 = None 2025-06-05T23:23:59.3249183Z aten_view_copy_default_123: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_27, [12, 128, 64]); aten_expand_copy_default_27 = None 2025-06-05T23:23:59.3249888Z aten_bmm_default_13: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_122, aten_view_copy_default_123); aten_view_copy_default_122 = aten_view_copy_default_123 = None 2025-06-05T23:23:59.3250428Z aten_view_copy_default_124: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_13, [1, 12, 1, 64]); aten_bmm_default_13 = None 2025-06-05T23:23:59.3250504Z 2025-06-05T23:23:59.3251145Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.3251763Z aten_permute_copy_default_278: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_124, [0, 2, 1, 3]); aten_view_copy_default_124 = None 2025-06-05T23:23:59.3252385Z aten_view_copy_default_125: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_278, [1, 1, 768]); aten_permute_copy_default_278 = None 2025-06-05T23:23:59.3252463Z 2025-06-05T23:23:59.3253010Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3253618Z aten_unsqueeze_copy_default_73: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_125, -1); aten_view_copy_default_125 = None 2025-06-05T23:23:59.3253693Z 2025-06-05T23:23:59.3254116Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3254760Z aten_permute_copy_default_279: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_73, [0, 2, 1, 3]); aten_unsqueeze_copy_default_73 = None 2025-06-05T23:23:59.3254836Z 2025-06-05T23:23:59.3255212Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3256200Z aten_convolution_default_45: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_279, p_layers_6_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_279 = p_layers_6_attention_wo_conv_weight = None 2025-06-05T23:23:59.3256277Z 2025-06-05T23:23:59.3256713Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3257344Z aten_permute_copy_default_280: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_45, [0, 2, 1, 3]); aten_convolution_default_45 = None 2025-06-05T23:23:59.3257423Z 2025-06-05T23:23:59.3258026Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3258609Z aten_squeeze_copy_dims_73: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_280, [-1]); aten_permute_copy_default_280 = None 2025-06-05T23:23:59.3258685Z 2025-06-05T23:23:59.3259071Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.3259677Z aten_add_tensor_33: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_29, aten_squeeze_copy_dims_73); aten_add_tensor_29 = aten_squeeze_copy_dims_73 = None 2025-06-05T23:23:59.3259786Z 2025-06-05T23:23:59.3260320Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3260708Z aten_pow_tensor_scalar_13: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_33, 2) 2025-06-05T23:23:59.3261184Z aten_mean_dim_13: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_13, [2], True); aten_pow_tensor_scalar_13 = None 2025-06-05T23:23:59.3261654Z aten_add_scalar_13: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_13, 9.999999747378752e-06); aten_mean_dim_13 = None 2025-06-05T23:23:59.3262090Z aten_rsqrt_default_13: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_13); aten_add_scalar_13 = None 2025-06-05T23:23:59.3262623Z aten_mul_tensor_101: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_33, aten_rsqrt_default_13); aten_rsqrt_default_13 = None 2025-06-05T23:23:59.3263264Z aten_mul_tensor_102: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_101, p_layers_6_ffn_norm_weight); aten_mul_tensor_101 = p_layers_6_ffn_norm_weight = None 2025-06-05T23:23:59.3263342Z 2025-06-05T23:23:59.3263873Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3264323Z aten_unsqueeze_copy_default_74: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_102, -1) 2025-06-05T23:23:59.3264396Z 2025-06-05T23:23:59.3264805Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3265464Z aten_permute_copy_default_281: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_74, [0, 2, 1, 3]); aten_unsqueeze_copy_default_74 = None 2025-06-05T23:23:59.3265540Z 2025-06-05T23:23:59.3265906Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3266919Z aten_convolution_default_46: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_281, p_layers_6_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_281 = p_layers_6_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.3266995Z 2025-06-05T23:23:59.3267419Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3268063Z aten_permute_copy_default_282: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_46, [0, 2, 1, 3]); aten_convolution_default_46 = None 2025-06-05T23:23:59.3268163Z 2025-06-05T23:23:59.3268708Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3269306Z aten_squeeze_copy_dims_74: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_282, [-1]); aten_permute_copy_default_282 = None 2025-06-05T23:23:59.3269380Z 2025-06-05T23:23:59.3269907Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3270390Z aten_sigmoid_default_6: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_74) 2025-06-05T23:23:59.3271281Z aten_mul_tensor_103: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_74, aten_sigmoid_default_6); aten_squeeze_copy_dims_74 = aten_sigmoid_default_6 = None 2025-06-05T23:23:59.3271362Z 2025-06-05T23:23:59.3271911Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3272461Z aten_unsqueeze_copy_default_75: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_102, -1); aten_mul_tensor_102 = None 2025-06-05T23:23:59.3272537Z 2025-06-05T23:23:59.3272958Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3273602Z aten_permute_copy_default_283: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_75, [0, 2, 1, 3]); aten_unsqueeze_copy_default_75 = None 2025-06-05T23:23:59.3273745Z 2025-06-05T23:23:59.3274127Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3275106Z aten_convolution_default_47: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_283, p_layers_6_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_283 = p_layers_6_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.3275181Z 2025-06-05T23:23:59.3275620Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3276257Z aten_permute_copy_default_284: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_47, [0, 2, 1, 3]); aten_convolution_default_47 = None 2025-06-05T23:23:59.3276337Z 2025-06-05T23:23:59.3276903Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3277520Z aten_squeeze_copy_dims_75: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_284, [-1]); aten_permute_copy_default_284 = None 2025-06-05T23:23:59.3277596Z 2025-06-05T23:23:59.3278136Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3278762Z aten_mul_tensor_104: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_103, aten_squeeze_copy_dims_75); aten_mul_tensor_103 = aten_squeeze_copy_dims_75 = None 2025-06-05T23:23:59.3278840Z 2025-06-05T23:23:59.3279387Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3279976Z aten_unsqueeze_copy_default_76: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_104, -1); aten_mul_tensor_104 = None 2025-06-05T23:23:59.3280057Z 2025-06-05T23:23:59.3280474Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3281119Z aten_permute_copy_default_285: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_76, [0, 2, 1, 3]); aten_unsqueeze_copy_default_76 = None 2025-06-05T23:23:59.3281195Z 2025-06-05T23:23:59.3281574Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3282587Z aten_convolution_default_48: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_285, p_layers_6_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_285 = p_layers_6_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.3282666Z 2025-06-05T23:23:59.3283106Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3283735Z aten_permute_copy_default_286: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_48, [0, 2, 1, 3]); aten_convolution_default_48 = None 2025-06-05T23:23:59.3283812Z 2025-06-05T23:23:59.3284373Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3284980Z aten_squeeze_copy_dims_76: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_286, [-1]); aten_permute_copy_default_286 = None 2025-06-05T23:23:59.3285058Z 2025-06-05T23:23:59.3285593Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3286203Z aten_add_tensor_34: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_33, aten_squeeze_copy_dims_76); aten_add_tensor_33 = aten_squeeze_copy_dims_76 = None 2025-06-05T23:23:59.3286280Z 2025-06-05T23:23:59.3286873Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.3287258Z aten_pow_tensor_scalar_14: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_34, 2) 2025-06-05T23:23:59.3287742Z aten_mean_dim_14: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_14, [2], True); aten_pow_tensor_scalar_14 = None 2025-06-05T23:23:59.3288220Z aten_add_scalar_14: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_14, 9.999999747378752e-06); aten_mean_dim_14 = None 2025-06-05T23:23:59.3288682Z aten_rsqrt_default_14: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_14); aten_add_scalar_14 = None 2025-06-05T23:23:59.3289192Z aten_mul_tensor_105: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_34, aten_rsqrt_default_14); aten_rsqrt_default_14 = None 2025-06-05T23:23:59.3289885Z aten_mul_tensor_106: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_105, p_layers_7_attention_norm_weight); aten_mul_tensor_105 = p_layers_7_attention_norm_weight = None 2025-06-05T23:23:59.3289966Z 2025-06-05T23:23:59.3290523Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3290982Z aten_unsqueeze_copy_default_77: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_106, -1) 2025-06-05T23:23:59.3291063Z 2025-06-05T23:23:59.3291473Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3292135Z aten_permute_copy_default_287: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_77, [0, 2, 1, 3]); aten_unsqueeze_copy_default_77 = None 2025-06-05T23:23:59.3292214Z 2025-06-05T23:23:59.3292582Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3293582Z aten_convolution_default_49: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_287, p_layers_7_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_287 = p_layers_7_attention_wq_conv_weight = None 2025-06-05T23:23:59.3293663Z 2025-06-05T23:23:59.3294093Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3294738Z aten_permute_copy_default_288: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_49, [0, 2, 1, 3]); aten_convolution_default_49 = None 2025-06-05T23:23:59.3294818Z 2025-06-05T23:23:59.3295371Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3296007Z aten_squeeze_copy_dims_77: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_288, [-1]); aten_permute_copy_default_288 = None 2025-06-05T23:23:59.3296090Z 2025-06-05T23:23:59.3296617Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3297077Z aten_unsqueeze_copy_default_78: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_106, -1) 2025-06-05T23:23:59.3297158Z 2025-06-05T23:23:59.3297566Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3298226Z aten_permute_copy_default_289: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_78, [0, 2, 1, 3]); aten_unsqueeze_copy_default_78 = None 2025-06-05T23:23:59.3298308Z 2025-06-05T23:23:59.3298679Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3299670Z aten_convolution_default_50: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_289, p_layers_7_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_289 = p_layers_7_attention_wk_conv_weight = None 2025-06-05T23:23:59.3299751Z 2025-06-05T23:23:59.3300177Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3300820Z aten_permute_copy_default_290: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_50, [0, 2, 1, 3]); aten_convolution_default_50 = None 2025-06-05T23:23:59.3300902Z 2025-06-05T23:23:59.3301475Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3302070Z aten_squeeze_copy_dims_78: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_290, [-1]); aten_permute_copy_default_290 = None 2025-06-05T23:23:59.3302148Z 2025-06-05T23:23:59.3302673Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3303240Z aten_unsqueeze_copy_default_79: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_106, -1); aten_mul_tensor_106 = None 2025-06-05T23:23:59.3303318Z 2025-06-05T23:23:59.3303755Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3304408Z aten_permute_copy_default_291: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_79, [0, 2, 1, 3]); aten_unsqueeze_copy_default_79 = None 2025-06-05T23:23:59.3304488Z 2025-06-05T23:23:59.3304853Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3305823Z aten_convolution_default_51: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_291, p_layers_7_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_291 = p_layers_7_attention_wv_conv_weight = None 2025-06-05T23:23:59.3305899Z 2025-06-05T23:23:59.3306322Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3306985Z aten_permute_copy_default_292: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_51, [0, 2, 1, 3]); aten_convolution_default_51 = None 2025-06-05T23:23:59.3307066Z 2025-06-05T23:23:59.3307617Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3308209Z aten_squeeze_copy_dims_79: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_292, [-1]); aten_permute_copy_default_292 = None 2025-06-05T23:23:59.3308286Z 2025-06-05T23:23:59.3308816Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3309403Z aten_view_copy_default_126: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_77, [1, 1, 12, 64]); aten_squeeze_copy_dims_77 = None 2025-06-05T23:23:59.3309483Z 2025-06-05T23:23:59.3310016Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3310709Z aten_view_copy_default_127: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_78, [1, 1, 12, 64]); aten_squeeze_copy_dims_78 = None 2025-06-05T23:23:59.3310788Z 2025-06-05T23:23:59.3311324Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3311908Z aten_view_copy_default_128: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_79, [1, 1, 12, 64]); aten_squeeze_copy_dims_79 = None 2025-06-05T23:23:59.3311989Z 2025-06-05T23:23:59.3312575Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3313182Z aten_view_copy_default_129: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_126, [1, 1, 12, -1, 2]); aten_view_copy_default_126 = None 2025-06-05T23:23:59.3313617Z aten_slice_copy_tensor_28: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_129, 4, 0, 1) 2025-06-05T23:23:59.3314175Z aten_slice_copy_tensor_29: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_129, 4, 1, 2); aten_view_copy_default_129 = None 2025-06-05T23:23:59.3314732Z aten_squeeze_copy_dims_80: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_28, [4]); aten_slice_copy_tensor_28 = None 2025-06-05T23:23:59.3315298Z aten_squeeze_copy_dims_81: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_29, [4]); aten_slice_copy_tensor_29 = None 2025-06-05T23:23:59.3315375Z 2025-06-05T23:23:59.3315926Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3316512Z aten_view_copy_default_130: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_127, [1, 1, 12, -1, 2]); aten_view_copy_default_127 = None 2025-06-05T23:23:59.3316946Z aten_slice_copy_tensor_30: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_130, 4, 0, 1) 2025-06-05T23:23:59.3317546Z aten_slice_copy_tensor_31: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_130, 4, 1, 2); aten_view_copy_default_130 = None 2025-06-05T23:23:59.3318084Z aten_squeeze_copy_dims_82: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_30, [4]); aten_slice_copy_tensor_30 = None 2025-06-05T23:23:59.3318635Z aten_squeeze_copy_dims_83: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_31, [4]); aten_slice_copy_tensor_31 = None 2025-06-05T23:23:59.3318711Z 2025-06-05T23:23:59.3319162Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3319583Z aten_view_copy_default_131: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.3319675Z 2025-06-05T23:23:59.3320119Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3320541Z aten_view_copy_default_132: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.3320655Z 2025-06-05T23:23:59.3321139Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3321594Z aten_mul_tensor_107: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_80, aten_view_copy_default_131) 2025-06-05T23:23:59.3322056Z aten_mul_tensor_108: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_81, aten_view_copy_default_132) 2025-06-05T23:23:59.3322647Z aten_sub_tensor_14: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_107, aten_mul_tensor_108); aten_mul_tensor_107 = aten_mul_tensor_108 = None 2025-06-05T23:23:59.3322726Z 2025-06-05T23:23:59.3323222Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3323799Z aten_mul_tensor_109: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_80, aten_view_copy_default_132); aten_squeeze_copy_dims_80 = None 2025-06-05T23:23:59.3324366Z aten_mul_tensor_110: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_81, aten_view_copy_default_131); aten_squeeze_copy_dims_81 = None 2025-06-05T23:23:59.3324939Z aten_add_tensor_35: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_109, aten_mul_tensor_110); aten_mul_tensor_109 = aten_mul_tensor_110 = None 2025-06-05T23:23:59.3325044Z 2025-06-05T23:23:59.3325533Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3325997Z aten_mul_tensor_111: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_82, aten_view_copy_default_131) 2025-06-05T23:23:59.3326443Z aten_mul_tensor_112: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_83, aten_view_copy_default_132) 2025-06-05T23:23:59.3327016Z aten_sub_tensor_15: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_111, aten_mul_tensor_112); aten_mul_tensor_111 = aten_mul_tensor_112 = None 2025-06-05T23:23:59.3327094Z 2025-06-05T23:23:59.3327600Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3328298Z aten_mul_tensor_113: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_82, aten_view_copy_default_132); aten_squeeze_copy_dims_82 = aten_view_copy_default_132 = None 2025-06-05T23:23:59.3328973Z aten_mul_tensor_114: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_83, aten_view_copy_default_131); aten_squeeze_copy_dims_83 = aten_view_copy_default_131 = None 2025-06-05T23:23:59.3329536Z aten_add_tensor_36: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_113, aten_mul_tensor_114); aten_mul_tensor_113 = aten_mul_tensor_114 = None 2025-06-05T23:23:59.3329626Z 2025-06-05T23:23:59.3330162Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3330709Z aten_unsqueeze_copy_default_80: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_14, 4); aten_sub_tensor_14 = None 2025-06-05T23:23:59.3331254Z aten_unsqueeze_copy_default_81: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_35, 4); aten_add_tensor_35 = None 2025-06-05T23:23:59.3332066Z aten_cat_default_28: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_80, aten_unsqueeze_copy_default_81], -1); aten_unsqueeze_copy_default_80 = aten_unsqueeze_copy_default_81 = None 2025-06-05T23:23:59.3332594Z aten_view_copy_default_133: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_28, [1, 1, 12, 64]); aten_cat_default_28 = None 2025-06-05T23:23:59.3332686Z 2025-06-05T23:23:59.3333248Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3333785Z aten_unsqueeze_copy_default_82: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_15, 4); aten_sub_tensor_15 = None 2025-06-05T23:23:59.3334328Z aten_unsqueeze_copy_default_83: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_36, 4); aten_add_tensor_36 = None 2025-06-05T23:23:59.3335102Z aten_cat_default_29: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_82, aten_unsqueeze_copy_default_83], -1); aten_unsqueeze_copy_default_82 = aten_unsqueeze_copy_default_83 = None 2025-06-05T23:23:59.3335642Z aten_view_copy_default_134: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_29, [1, 1, 12, 64]); aten_cat_default_29 = None 2025-06-05T23:23:59.3335747Z 2025-06-05T23:23:59.3336288Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3336909Z aten_permute_copy_default_293: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_133, [0, 2, 1, 3]); aten_view_copy_default_133 = None 2025-06-05T23:23:59.3336985Z 2025-06-05T23:23:59.3337425Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3338010Z aten_index_tensor_9: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_7_attention_mask, [attn_options_input_pos]); b_layers_7_attention_mask = None 2025-06-05T23:23:59.3338100Z 2025-06-05T23:23:59.3338819Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3339658Z aten_index_put_default_14: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_7_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_134); aten_view_copy_default_134 = None 2025-06-05T23:23:59.3339737Z 2025-06-05T23:23:59.3340425Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3341255Z aten_index_put_default_15: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_7_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_128); aten_view_copy_default_128 = None 2025-06-05T23:23:59.3341335Z 2025-06-05T23:23:59.3341997Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3342527Z aten_permute_copy_default_294: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3343093Z aten_select_copy_int_336: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_294, 0, 0); aten_permute_copy_default_294 = None 2025-06-05T23:23:59.3343611Z aten_select_copy_int_337: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_336, 0, 0); aten_select_copy_int_336 = None 2025-06-05T23:23:59.3344110Z aten_permute_copy_default_295: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3344702Z aten_select_copy_int_338: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_295, 0, 0); aten_permute_copy_default_295 = None 2025-06-05T23:23:59.3345221Z aten_select_copy_int_339: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_338, 0, 1); aten_select_copy_int_338 = None 2025-06-05T23:23:59.3345718Z aten_permute_copy_default_296: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3346279Z aten_select_copy_int_340: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_296, 0, 0); aten_permute_copy_default_296 = None 2025-06-05T23:23:59.3346799Z aten_select_copy_int_341: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_340, 0, 2); aten_select_copy_int_340 = None 2025-06-05T23:23:59.3347324Z aten_permute_copy_default_297: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3347893Z aten_select_copy_int_342: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_297, 0, 0); aten_permute_copy_default_297 = None 2025-06-05T23:23:59.3348419Z aten_select_copy_int_343: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_342, 0, 3); aten_select_copy_int_342 = None 2025-06-05T23:23:59.3348901Z aten_permute_copy_default_298: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3349487Z aten_select_copy_int_344: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_298, 0, 0); aten_permute_copy_default_298 = None 2025-06-05T23:23:59.3350018Z aten_select_copy_int_345: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_344, 0, 4); aten_select_copy_int_344 = None 2025-06-05T23:23:59.3350586Z aten_permute_copy_default_299: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3351148Z aten_select_copy_int_346: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_299, 0, 0); aten_permute_copy_default_299 = None 2025-06-05T23:23:59.3351677Z aten_select_copy_int_347: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_346, 0, 5); aten_select_copy_int_346 = None 2025-06-05T23:23:59.3352161Z aten_permute_copy_default_300: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3352725Z aten_select_copy_int_348: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_300, 0, 0); aten_permute_copy_default_300 = None 2025-06-05T23:23:59.3353307Z aten_select_copy_int_349: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_348, 0, 6); aten_select_copy_int_348 = None 2025-06-05T23:23:59.3353792Z aten_permute_copy_default_301: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3354350Z aten_select_copy_int_350: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_301, 0, 0); aten_permute_copy_default_301 = None 2025-06-05T23:23:59.3354883Z aten_select_copy_int_351: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_350, 0, 7); aten_select_copy_int_350 = None 2025-06-05T23:23:59.3355391Z aten_permute_copy_default_302: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3355970Z aten_select_copy_int_352: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_302, 0, 0); aten_permute_copy_default_302 = None 2025-06-05T23:23:59.3356485Z aten_select_copy_int_353: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_352, 0, 8); aten_select_copy_int_352 = None 2025-06-05T23:23:59.3356966Z aten_permute_copy_default_303: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3357582Z aten_select_copy_int_354: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_303, 0, 0); aten_permute_copy_default_303 = None 2025-06-05T23:23:59.3358096Z aten_select_copy_int_355: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_354, 0, 9); aten_select_copy_int_354 = None 2025-06-05T23:23:59.3358580Z aten_permute_copy_default_304: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3359156Z aten_select_copy_int_356: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_304, 0, 0); aten_permute_copy_default_304 = None 2025-06-05T23:23:59.3359675Z aten_select_copy_int_357: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_356, 0, 10); aten_select_copy_int_356 = None 2025-06-05T23:23:59.3360183Z aten_permute_copy_default_305: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_14, [0, 2, 1, 3]) 2025-06-05T23:23:59.3360761Z aten_select_copy_int_358: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_305, 0, 0); aten_permute_copy_default_305 = None 2025-06-05T23:23:59.3361280Z aten_select_copy_int_359: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_358, 0, 11); aten_select_copy_int_358 = None 2025-06-05T23:23:59.3363761Z aten_cat_default_30: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_337, aten_select_copy_int_339, aten_select_copy_int_341, aten_select_copy_int_343, aten_select_copy_int_345, aten_select_copy_int_347, aten_select_copy_int_349, aten_select_copy_int_351, aten_select_copy_int_353, aten_select_copy_int_355, aten_select_copy_int_357, aten_select_copy_int_359]); aten_select_copy_int_337 = aten_select_copy_int_339 = aten_select_copy_int_341 = aten_select_copy_int_343 = aten_select_copy_int_345 = aten_select_copy_int_347 = aten_select_copy_int_349 = aten_select_copy_int_351 = aten_select_copy_int_353 = aten_select_copy_int_355 = aten_select_copy_int_357 = aten_select_copy_int_359 = None 2025-06-05T23:23:59.3364329Z aten_view_copy_default_135: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_30, [1, 12, 128, 64]); aten_cat_default_30 = None 2025-06-05T23:23:59.3364409Z 2025-06-05T23:23:59.3365091Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3365578Z aten_permute_copy_default_306: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3366172Z aten_select_copy_int_360: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_306, 0, 0); aten_permute_copy_default_306 = None 2025-06-05T23:23:59.3366708Z aten_select_copy_int_361: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_360, 0, 0); aten_select_copy_int_360 = None 2025-06-05T23:23:59.3367197Z aten_permute_copy_default_307: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3367772Z aten_select_copy_int_362: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_307, 0, 0); aten_permute_copy_default_307 = None 2025-06-05T23:23:59.3368291Z aten_select_copy_int_363: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_362, 0, 1); aten_select_copy_int_362 = None 2025-06-05T23:23:59.3368805Z aten_permute_copy_default_308: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3369376Z aten_select_copy_int_364: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_308, 0, 0); aten_permute_copy_default_308 = None 2025-06-05T23:23:59.3369893Z aten_select_copy_int_365: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_364, 0, 2); aten_select_copy_int_364 = None 2025-06-05T23:23:59.3370375Z aten_permute_copy_default_309: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3371119Z aten_select_copy_int_366: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_309, 0, 0); aten_permute_copy_default_309 = None 2025-06-05T23:23:59.3371700Z aten_select_copy_int_367: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_366, 0, 3); aten_select_copy_int_366 = None 2025-06-05T23:23:59.3372184Z aten_permute_copy_default_310: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3372759Z aten_select_copy_int_368: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_310, 0, 0); aten_permute_copy_default_310 = None 2025-06-05T23:23:59.3373269Z aten_select_copy_int_369: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_368, 0, 4); aten_select_copy_int_368 = None 2025-06-05T23:23:59.3373752Z aten_permute_copy_default_311: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3374332Z aten_select_copy_int_370: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_311, 0, 0); aten_permute_copy_default_311 = None 2025-06-05T23:23:59.3374882Z aten_select_copy_int_371: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_370, 0, 5); aten_select_copy_int_370 = None 2025-06-05T23:23:59.3375379Z aten_permute_copy_default_312: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3375940Z aten_select_copy_int_372: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_312, 0, 0); aten_permute_copy_default_312 = None 2025-06-05T23:23:59.3376457Z aten_select_copy_int_373: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_372, 0, 6); aten_select_copy_int_372 = None 2025-06-05T23:23:59.3377002Z aten_permute_copy_default_313: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3377566Z aten_select_copy_int_374: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_313, 0, 0); aten_permute_copy_default_313 = None 2025-06-05T23:23:59.3378080Z aten_select_copy_int_375: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_374, 0, 7); aten_select_copy_int_374 = None 2025-06-05T23:23:59.3378574Z aten_permute_copy_default_314: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3379136Z aten_select_copy_int_376: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_314, 0, 0); aten_permute_copy_default_314 = None 2025-06-05T23:23:59.3379720Z aten_select_copy_int_377: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_376, 0, 8); aten_select_copy_int_376 = None 2025-06-05T23:23:59.3380216Z aten_permute_copy_default_315: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3380779Z aten_select_copy_int_378: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_315, 0, 0); aten_permute_copy_default_315 = None 2025-06-05T23:23:59.3381306Z aten_select_copy_int_379: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_378, 0, 9); aten_select_copy_int_378 = None 2025-06-05T23:23:59.3381813Z aten_permute_copy_default_316: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3382384Z aten_select_copy_int_380: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_316, 0, 0); aten_permute_copy_default_316 = None 2025-06-05T23:23:59.3382918Z aten_select_copy_int_381: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_380, 0, 10); aten_select_copy_int_380 = None 2025-06-05T23:23:59.3383403Z aten_permute_copy_default_317: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_15, [0, 2, 1, 3]) 2025-06-05T23:23:59.3383969Z aten_select_copy_int_382: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_317, 0, 0); aten_permute_copy_default_317 = None 2025-06-05T23:23:59.3384504Z aten_select_copy_int_383: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_382, 0, 11); aten_select_copy_int_382 = None 2025-06-05T23:23:59.3386968Z aten_cat_default_31: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_361, aten_select_copy_int_363, aten_select_copy_int_365, aten_select_copy_int_367, aten_select_copy_int_369, aten_select_copy_int_371, aten_select_copy_int_373, aten_select_copy_int_375, aten_select_copy_int_377, aten_select_copy_int_379, aten_select_copy_int_381, aten_select_copy_int_383]); aten_select_copy_int_361 = aten_select_copy_int_363 = aten_select_copy_int_365 = aten_select_copy_int_367 = aten_select_copy_int_369 = aten_select_copy_int_371 = aten_select_copy_int_373 = aten_select_copy_int_375 = aten_select_copy_int_377 = aten_select_copy_int_379 = aten_select_copy_int_381 = aten_select_copy_int_383 = None 2025-06-05T23:23:59.3387556Z aten_view_copy_default_136: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_31, [1, 12, 128, 64]); aten_cat_default_31 = None 2025-06-05T23:23:59.3387634Z 2025-06-05T23:23:59.3388257Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3388892Z aten_permute_copy_default_318: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_135, [0, 1, 3, 2]); aten_view_copy_default_135 = None 2025-06-05T23:23:59.3389509Z aten_expand_copy_default_28: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_293, [1, 12, 1, 64]); aten_permute_copy_default_293 = None 2025-06-05T23:23:59.3390145Z aten_view_copy_default_137: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_28, [12, 1, 64]); aten_expand_copy_default_28 = None 2025-06-05T23:23:59.3390836Z aten_expand_copy_default_29: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_318, [1, 12, 64, 128]); aten_permute_copy_default_318 = None 2025-06-05T23:23:59.3391428Z aten_view_copy_default_138: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_29, [12, 64, 128]); aten_expand_copy_default_29 = None 2025-06-05T23:23:59.3392131Z aten_bmm_default_14: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_137, aten_view_copy_default_138); aten_view_copy_default_137 = aten_view_copy_default_138 = None 2025-06-05T23:23:59.3392667Z aten_view_copy_default_139: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_14, [1, 12, 1, 128]); aten_bmm_default_14 = None 2025-06-05T23:23:59.3393392Z aten_mul_tensor_115: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_139, _lifted_tensor_constant45); aten_view_copy_default_139 = _lifted_tensor_constant45 = None 2025-06-05T23:23:59.3393490Z 2025-06-05T23:23:59.3393992Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3394569Z aten_add_tensor_37: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_115, aten_index_tensor_9); aten_mul_tensor_115 = aten_index_tensor_9 = None 2025-06-05T23:23:59.3394663Z 2025-06-05T23:23:59.3395248Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.3395763Z aten__softmax_default_7: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_37, -1, False); aten_add_tensor_37 = None 2025-06-05T23:23:59.3395858Z 2025-06-05T23:23:59.3396335Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.3396923Z aten_expand_copy_default_30: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_7, [1, 12, 1, 128]); aten__softmax_default_7 = None 2025-06-05T23:23:59.3397545Z aten_view_copy_default_140: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_30, [12, 1, 128]); aten_expand_copy_default_30 = None 2025-06-05T23:23:59.3398147Z aten_expand_copy_default_31: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_136, [1, 12, 128, 64]); aten_view_copy_default_136 = None 2025-06-05T23:23:59.3398737Z aten_view_copy_default_141: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_31, [12, 128, 64]); aten_expand_copy_default_31 = None 2025-06-05T23:23:59.3399454Z aten_bmm_default_15: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_140, aten_view_copy_default_141); aten_view_copy_default_140 = aten_view_copy_default_141 = None 2025-06-05T23:23:59.3399987Z aten_view_copy_default_142: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_15, [1, 12, 1, 64]); aten_bmm_default_15 = None 2025-06-05T23:23:59.3400066Z 2025-06-05T23:23:59.3400722Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.3401327Z aten_permute_copy_default_319: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_142, [0, 2, 1, 3]); aten_view_copy_default_142 = None 2025-06-05T23:23:59.3401951Z aten_view_copy_default_143: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_319, [1, 1, 768]); aten_permute_copy_default_319 = None 2025-06-05T23:23:59.3402045Z 2025-06-05T23:23:59.3402586Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3403187Z aten_unsqueeze_copy_default_84: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_143, -1); aten_view_copy_default_143 = None 2025-06-05T23:23:59.3403276Z 2025-06-05T23:23:59.3403684Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3404349Z aten_permute_copy_default_320: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_84, [0, 2, 1, 3]); aten_unsqueeze_copy_default_84 = None 2025-06-05T23:23:59.3404441Z 2025-06-05T23:23:59.3404805Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3405763Z aten_convolution_default_52: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_320, p_layers_7_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_320 = p_layers_7_attention_wo_conv_weight = None 2025-06-05T23:23:59.3405851Z 2025-06-05T23:23:59.3406278Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3406908Z aten_permute_copy_default_321: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_52, [0, 2, 1, 3]); aten_convolution_default_52 = None 2025-06-05T23:23:59.3406999Z 2025-06-05T23:23:59.3407550Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3408154Z aten_squeeze_copy_dims_84: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_321, [-1]); aten_permute_copy_default_321 = None 2025-06-05T23:23:59.3408243Z 2025-06-05T23:23:59.3408617Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.3409221Z aten_add_tensor_38: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_34, aten_squeeze_copy_dims_84); aten_add_tensor_34 = aten_squeeze_copy_dims_84 = None 2025-06-05T23:23:59.3409313Z 2025-06-05T23:23:59.3409857Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3410243Z aten_pow_tensor_scalar_15: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_38, 2) 2025-06-05T23:23:59.3410732Z aten_mean_dim_15: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_15, [2], True); aten_pow_tensor_scalar_15 = None 2025-06-05T23:23:59.3411195Z aten_add_scalar_15: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_15, 9.999999747378752e-06); aten_mean_dim_15 = None 2025-06-05T23:23:59.3411632Z aten_rsqrt_default_15: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_15); aten_add_scalar_15 = None 2025-06-05T23:23:59.3412158Z aten_mul_tensor_116: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_38, aten_rsqrt_default_15); aten_rsqrt_default_15 = None 2025-06-05T23:23:59.3412808Z aten_mul_tensor_117: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_116, p_layers_7_ffn_norm_weight); aten_mul_tensor_116 = p_layers_7_ffn_norm_weight = None 2025-06-05T23:23:59.3412890Z 2025-06-05T23:23:59.3413437Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3413879Z aten_unsqueeze_copy_default_85: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_117, -1) 2025-06-05T23:23:59.3413957Z 2025-06-05T23:23:59.3414380Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3415053Z aten_permute_copy_default_322: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_85, [0, 2, 1, 3]); aten_unsqueeze_copy_default_85 = None 2025-06-05T23:23:59.3415130Z 2025-06-05T23:23:59.3415506Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3416491Z aten_convolution_default_53: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_322, p_layers_7_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_322 = p_layers_7_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.3416567Z 2025-06-05T23:23:59.3417006Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3417641Z aten_permute_copy_default_323: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_53, [0, 2, 1, 3]); aten_convolution_default_53 = None 2025-06-05T23:23:59.3417721Z 2025-06-05T23:23:59.3418281Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3418891Z aten_squeeze_copy_dims_85: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_323, [-1]); aten_permute_copy_default_323 = None 2025-06-05T23:23:59.3418968Z 2025-06-05T23:23:59.3419509Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3419902Z aten_sigmoid_default_7: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_85) 2025-06-05T23:23:59.3420585Z aten_mul_tensor_118: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_85, aten_sigmoid_default_7); aten_squeeze_copy_dims_85 = aten_sigmoid_default_7 = None 2025-06-05T23:23:59.3420678Z 2025-06-05T23:23:59.3421211Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3421770Z aten_unsqueeze_copy_default_86: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_117, -1); aten_mul_tensor_117 = None 2025-06-05T23:23:59.3421860Z 2025-06-05T23:23:59.3422268Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3422910Z aten_permute_copy_default_324: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_86, [0, 2, 1, 3]); aten_unsqueeze_copy_default_86 = None 2025-06-05T23:23:59.3423027Z 2025-06-05T23:23:59.3423397Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3424373Z aten_convolution_default_54: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_324, p_layers_7_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_324 = p_layers_7_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.3424464Z 2025-06-05T23:23:59.3424888Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3425525Z aten_permute_copy_default_325: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_54, [0, 2, 1, 3]); aten_convolution_default_54 = None 2025-06-05T23:23:59.3425616Z 2025-06-05T23:23:59.3426193Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3426779Z aten_squeeze_copy_dims_86: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_325, [-1]); aten_permute_copy_default_325 = None 2025-06-05T23:23:59.3426871Z 2025-06-05T23:23:59.3427398Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3428025Z aten_mul_tensor_119: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_118, aten_squeeze_copy_dims_86); aten_mul_tensor_118 = aten_squeeze_copy_dims_86 = None 2025-06-05T23:23:59.3428113Z 2025-06-05T23:23:59.3428642Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3429200Z aten_unsqueeze_copy_default_87: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_119, -1); aten_mul_tensor_119 = None 2025-06-05T23:23:59.3429313Z 2025-06-05T23:23:59.3429719Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3430440Z aten_permute_copy_default_326: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_87, [0, 2, 1, 3]); aten_unsqueeze_copy_default_87 = None 2025-06-05T23:23:59.3430533Z 2025-06-05T23:23:59.3430900Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3431901Z aten_convolution_default_55: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_326, p_layers_7_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_326 = p_layers_7_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.3432000Z 2025-06-05T23:23:59.3432426Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3433058Z aten_permute_copy_default_327: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_55, [0, 2, 1, 3]); aten_convolution_default_55 = None 2025-06-05T23:23:59.3433149Z 2025-06-05T23:23:59.3433697Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3434323Z aten_squeeze_copy_dims_87: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_327, [-1]); aten_permute_copy_default_327 = None 2025-06-05T23:23:59.3434413Z 2025-06-05T23:23:59.3434931Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3435537Z aten_add_tensor_39: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_38, aten_squeeze_copy_dims_87); aten_add_tensor_38 = aten_squeeze_copy_dims_87 = None 2025-06-05T23:23:59.3435626Z 2025-06-05T23:23:59.3436207Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.3436592Z aten_pow_tensor_scalar_16: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_39, 2) 2025-06-05T23:23:59.3437108Z aten_mean_dim_16: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_16, [2], True); aten_pow_tensor_scalar_16 = None 2025-06-05T23:23:59.3437571Z aten_add_scalar_16: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_16, 9.999999747378752e-06); aten_mean_dim_16 = None 2025-06-05T23:23:59.3438009Z aten_rsqrt_default_16: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_16); aten_add_scalar_16 = None 2025-06-05T23:23:59.3438532Z aten_mul_tensor_120: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_39, aten_rsqrt_default_16); aten_rsqrt_default_16 = None 2025-06-05T23:23:59.3439212Z aten_mul_tensor_121: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_120, p_layers_8_attention_norm_weight); aten_mul_tensor_120 = p_layers_8_attention_norm_weight = None 2025-06-05T23:23:59.3439305Z 2025-06-05T23:23:59.3439840Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3440282Z aten_unsqueeze_copy_default_88: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_121, -1) 2025-06-05T23:23:59.3440386Z 2025-06-05T23:23:59.3440806Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3441447Z aten_permute_copy_default_328: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_88, [0, 2, 1, 3]); aten_unsqueeze_copy_default_88 = None 2025-06-05T23:23:59.3441522Z 2025-06-05T23:23:59.3441900Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3442887Z aten_convolution_default_56: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_328, p_layers_8_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_328 = p_layers_8_attention_wq_conv_weight = None 2025-06-05T23:23:59.3442967Z 2025-06-05T23:23:59.3443404Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3444029Z aten_permute_copy_default_329: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_56, [0, 2, 1, 3]); aten_convolution_default_56 = None 2025-06-05T23:23:59.3444104Z 2025-06-05T23:23:59.3444666Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3445273Z aten_squeeze_copy_dims_88: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_329, [-1]); aten_permute_copy_default_329 = None 2025-06-05T23:23:59.3445349Z 2025-06-05T23:23:59.3445890Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3446333Z aten_unsqueeze_copy_default_89: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_121, -1) 2025-06-05T23:23:59.3446409Z 2025-06-05T23:23:59.3446825Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3447465Z aten_permute_copy_default_330: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_89, [0, 2, 1, 3]); aten_unsqueeze_copy_default_89 = None 2025-06-05T23:23:59.3447567Z 2025-06-05T23:23:59.3447947Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3448910Z aten_convolution_default_57: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_330, p_layers_8_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_330 = p_layers_8_attention_wk_conv_weight = None 2025-06-05T23:23:59.3448985Z 2025-06-05T23:23:59.3449425Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3450048Z aten_permute_copy_default_331: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_57, [0, 2, 1, 3]); aten_convolution_default_57 = None 2025-06-05T23:23:59.3450126Z 2025-06-05T23:23:59.3450689Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3451270Z aten_squeeze_copy_dims_89: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_331, [-1]); aten_permute_copy_default_331 = None 2025-06-05T23:23:59.3451372Z 2025-06-05T23:23:59.3451914Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3452464Z aten_unsqueeze_copy_default_90: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_121, -1); aten_mul_tensor_121 = None 2025-06-05T23:23:59.3452540Z 2025-06-05T23:23:59.3452959Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3453627Z aten_permute_copy_default_332: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_90, [0, 2, 1, 3]); aten_unsqueeze_copy_default_90 = None 2025-06-05T23:23:59.3453707Z 2025-06-05T23:23:59.3454087Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3455047Z aten_convolution_default_58: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_332, p_layers_8_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_332 = p_layers_8_attention_wv_conv_weight = None 2025-06-05T23:23:59.3455123Z 2025-06-05T23:23:59.3455559Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3456212Z aten_permute_copy_default_333: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_58, [0, 2, 1, 3]); aten_convolution_default_58 = None 2025-06-05T23:23:59.3456287Z 2025-06-05T23:23:59.3456844Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3457423Z aten_squeeze_copy_dims_90: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_333, [-1]); aten_permute_copy_default_333 = None 2025-06-05T23:23:59.3457497Z 2025-06-05T23:23:59.3458038Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3458638Z aten_view_copy_default_144: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_88, [1, 1, 12, 64]); aten_squeeze_copy_dims_88 = None 2025-06-05T23:23:59.3458718Z 2025-06-05T23:23:59.3459267Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3459841Z aten_view_copy_default_145: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_89, [1, 1, 12, 64]); aten_squeeze_copy_dims_89 = None 2025-06-05T23:23:59.3459916Z 2025-06-05T23:23:59.3460463Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3461031Z aten_view_copy_default_146: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_90, [1, 1, 12, 64]); aten_squeeze_copy_dims_90 = None 2025-06-05T23:23:59.3461110Z 2025-06-05T23:23:59.3461663Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3462276Z aten_view_copy_default_147: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_144, [1, 1, 12, -1, 2]); aten_view_copy_default_144 = None 2025-06-05T23:23:59.3462710Z aten_slice_copy_tensor_32: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_147, 4, 0, 1) 2025-06-05T23:23:59.3463280Z aten_slice_copy_tensor_33: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_147, 4, 1, 2); aten_view_copy_default_147 = None 2025-06-05T23:23:59.3463822Z aten_squeeze_copy_dims_91: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_32, [4]); aten_slice_copy_tensor_32 = None 2025-06-05T23:23:59.3464401Z aten_squeeze_copy_dims_92: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_33, [4]); aten_slice_copy_tensor_33 = None 2025-06-05T23:23:59.3464482Z 2025-06-05T23:23:59.3465020Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3465622Z aten_view_copy_default_148: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_145, [1, 1, 12, -1, 2]); aten_view_copy_default_145 = None 2025-06-05T23:23:59.3466053Z aten_slice_copy_tensor_34: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_148, 4, 0, 1) 2025-06-05T23:23:59.3466639Z aten_slice_copy_tensor_35: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_148, 4, 1, 2); aten_view_copy_default_148 = None 2025-06-05T23:23:59.3467188Z aten_squeeze_copy_dims_93: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_34, [4]); aten_slice_copy_tensor_34 = None 2025-06-05T23:23:59.3467726Z aten_squeeze_copy_dims_94: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_35, [4]); aten_slice_copy_tensor_35 = None 2025-06-05T23:23:59.3467804Z 2025-06-05T23:23:59.3468271Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3468690Z aten_view_copy_default_149: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.3468770Z 2025-06-05T23:23:59.3469254Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3469680Z aten_view_copy_default_150: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.3469758Z 2025-06-05T23:23:59.3470328Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3470948Z aten_mul_tensor_122: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_91, aten_view_copy_default_149) 2025-06-05T23:23:59.3471398Z aten_mul_tensor_123: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_92, aten_view_copy_default_150) 2025-06-05T23:23:59.3471985Z aten_sub_tensor_16: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_122, aten_mul_tensor_123); aten_mul_tensor_122 = aten_mul_tensor_123 = None 2025-06-05T23:23:59.3472062Z 2025-06-05T23:23:59.3472546Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3473199Z aten_mul_tensor_124: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_91, aten_view_copy_default_150); aten_squeeze_copy_dims_91 = None 2025-06-05T23:23:59.3473768Z aten_mul_tensor_125: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_92, aten_view_copy_default_149); aten_squeeze_copy_dims_92 = None 2025-06-05T23:23:59.3474329Z aten_add_tensor_40: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_124, aten_mul_tensor_125); aten_mul_tensor_124 = aten_mul_tensor_125 = None 2025-06-05T23:23:59.3474425Z 2025-06-05T23:23:59.3474958Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3475411Z aten_mul_tensor_126: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_93, aten_view_copy_default_149) 2025-06-05T23:23:59.3475868Z aten_mul_tensor_127: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_94, aten_view_copy_default_150) 2025-06-05T23:23:59.3476429Z aten_sub_tensor_17: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_126, aten_mul_tensor_127); aten_mul_tensor_126 = aten_mul_tensor_127 = None 2025-06-05T23:23:59.3476505Z 2025-06-05T23:23:59.3477004Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3477716Z aten_mul_tensor_128: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_93, aten_view_copy_default_150); aten_squeeze_copy_dims_93 = aten_view_copy_default_150 = None 2025-06-05T23:23:59.3478388Z aten_mul_tensor_129: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_94, aten_view_copy_default_149); aten_squeeze_copy_dims_94 = aten_view_copy_default_149 = None 2025-06-05T23:23:59.3478964Z aten_add_tensor_41: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_128, aten_mul_tensor_129); aten_mul_tensor_128 = aten_mul_tensor_129 = None 2025-06-05T23:23:59.3479041Z 2025-06-05T23:23:59.3479578Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3480165Z aten_unsqueeze_copy_default_91: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_16, 4); aten_sub_tensor_16 = None 2025-06-05T23:23:59.3480698Z aten_unsqueeze_copy_default_92: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_40, 4); aten_add_tensor_40 = None 2025-06-05T23:23:59.3481478Z aten_cat_default_32: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_91, aten_unsqueeze_copy_default_92], -1); aten_unsqueeze_copy_default_91 = aten_unsqueeze_copy_default_92 = None 2025-06-05T23:23:59.3482016Z aten_view_copy_default_151: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_32, [1, 1, 12, 64]); aten_cat_default_32 = None 2025-06-05T23:23:59.3482093Z 2025-06-05T23:23:59.3482631Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3483178Z aten_unsqueeze_copy_default_93: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_17, 4); aten_sub_tensor_17 = None 2025-06-05T23:23:59.3483729Z aten_unsqueeze_copy_default_94: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_41, 4); aten_add_tensor_41 = None 2025-06-05T23:23:59.3484518Z aten_cat_default_33: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_93, aten_unsqueeze_copy_default_94], -1); aten_unsqueeze_copy_default_93 = aten_unsqueeze_copy_default_94 = None 2025-06-05T23:23:59.3485044Z aten_view_copy_default_152: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_33, [1, 1, 12, 64]); aten_cat_default_33 = None 2025-06-05T23:23:59.3485123Z 2025-06-05T23:23:59.3485697Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3486307Z aten_permute_copy_default_334: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_151, [0, 2, 1, 3]); aten_view_copy_default_151 = None 2025-06-05T23:23:59.3486383Z 2025-06-05T23:23:59.3486835Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3487425Z aten_index_tensor_10: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_8_attention_mask, [attn_options_input_pos]); b_layers_8_attention_mask = None 2025-06-05T23:23:59.3487499Z 2025-06-05T23:23:59.3488233Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3489056Z aten_index_put_default_16: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_8_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_152); aten_view_copy_default_152 = None 2025-06-05T23:23:59.3489134Z 2025-06-05T23:23:59.3489831Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3490648Z aten_index_put_default_17: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_8_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_146); aten_view_copy_default_146 = None 2025-06-05T23:23:59.3490725Z 2025-06-05T23:23:59.3491420Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3491916Z aten_permute_copy_default_335: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3492485Z aten_select_copy_int_384: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_335, 0, 0); aten_permute_copy_default_335 = None 2025-06-05T23:23:59.3493015Z aten_select_copy_int_385: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_384, 0, 0); aten_select_copy_int_384 = None 2025-06-05T23:23:59.3493501Z aten_permute_copy_default_336: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3494070Z aten_select_copy_int_386: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_336, 0, 0); aten_permute_copy_default_336 = None 2025-06-05T23:23:59.3494625Z aten_select_copy_int_387: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_386, 0, 1); aten_select_copy_int_386 = None 2025-06-05T23:23:59.3495112Z aten_permute_copy_default_337: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3495689Z aten_select_copy_int_388: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_337, 0, 0); aten_permute_copy_default_337 = None 2025-06-05T23:23:59.3496209Z aten_select_copy_int_389: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_388, 0, 2); aten_select_copy_int_388 = None 2025-06-05T23:23:59.3496718Z aten_permute_copy_default_338: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3497297Z aten_select_copy_int_390: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_338, 0, 0); aten_permute_copy_default_338 = None 2025-06-05T23:23:59.3497813Z aten_select_copy_int_391: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_390, 0, 3); aten_select_copy_int_390 = None 2025-06-05T23:23:59.3498294Z aten_permute_copy_default_339: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3498871Z aten_select_copy_int_392: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_339, 0, 0); aten_permute_copy_default_339 = None 2025-06-05T23:23:59.3499415Z aten_select_copy_int_393: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_392, 0, 4); aten_select_copy_int_392 = None 2025-06-05T23:23:59.3499902Z aten_permute_copy_default_340: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3500475Z aten_select_copy_int_394: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_340, 0, 0); aten_permute_copy_default_340 = None 2025-06-05T23:23:59.3500986Z aten_select_copy_int_395: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_394, 0, 5); aten_select_copy_int_394 = None 2025-06-05T23:23:59.3501492Z aten_permute_copy_default_341: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3502076Z aten_select_copy_int_396: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_341, 0, 0); aten_permute_copy_default_341 = None 2025-06-05T23:23:59.3502593Z aten_select_copy_int_397: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_396, 0, 6); aten_select_copy_int_396 = None 2025-06-05T23:23:59.3503084Z aten_permute_copy_default_342: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3503647Z aten_select_copy_int_398: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_342, 0, 0); aten_permute_copy_default_342 = None 2025-06-05T23:23:59.3504162Z aten_select_copy_int_399: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_398, 0, 7); aten_select_copy_int_398 = None 2025-06-05T23:23:59.3504657Z aten_permute_copy_default_343: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3505241Z aten_select_copy_int_400: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_343, 0, 0); aten_permute_copy_default_343 = None 2025-06-05T23:23:59.3505757Z aten_select_copy_int_401: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_400, 0, 8); aten_select_copy_int_400 = None 2025-06-05T23:23:59.3506252Z aten_permute_copy_default_344: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3506819Z aten_select_copy_int_402: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_344, 0, 0); aten_permute_copy_default_344 = None 2025-06-05T23:23:59.3507355Z aten_select_copy_int_403: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_402, 0, 9); aten_select_copy_int_402 = None 2025-06-05T23:23:59.3507853Z aten_permute_copy_default_345: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3508415Z aten_select_copy_int_404: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_345, 0, 0); aten_permute_copy_default_345 = None 2025-06-05T23:23:59.3508933Z aten_select_copy_int_405: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_404, 0, 10); aten_select_copy_int_404 = None 2025-06-05T23:23:59.3509458Z aten_permute_copy_default_346: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_16, [0, 2, 1, 3]) 2025-06-05T23:23:59.3510022Z aten_select_copy_int_406: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_346, 0, 0); aten_permute_copy_default_346 = None 2025-06-05T23:23:59.3510653Z aten_select_copy_int_407: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_406, 0, 11); aten_select_copy_int_406 = None 2025-06-05T23:23:59.3513172Z aten_cat_default_34: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_385, aten_select_copy_int_387, aten_select_copy_int_389, aten_select_copy_int_391, aten_select_copy_int_393, aten_select_copy_int_395, aten_select_copy_int_397, aten_select_copy_int_399, aten_select_copy_int_401, aten_select_copy_int_403, aten_select_copy_int_405, aten_select_copy_int_407]); aten_select_copy_int_385 = aten_select_copy_int_387 = aten_select_copy_int_389 = aten_select_copy_int_391 = aten_select_copy_int_393 = aten_select_copy_int_395 = aten_select_copy_int_397 = aten_select_copy_int_399 = aten_select_copy_int_401 = aten_select_copy_int_403 = aten_select_copy_int_405 = aten_select_copy_int_407 = None 2025-06-05T23:23:59.3513737Z aten_view_copy_default_153: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_34, [1, 12, 128, 64]); aten_cat_default_34 = None 2025-06-05T23:23:59.3513817Z 2025-06-05T23:23:59.3514486Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3514987Z aten_permute_copy_default_347: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3515556Z aten_select_copy_int_408: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_347, 0, 0); aten_permute_copy_default_347 = None 2025-06-05T23:23:59.3516073Z aten_select_copy_int_409: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_408, 0, 0); aten_select_copy_int_408 = None 2025-06-05T23:23:59.3516612Z aten_permute_copy_default_348: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3517174Z aten_select_copy_int_410: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_348, 0, 0); aten_permute_copy_default_348 = None 2025-06-05T23:23:59.3517688Z aten_select_copy_int_411: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_410, 0, 1); aten_select_copy_int_410 = None 2025-06-05T23:23:59.3518212Z aten_permute_copy_default_349: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3518772Z aten_select_copy_int_412: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_349, 0, 0); aten_permute_copy_default_349 = None 2025-06-05T23:23:59.3519286Z aten_select_copy_int_413: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_412, 0, 2); aten_select_copy_int_412 = None 2025-06-05T23:23:59.3519780Z aten_permute_copy_default_350: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3520339Z aten_select_copy_int_414: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_350, 0, 0); aten_permute_copy_default_350 = None 2025-06-05T23:23:59.3520898Z aten_select_copy_int_415: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_414, 0, 3); aten_select_copy_int_414 = None 2025-06-05T23:23:59.3521382Z aten_permute_copy_default_351: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3521945Z aten_select_copy_int_416: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_351, 0, 0); aten_permute_copy_default_351 = None 2025-06-05T23:23:59.3522473Z aten_select_copy_int_417: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_416, 0, 4); aten_select_copy_int_416 = None 2025-06-05T23:23:59.3522956Z aten_permute_copy_default_352: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3523542Z aten_select_copy_int_418: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_352, 0, 0); aten_permute_copy_default_352 = None 2025-06-05T23:23:59.3524073Z aten_select_copy_int_419: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_418, 0, 5); aten_select_copy_int_418 = None 2025-06-05T23:23:59.3524556Z aten_permute_copy_default_353: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3525115Z aten_select_copy_int_420: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_353, 0, 0); aten_permute_copy_default_353 = None 2025-06-05T23:23:59.3525641Z aten_select_copy_int_421: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_420, 0, 6); aten_select_copy_int_420 = None 2025-06-05T23:23:59.3526126Z aten_permute_copy_default_354: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3526713Z aten_select_copy_int_422: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_354, 0, 0); aten_permute_copy_default_354 = None 2025-06-05T23:23:59.3527242Z aten_select_copy_int_423: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_422, 0, 7); aten_select_copy_int_422 = None 2025-06-05T23:23:59.3527721Z aten_permute_copy_default_355: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3528292Z aten_select_copy_int_424: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_355, 0, 0); aten_permute_copy_default_355 = None 2025-06-05T23:23:59.3528833Z aten_select_copy_int_425: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_424, 0, 8); aten_select_copy_int_424 = None 2025-06-05T23:23:59.3529318Z aten_permute_copy_default_356: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3529891Z aten_select_copy_int_426: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_356, 0, 0); aten_permute_copy_default_356 = None 2025-06-05T23:23:59.3530403Z aten_select_copy_int_427: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_426, 0, 9); aten_select_copy_int_426 = None 2025-06-05T23:23:59.3530887Z aten_permute_copy_default_357: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3531489Z aten_select_copy_int_428: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_357, 0, 0); aten_permute_copy_default_357 = None 2025-06-05T23:23:59.3532006Z aten_select_copy_int_429: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_428, 0, 10); aten_select_copy_int_428 = None 2025-06-05T23:23:59.3532487Z aten_permute_copy_default_358: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_17, [0, 2, 1, 3]) 2025-06-05T23:23:59.3533061Z aten_select_copy_int_430: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_358, 0, 0); aten_permute_copy_default_358 = None 2025-06-05T23:23:59.3533600Z aten_select_copy_int_431: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_430, 0, 11); aten_select_copy_int_430 = None 2025-06-05T23:23:59.3536075Z aten_cat_default_35: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_409, aten_select_copy_int_411, aten_select_copy_int_413, aten_select_copy_int_415, aten_select_copy_int_417, aten_select_copy_int_419, aten_select_copy_int_421, aten_select_copy_int_423, aten_select_copy_int_425, aten_select_copy_int_427, aten_select_copy_int_429, aten_select_copy_int_431]); aten_select_copy_int_409 = aten_select_copy_int_411 = aten_select_copy_int_413 = aten_select_copy_int_415 = aten_select_copy_int_417 = aten_select_copy_int_419 = aten_select_copy_int_421 = aten_select_copy_int_423 = aten_select_copy_int_425 = aten_select_copy_int_427 = aten_select_copy_int_429 = aten_select_copy_int_431 = None 2025-06-05T23:23:59.3536620Z aten_view_copy_default_154: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_35, [1, 12, 128, 64]); aten_cat_default_35 = None 2025-06-05T23:23:59.3536697Z 2025-06-05T23:23:59.3537306Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3537944Z aten_permute_copy_default_359: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_153, [0, 1, 3, 2]); aten_view_copy_default_153 = None 2025-06-05T23:23:59.3538561Z aten_expand_copy_default_32: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_334, [1, 12, 1, 64]); aten_permute_copy_default_334 = None 2025-06-05T23:23:59.3539149Z aten_view_copy_default_155: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_32, [12, 1, 64]); aten_expand_copy_default_32 = None 2025-06-05T23:23:59.3539807Z aten_expand_copy_default_33: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_359, [1, 12, 64, 128]); aten_permute_copy_default_359 = None 2025-06-05T23:23:59.3540407Z aten_view_copy_default_156: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_33, [12, 64, 128]); aten_expand_copy_default_33 = None 2025-06-05T23:23:59.3541094Z aten_bmm_default_16: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_155, aten_view_copy_default_156); aten_view_copy_default_155 = aten_view_copy_default_156 = None 2025-06-05T23:23:59.3541629Z aten_view_copy_default_157: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_16, [1, 12, 1, 128]); aten_bmm_default_16 = None 2025-06-05T23:23:59.3542333Z aten_mul_tensor_130: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_157, _lifted_tensor_constant46); aten_view_copy_default_157 = _lifted_tensor_constant46 = None 2025-06-05T23:23:59.3542437Z 2025-06-05T23:23:59.3542933Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3543525Z aten_add_tensor_42: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_130, aten_index_tensor_10); aten_mul_tensor_130 = aten_index_tensor_10 = None 2025-06-05T23:23:59.3543604Z 2025-06-05T23:23:59.3544189Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.3544715Z aten__softmax_default_8: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_42, -1, False); aten_add_tensor_42 = None 2025-06-05T23:23:59.3544793Z 2025-06-05T23:23:59.3545284Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.3545890Z aten_expand_copy_default_34: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_8, [1, 12, 1, 128]); aten__softmax_default_8 = None 2025-06-05T23:23:59.3546475Z aten_view_copy_default_158: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_34, [12, 1, 128]); aten_expand_copy_default_34 = None 2025-06-05T23:23:59.3547079Z aten_expand_copy_default_35: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_154, [1, 12, 128, 64]); aten_view_copy_default_154 = None 2025-06-05T23:23:59.3547688Z aten_view_copy_default_159: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_35, [12, 128, 64]); aten_expand_copy_default_35 = None 2025-06-05T23:23:59.3548369Z aten_bmm_default_17: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_158, aten_view_copy_default_159); aten_view_copy_default_158 = aten_view_copy_default_159 = None 2025-06-05T23:23:59.3548938Z aten_view_copy_default_160: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_17, [1, 12, 1, 64]); aten_bmm_default_17 = None 2025-06-05T23:23:59.3549015Z 2025-06-05T23:23:59.3549659Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.3550353Z aten_permute_copy_default_360: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_160, [0, 2, 1, 3]); aten_view_copy_default_160 = None 2025-06-05T23:23:59.3551027Z aten_view_copy_default_161: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_360, [1, 1, 768]); aten_permute_copy_default_360 = None 2025-06-05T23:23:59.3551110Z 2025-06-05T23:23:59.3551662Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3552265Z aten_unsqueeze_copy_default_95: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_161, -1); aten_view_copy_default_161 = None 2025-06-05T23:23:59.3552340Z 2025-06-05T23:23:59.3552763Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3553406Z aten_permute_copy_default_361: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_95, [0, 2, 1, 3]); aten_unsqueeze_copy_default_95 = None 2025-06-05T23:23:59.3553510Z 2025-06-05T23:23:59.3553895Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3554863Z aten_convolution_default_59: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_361, p_layers_8_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_361 = p_layers_8_attention_wo_conv_weight = None 2025-06-05T23:23:59.3554939Z 2025-06-05T23:23:59.3555381Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3556040Z aten_permute_copy_default_362: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_59, [0, 2, 1, 3]); aten_convolution_default_59 = None 2025-06-05T23:23:59.3556118Z 2025-06-05T23:23:59.3556686Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3557267Z aten_squeeze_copy_dims_95: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_362, [-1]); aten_permute_copy_default_362 = None 2025-06-05T23:23:59.3557343Z 2025-06-05T23:23:59.3557731Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.3558336Z aten_add_tensor_43: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_39, aten_squeeze_copy_dims_95); aten_add_tensor_39 = aten_squeeze_copy_dims_95 = None 2025-06-05T23:23:59.3558414Z 2025-06-05T23:23:59.3558959Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3559343Z aten_pow_tensor_scalar_17: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_43, 2) 2025-06-05T23:23:59.3559842Z aten_mean_dim_17: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_17, [2], True); aten_pow_tensor_scalar_17 = None 2025-06-05T23:23:59.3560315Z aten_add_scalar_17: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_17, 9.999999747378752e-06); aten_mean_dim_17 = None 2025-06-05T23:23:59.3560752Z aten_rsqrt_default_17: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_17); aten_add_scalar_17 = None 2025-06-05T23:23:59.3561267Z aten_mul_tensor_131: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_43, aten_rsqrt_default_17); aten_rsqrt_default_17 = None 2025-06-05T23:23:59.3561928Z aten_mul_tensor_132: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_131, p_layers_8_ffn_norm_weight); aten_mul_tensor_131 = p_layers_8_ffn_norm_weight = None 2025-06-05T23:23:59.3562008Z 2025-06-05T23:23:59.3562543Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3562999Z aten_unsqueeze_copy_default_96: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_132, -1) 2025-06-05T23:23:59.3563076Z 2025-06-05T23:23:59.3563488Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3564175Z aten_permute_copy_default_363: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_96, [0, 2, 1, 3]); aten_unsqueeze_copy_default_96 = None 2025-06-05T23:23:59.3564257Z 2025-06-05T23:23:59.3564627Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3565620Z aten_convolution_default_60: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_363, p_layers_8_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_363 = p_layers_8_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.3565700Z 2025-06-05T23:23:59.3566126Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3566798Z aten_permute_copy_default_364: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_60, [0, 2, 1, 3]); aten_convolution_default_60 = None 2025-06-05T23:23:59.3566880Z 2025-06-05T23:23:59.3567432Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3568032Z aten_squeeze_copy_dims_96: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_364, [-1]); aten_permute_copy_default_364 = None 2025-06-05T23:23:59.3568111Z 2025-06-05T23:23:59.3568644Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3569054Z aten_sigmoid_default_8: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_96) 2025-06-05T23:23:59.3569717Z aten_mul_tensor_133: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_96, aten_sigmoid_default_8); aten_squeeze_copy_dims_96 = aten_sigmoid_default_8 = None 2025-06-05T23:23:59.3569795Z 2025-06-05T23:23:59.3570341Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3571072Z aten_unsqueeze_copy_default_97: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_132, -1); aten_mul_tensor_132 = None 2025-06-05T23:23:59.3571154Z 2025-06-05T23:23:59.3571580Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3572227Z aten_permute_copy_default_365: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_97, [0, 2, 1, 3]); aten_unsqueeze_copy_default_97 = None 2025-06-05T23:23:59.3572310Z 2025-06-05T23:23:59.3572754Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3573737Z aten_convolution_default_61: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_365, p_layers_8_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_365 = p_layers_8_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.3573815Z 2025-06-05T23:23:59.3574258Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3574888Z aten_permute_copy_default_366: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_61, [0, 2, 1, 3]); aten_convolution_default_61 = None 2025-06-05T23:23:59.3575004Z 2025-06-05T23:23:59.3575571Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3576155Z aten_squeeze_copy_dims_97: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_366, [-1]); aten_permute_copy_default_366 = None 2025-06-05T23:23:59.3576232Z 2025-06-05T23:23:59.3576771Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3577396Z aten_mul_tensor_134: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_133, aten_squeeze_copy_dims_97); aten_mul_tensor_133 = aten_squeeze_copy_dims_97 = None 2025-06-05T23:23:59.3577476Z 2025-06-05T23:23:59.3578054Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3578618Z aten_unsqueeze_copy_default_98: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_134, -1); aten_mul_tensor_134 = None 2025-06-05T23:23:59.3578695Z 2025-06-05T23:23:59.3579115Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3579760Z aten_permute_copy_default_367: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_98, [0, 2, 1, 3]); aten_unsqueeze_copy_default_98 = None 2025-06-05T23:23:59.3579836Z 2025-06-05T23:23:59.3580200Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3581185Z aten_convolution_default_62: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_367, p_layers_8_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_367 = p_layers_8_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.3581293Z 2025-06-05T23:23:59.3581727Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3582353Z aten_permute_copy_default_368: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_62, [0, 2, 1, 3]); aten_convolution_default_62 = None 2025-06-05T23:23:59.3582427Z 2025-06-05T23:23:59.3582990Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3583578Z aten_squeeze_copy_dims_98: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_368, [-1]); aten_permute_copy_default_368 = None 2025-06-05T23:23:59.3583677Z 2025-06-05T23:23:59.3584207Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3584814Z aten_add_tensor_44: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_43, aten_squeeze_copy_dims_98); aten_add_tensor_43 = aten_squeeze_copy_dims_98 = None 2025-06-05T23:23:59.3584890Z 2025-06-05T23:23:59.3585479Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.3585865Z aten_pow_tensor_scalar_18: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_44, 2) 2025-06-05T23:23:59.3586372Z aten_mean_dim_18: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_18, [2], True); aten_pow_tensor_scalar_18 = None 2025-06-05T23:23:59.3586847Z aten_add_scalar_18: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_18, 9.999999747378752e-06); aten_mean_dim_18 = None 2025-06-05T23:23:59.3587284Z aten_rsqrt_default_18: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_18); aten_add_scalar_18 = None 2025-06-05T23:23:59.3587794Z aten_mul_tensor_135: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_44, aten_rsqrt_default_18); aten_rsqrt_default_18 = None 2025-06-05T23:23:59.3588481Z aten_mul_tensor_136: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_135, p_layers_9_attention_norm_weight); aten_mul_tensor_135 = p_layers_9_attention_norm_weight = None 2025-06-05T23:23:59.3588560Z 2025-06-05T23:23:59.3589120Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3589580Z aten_unsqueeze_copy_default_99: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_136, -1) 2025-06-05T23:23:59.3589658Z 2025-06-05T23:23:59.3590065Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3590793Z aten_permute_copy_default_369: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_99, [0, 2, 1, 3]); aten_unsqueeze_copy_default_99 = None 2025-06-05T23:23:59.3590874Z 2025-06-05T23:23:59.3591241Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3592221Z aten_convolution_default_63: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_369, p_layers_9_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_369 = p_layers_9_attention_wq_conv_weight = None 2025-06-05T23:23:59.3592330Z 2025-06-05T23:23:59.3592758Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3593397Z aten_permute_copy_default_370: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_63, [0, 2, 1, 3]); aten_convolution_default_63 = None 2025-06-05T23:23:59.3593473Z 2025-06-05T23:23:59.3594023Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3594645Z aten_squeeze_copy_dims_99: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_370, [-1]); aten_permute_copy_default_370 = None 2025-06-05T23:23:59.3594722Z 2025-06-05T23:23:59.3595254Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3595712Z aten_unsqueeze_copy_default_100: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_136, -1) 2025-06-05T23:23:59.3595789Z 2025-06-05T23:23:59.3596195Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3596856Z aten_permute_copy_default_371: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_100, [0, 2, 1, 3]); aten_unsqueeze_copy_default_100 = None 2025-06-05T23:23:59.3596972Z 2025-06-05T23:23:59.3597340Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3598304Z aten_convolution_default_64: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_371, p_layers_9_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_371 = p_layers_9_attention_wk_conv_weight = None 2025-06-05T23:23:59.3598382Z 2025-06-05T23:23:59.3598808Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3599451Z aten_permute_copy_default_372: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_64, [0, 2, 1, 3]); aten_convolution_default_64 = None 2025-06-05T23:23:59.3599529Z 2025-06-05T23:23:59.3600103Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3600704Z aten_squeeze_copy_dims_100: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_372, [-1]); aten_permute_copy_default_372 = None 2025-06-05T23:23:59.3600783Z 2025-06-05T23:23:59.3601310Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3601877Z aten_unsqueeze_copy_default_101: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_136, -1); aten_mul_tensor_136 = None 2025-06-05T23:23:59.3601954Z 2025-06-05T23:23:59.3602361Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3603022Z aten_permute_copy_default_373: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_101, [0, 2, 1, 3]); aten_unsqueeze_copy_default_101 = None 2025-06-05T23:23:59.3603123Z 2025-06-05T23:23:59.3603489Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3604454Z aten_convolution_default_65: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_373, p_layers_9_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_373 = p_layers_9_attention_wv_conv_weight = None 2025-06-05T23:23:59.3604530Z 2025-06-05T23:23:59.3604955Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3605620Z aten_permute_copy_default_374: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_65, [0, 2, 1, 3]); aten_convolution_default_65 = None 2025-06-05T23:23:59.3605700Z 2025-06-05T23:23:59.3606250Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3606842Z aten_squeeze_copy_dims_101: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_374, [-1]); aten_permute_copy_default_374 = None 2025-06-05T23:23:59.3606917Z 2025-06-05T23:23:59.3607445Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3608034Z aten_view_copy_default_162: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_99, [1, 1, 12, 64]); aten_squeeze_copy_dims_99 = None 2025-06-05T23:23:59.3608158Z 2025-06-05T23:23:59.3608693Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3609287Z aten_view_copy_default_163: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_100, [1, 1, 12, 64]); aten_squeeze_copy_dims_100 = None 2025-06-05T23:23:59.3609363Z 2025-06-05T23:23:59.3609896Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3610484Z aten_view_copy_default_164: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_101, [1, 1, 12, 64]); aten_squeeze_copy_dims_101 = None 2025-06-05T23:23:59.3610587Z 2025-06-05T23:23:59.3611129Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3611732Z aten_view_copy_default_165: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_162, [1, 1, 12, -1, 2]); aten_view_copy_default_162 = None 2025-06-05T23:23:59.3612166Z aten_slice_copy_tensor_36: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_165, 4, 0, 1) 2025-06-05T23:23:59.3612723Z aten_slice_copy_tensor_37: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_165, 4, 1, 2); aten_view_copy_default_165 = None 2025-06-05T23:23:59.3613282Z aten_squeeze_copy_dims_102: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_36, [4]); aten_slice_copy_tensor_36 = None 2025-06-05T23:23:59.3613827Z aten_squeeze_copy_dims_103: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_37, [4]); aten_slice_copy_tensor_37 = None 2025-06-05T23:23:59.3613928Z 2025-06-05T23:23:59.3614479Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3615065Z aten_view_copy_default_166: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_163, [1, 1, 12, -1, 2]); aten_view_copy_default_163 = None 2025-06-05T23:23:59.3615496Z aten_slice_copy_tensor_38: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_166, 4, 0, 1) 2025-06-05T23:23:59.3616095Z aten_slice_copy_tensor_39: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_166, 4, 1, 2); aten_view_copy_default_166 = None 2025-06-05T23:23:59.3616637Z aten_squeeze_copy_dims_104: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_38, [4]); aten_slice_copy_tensor_38 = None 2025-06-05T23:23:59.3617175Z aten_squeeze_copy_dims_105: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_39, [4]); aten_slice_copy_tensor_39 = None 2025-06-05T23:23:59.3617262Z 2025-06-05T23:23:59.3617712Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3618130Z aten_view_copy_default_167: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.3618243Z 2025-06-05T23:23:59.3618689Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3619112Z aten_view_copy_default_168: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.3619200Z 2025-06-05T23:23:59.3619682Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3620135Z aten_mul_tensor_137: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_102, aten_view_copy_default_167) 2025-06-05T23:23:59.3620593Z aten_mul_tensor_138: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_103, aten_view_copy_default_168) 2025-06-05T23:23:59.3621181Z aten_sub_tensor_18: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_137, aten_mul_tensor_138); aten_mul_tensor_137 = aten_mul_tensor_138 = None 2025-06-05T23:23:59.3621261Z 2025-06-05T23:23:59.3621755Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3622334Z aten_mul_tensor_139: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_102, aten_view_copy_default_168); aten_squeeze_copy_dims_102 = None 2025-06-05T23:23:59.3622911Z aten_mul_tensor_140: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_103, aten_view_copy_default_167); aten_squeeze_copy_dims_103 = None 2025-06-05T23:23:59.3623480Z aten_add_tensor_45: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_139, aten_mul_tensor_140); aten_mul_tensor_139 = aten_mul_tensor_140 = None 2025-06-05T23:23:59.3623559Z 2025-06-05T23:23:59.3624045Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3624532Z aten_mul_tensor_141: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_104, aten_view_copy_default_167) 2025-06-05T23:23:59.3624977Z aten_mul_tensor_142: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_105, aten_view_copy_default_168) 2025-06-05T23:23:59.3625540Z aten_sub_tensor_19: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_141, aten_mul_tensor_142); aten_mul_tensor_141 = aten_mul_tensor_142 = None 2025-06-05T23:23:59.3625627Z 2025-06-05T23:23:59.3626110Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3626816Z aten_mul_tensor_143: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_104, aten_view_copy_default_168); aten_squeeze_copy_dims_104 = aten_view_copy_default_168 = None 2025-06-05T23:23:59.3627509Z aten_mul_tensor_144: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_105, aten_view_copy_default_167); aten_squeeze_copy_dims_105 = aten_view_copy_default_167 = None 2025-06-05T23:23:59.3628069Z aten_add_tensor_46: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_143, aten_mul_tensor_144); aten_mul_tensor_143 = aten_mul_tensor_144 = None 2025-06-05T23:23:59.3628157Z 2025-06-05T23:23:59.3628693Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3629268Z aten_unsqueeze_copy_default_102: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_18, 4); aten_sub_tensor_18 = None 2025-06-05T23:23:59.3629824Z aten_unsqueeze_copy_default_103: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_45, 4); aten_add_tensor_45 = None 2025-06-05T23:23:59.3630702Z aten_cat_default_36: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_102, aten_unsqueeze_copy_default_103], -1); aten_unsqueeze_copy_default_102 = aten_unsqueeze_copy_default_103 = None 2025-06-05T23:23:59.3631235Z aten_view_copy_default_169: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_36, [1, 1, 12, 64]); aten_cat_default_36 = None 2025-06-05T23:23:59.3631330Z 2025-06-05T23:23:59.3631899Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3632443Z aten_unsqueeze_copy_default_104: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_19, 4); aten_sub_tensor_19 = None 2025-06-05T23:23:59.3632992Z aten_unsqueeze_copy_default_105: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_46, 4); aten_add_tensor_46 = None 2025-06-05T23:23:59.3633785Z aten_cat_default_37: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_104, aten_unsqueeze_copy_default_105], -1); aten_unsqueeze_copy_default_104 = aten_unsqueeze_copy_default_105 = None 2025-06-05T23:23:59.3634311Z aten_view_copy_default_170: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_37, [1, 1, 12, 64]); aten_cat_default_37 = None 2025-06-05T23:23:59.3634403Z 2025-06-05T23:23:59.3634945Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3635577Z aten_permute_copy_default_375: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_169, [0, 2, 1, 3]); aten_view_copy_default_169 = None 2025-06-05T23:23:59.3635666Z 2025-06-05T23:23:59.3636107Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3636695Z aten_index_tensor_11: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_9_attention_mask, [attn_options_input_pos]); b_layers_9_attention_mask = None 2025-06-05T23:23:59.3636787Z 2025-06-05T23:23:59.3643802Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3644706Z aten_index_put_default_18: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_9_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_170); aten_view_copy_default_170 = None 2025-06-05T23:23:59.3644792Z 2025-06-05T23:23:59.3645512Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3646337Z aten_index_put_default_19: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_9_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_164); aten_view_copy_default_164 = None 2025-06-05T23:23:59.3646469Z 2025-06-05T23:23:59.3647138Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3647633Z aten_permute_copy_default_376: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3648216Z aten_select_copy_int_432: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_376, 0, 0); aten_permute_copy_default_376 = None 2025-06-05T23:23:59.3648735Z aten_select_copy_int_433: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_432, 0, 0); aten_select_copy_int_432 = None 2025-06-05T23:23:59.3649253Z aten_permute_copy_default_377: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3649835Z aten_select_copy_int_434: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_377, 0, 0); aten_permute_copy_default_377 = None 2025-06-05T23:23:59.3650351Z aten_select_copy_int_435: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_434, 0, 1); aten_select_copy_int_434 = None 2025-06-05T23:23:59.3650837Z aten_permute_copy_default_378: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3651412Z aten_select_copy_int_436: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_378, 0, 0); aten_permute_copy_default_378 = None 2025-06-05T23:23:59.3651928Z aten_select_copy_int_437: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_436, 0, 2); aten_select_copy_int_436 = None 2025-06-05T23:23:59.3652413Z aten_permute_copy_default_379: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3653051Z aten_select_copy_int_438: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_379, 0, 0); aten_permute_copy_default_379 = None 2025-06-05T23:23:59.3653565Z aten_select_copy_int_439: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_438, 0, 3); aten_select_copy_int_438 = None 2025-06-05T23:23:59.3654066Z aten_permute_copy_default_380: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3654634Z aten_select_copy_int_440: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_380, 0, 0); aten_permute_copy_default_380 = None 2025-06-05T23:23:59.3655180Z aten_select_copy_int_441: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_440, 0, 4); aten_select_copy_int_440 = None 2025-06-05T23:23:59.3655682Z aten_permute_copy_default_381: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3656241Z aten_select_copy_int_442: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_381, 0, 0); aten_permute_copy_default_381 = None 2025-06-05T23:23:59.3656753Z aten_select_copy_int_443: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_442, 0, 5); aten_select_copy_int_442 = None 2025-06-05T23:23:59.3657282Z aten_permute_copy_default_382: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3657848Z aten_select_copy_int_444: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_382, 0, 0); aten_permute_copy_default_382 = None 2025-06-05T23:23:59.3658364Z aten_select_copy_int_445: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_444, 0, 6); aten_select_copy_int_444 = None 2025-06-05T23:23:59.3658863Z aten_permute_copy_default_383: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3659427Z aten_select_copy_int_446: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_383, 0, 0); aten_permute_copy_default_383 = None 2025-06-05T23:23:59.3659971Z aten_select_copy_int_447: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_446, 0, 7); aten_select_copy_int_446 = None 2025-06-05T23:23:59.3660469Z aten_permute_copy_default_384: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3661034Z aten_select_copy_int_448: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_384, 0, 0); aten_permute_copy_default_384 = None 2025-06-05T23:23:59.3661559Z aten_select_copy_int_449: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_448, 0, 8); aten_select_copy_int_448 = None 2025-06-05T23:23:59.3662041Z aten_permute_copy_default_385: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3662607Z aten_select_copy_int_450: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_385, 0, 0); aten_permute_copy_default_385 = None 2025-06-05T23:23:59.3663134Z aten_select_copy_int_451: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_450, 0, 9); aten_select_copy_int_450 = None 2025-06-05T23:23:59.3663646Z aten_permute_copy_default_386: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3664205Z aten_select_copy_int_452: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_386, 0, 0); aten_permute_copy_default_386 = None 2025-06-05T23:23:59.3664735Z aten_select_copy_int_453: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_452, 0, 10); aten_select_copy_int_452 = None 2025-06-05T23:23:59.3665248Z aten_permute_copy_default_387: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_18, [0, 2, 1, 3]) 2025-06-05T23:23:59.3665817Z aten_select_copy_int_454: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_387, 0, 0); aten_permute_copy_default_387 = None 2025-06-05T23:23:59.3666349Z aten_select_copy_int_455: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_454, 0, 11); aten_select_copy_int_454 = None 2025-06-05T23:23:59.3668824Z aten_cat_default_38: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_433, aten_select_copy_int_435, aten_select_copy_int_437, aten_select_copy_int_439, aten_select_copy_int_441, aten_select_copy_int_443, aten_select_copy_int_445, aten_select_copy_int_447, aten_select_copy_int_449, aten_select_copy_int_451, aten_select_copy_int_453, aten_select_copy_int_455]); aten_select_copy_int_433 = aten_select_copy_int_435 = aten_select_copy_int_437 = aten_select_copy_int_439 = aten_select_copy_int_441 = aten_select_copy_int_443 = aten_select_copy_int_445 = aten_select_copy_int_447 = aten_select_copy_int_449 = aten_select_copy_int_451 = aten_select_copy_int_453 = aten_select_copy_int_455 = None 2025-06-05T23:23:59.3669411Z aten_view_copy_default_171: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_38, [1, 12, 128, 64]); aten_cat_default_38 = None 2025-06-05T23:23:59.3669492Z 2025-06-05T23:23:59.3670244Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3670914Z aten_permute_copy_default_388: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3671558Z aten_select_copy_int_456: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_388, 0, 0); aten_permute_copy_default_388 = None 2025-06-05T23:23:59.3672077Z aten_select_copy_int_457: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_456, 0, 0); aten_select_copy_int_456 = None 2025-06-05T23:23:59.3672579Z aten_permute_copy_default_389: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3673140Z aten_select_copy_int_458: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_389, 0, 0); aten_permute_copy_default_389 = None 2025-06-05T23:23:59.3673665Z aten_select_copy_int_459: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_458, 0, 1); aten_select_copy_int_458 = None 2025-06-05T23:23:59.3674150Z aten_permute_copy_default_390: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3674710Z aten_select_copy_int_460: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_390, 0, 0); aten_permute_copy_default_390 = None 2025-06-05T23:23:59.3675271Z aten_select_copy_int_461: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_460, 0, 2); aten_select_copy_int_460 = None 2025-06-05T23:23:59.3675755Z aten_permute_copy_default_391: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3676315Z aten_select_copy_int_462: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_391, 0, 0); aten_permute_copy_default_391 = None 2025-06-05T23:23:59.3676890Z aten_select_copy_int_463: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_462, 0, 3); aten_select_copy_int_462 = None 2025-06-05T23:23:59.3677377Z aten_permute_copy_default_392: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3677934Z aten_select_copy_int_464: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_392, 0, 0); aten_permute_copy_default_392 = None 2025-06-05T23:23:59.3678460Z aten_select_copy_int_465: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_464, 0, 4); aten_select_copy_int_464 = None 2025-06-05T23:23:59.3678944Z aten_permute_copy_default_393: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3679545Z aten_select_copy_int_466: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_393, 0, 0); aten_permute_copy_default_393 = None 2025-06-05T23:23:59.3680075Z aten_select_copy_int_467: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_466, 0, 5); aten_select_copy_int_466 = None 2025-06-05T23:23:59.3680557Z aten_permute_copy_default_394: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3681135Z aten_select_copy_int_468: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_394, 0, 0); aten_permute_copy_default_394 = None 2025-06-05T23:23:59.3681675Z aten_select_copy_int_469: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_468, 0, 6); aten_select_copy_int_468 = None 2025-06-05T23:23:59.3682164Z aten_permute_copy_default_395: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3682737Z aten_select_copy_int_470: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_395, 0, 0); aten_permute_copy_default_395 = None 2025-06-05T23:23:59.3683252Z aten_select_copy_int_471: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_470, 0, 7); aten_select_copy_int_470 = None 2025-06-05T23:23:59.3683731Z aten_permute_copy_default_396: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3684313Z aten_select_copy_int_472: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_396, 0, 0); aten_permute_copy_default_396 = None 2025-06-05T23:23:59.3684831Z aten_select_copy_int_473: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_472, 0, 8); aten_select_copy_int_472 = None 2025-06-05T23:23:59.3685353Z aten_permute_copy_default_397: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3685928Z aten_select_copy_int_474: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_397, 0, 0); aten_permute_copy_default_397 = None 2025-06-05T23:23:59.3686445Z aten_select_copy_int_475: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_474, 0, 9); aten_select_copy_int_474 = None 2025-06-05T23:23:59.3686950Z aten_permute_copy_default_398: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3687535Z aten_select_copy_int_476: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_398, 0, 0); aten_permute_copy_default_398 = None 2025-06-05T23:23:59.3688054Z aten_select_copy_int_477: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_476, 0, 10); aten_select_copy_int_476 = None 2025-06-05T23:23:59.3688551Z aten_permute_copy_default_399: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_19, [0, 2, 1, 3]) 2025-06-05T23:23:59.3689113Z aten_select_copy_int_478: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_399, 0, 0); aten_permute_copy_default_399 = None 2025-06-05T23:23:59.3689663Z aten_select_copy_int_479: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_478, 0, 11); aten_select_copy_int_478 = None 2025-06-05T23:23:59.3692157Z aten_cat_default_39: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_457, aten_select_copy_int_459, aten_select_copy_int_461, aten_select_copy_int_463, aten_select_copy_int_465, aten_select_copy_int_467, aten_select_copy_int_469, aten_select_copy_int_471, aten_select_copy_int_473, aten_select_copy_int_475, aten_select_copy_int_477, aten_select_copy_int_479]); aten_select_copy_int_457 = aten_select_copy_int_459 = aten_select_copy_int_461 = aten_select_copy_int_463 = aten_select_copy_int_465 = aten_select_copy_int_467 = aten_select_copy_int_469 = aten_select_copy_int_471 = aten_select_copy_int_473 = aten_select_copy_int_475 = aten_select_copy_int_477 = aten_select_copy_int_479 = None 2025-06-05T23:23:59.3692728Z aten_view_copy_default_172: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_39, [1, 12, 128, 64]); aten_cat_default_39 = None 2025-06-05T23:23:59.3692822Z 2025-06-05T23:23:59.3693427Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3694048Z aten_permute_copy_default_400: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_171, [0, 1, 3, 2]); aten_view_copy_default_171 = None 2025-06-05T23:23:59.3694675Z aten_expand_copy_default_36: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_375, [1, 12, 1, 64]); aten_permute_copy_default_375 = None 2025-06-05T23:23:59.3695255Z aten_view_copy_default_173: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_36, [12, 1, 64]); aten_expand_copy_default_36 = None 2025-06-05T23:23:59.3695885Z aten_expand_copy_default_37: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_400, [1, 12, 64, 128]); aten_permute_copy_default_400 = None 2025-06-05T23:23:59.3696512Z aten_view_copy_default_174: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_37, [12, 64, 128]); aten_expand_copy_default_37 = None 2025-06-05T23:23:59.3697202Z aten_bmm_default_18: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_173, aten_view_copy_default_174); aten_view_copy_default_173 = aten_view_copy_default_174 = None 2025-06-05T23:23:59.3697753Z aten_view_copy_default_175: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_18, [1, 12, 1, 128]); aten_bmm_default_18 = None 2025-06-05T23:23:59.3698464Z aten_mul_tensor_145: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_175, _lifted_tensor_constant47); aten_view_copy_default_175 = _lifted_tensor_constant47 = None 2025-06-05T23:23:59.3698542Z 2025-06-05T23:23:59.3699051Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3699631Z aten_add_tensor_47: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_145, aten_index_tensor_11); aten_mul_tensor_145 = aten_index_tensor_11 = None 2025-06-05T23:23:59.3699708Z 2025-06-05T23:23:59.3700304Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.3700818Z aten__softmax_default_9: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_47, -1, False); aten_add_tensor_47 = None 2025-06-05T23:23:59.3700923Z 2025-06-05T23:23:59.3701406Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.3701993Z aten_expand_copy_default_38: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_9, [1, 12, 1, 128]); aten__softmax_default_9 = None 2025-06-05T23:23:59.3702580Z aten_view_copy_default_176: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_38, [12, 1, 128]); aten_expand_copy_default_38 = None 2025-06-05T23:23:59.3703201Z aten_expand_copy_default_39: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_172, [1, 12, 128, 64]); aten_view_copy_default_172 = None 2025-06-05T23:23:59.3703813Z aten_view_copy_default_177: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_39, [12, 128, 64]); aten_expand_copy_default_39 = None 2025-06-05T23:23:59.3704495Z aten_bmm_default_19: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_176, aten_view_copy_default_177); aten_view_copy_default_176 = aten_view_copy_default_177 = None 2025-06-05T23:23:59.3705041Z aten_view_copy_default_178: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_19, [1, 12, 1, 64]); aten_bmm_default_19 = None 2025-06-05T23:23:59.3705116Z 2025-06-05T23:23:59.3705757Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.3706381Z aten_permute_copy_default_401: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_178, [0, 2, 1, 3]); aten_view_copy_default_178 = None 2025-06-05T23:23:59.3706979Z aten_view_copy_default_179: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_401, [1, 1, 768]); aten_permute_copy_default_401 = None 2025-06-05T23:23:59.3707085Z 2025-06-05T23:23:59.3707633Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3708241Z aten_unsqueeze_copy_default_106: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_179, -1); aten_view_copy_default_179 = None 2025-06-05T23:23:59.3708317Z 2025-06-05T23:23:59.3708741Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3709415Z aten_permute_copy_default_402: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_106, [0, 2, 1, 3]); aten_unsqueeze_copy_default_106 = None 2025-06-05T23:23:59.3709493Z 2025-06-05T23:23:59.3709874Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3710984Z aten_convolution_default_66: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_402, p_layers_9_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_402 = p_layers_9_attention_wo_conv_weight = None 2025-06-05T23:23:59.3711063Z 2025-06-05T23:23:59.3711506Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3712133Z aten_permute_copy_default_403: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_66, [0, 2, 1, 3]); aten_convolution_default_66 = None 2025-06-05T23:23:59.3712251Z 2025-06-05T23:23:59.3712814Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3713402Z aten_squeeze_copy_dims_106: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_403, [-1]); aten_permute_copy_default_403 = None 2025-06-05T23:23:59.3713478Z 2025-06-05T23:23:59.3713869Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.3714483Z aten_add_tensor_48: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_44, aten_squeeze_copy_dims_106); aten_add_tensor_44 = aten_squeeze_copy_dims_106 = None 2025-06-05T23:23:59.3714562Z 2025-06-05T23:23:59.3715125Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3715512Z aten_pow_tensor_scalar_19: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_48, 2) 2025-06-05T23:23:59.3715986Z aten_mean_dim_19: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_19, [2], True); aten_pow_tensor_scalar_19 = None 2025-06-05T23:23:59.3716461Z aten_add_scalar_19: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_19, 9.999999747378752e-06); aten_mean_dim_19 = None 2025-06-05T23:23:59.3716893Z aten_rsqrt_default_19: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_19); aten_add_scalar_19 = None 2025-06-05T23:23:59.3717407Z aten_mul_tensor_146: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_48, aten_rsqrt_default_19); aten_rsqrt_default_19 = None 2025-06-05T23:23:59.3718051Z aten_mul_tensor_147: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_146, p_layers_9_ffn_norm_weight); aten_mul_tensor_146 = p_layers_9_ffn_norm_weight = None 2025-06-05T23:23:59.3718151Z 2025-06-05T23:23:59.3718684Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3719140Z aten_unsqueeze_copy_default_107: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_147, -1) 2025-06-05T23:23:59.3719217Z 2025-06-05T23:23:59.3719628Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3720313Z aten_permute_copy_default_404: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_107, [0, 2, 1, 3]); aten_unsqueeze_copy_default_107 = None 2025-06-05T23:23:59.3720392Z 2025-06-05T23:23:59.3720757Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3721745Z aten_convolution_default_67: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_404, p_layers_9_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_404 = p_layers_9_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.3721821Z 2025-06-05T23:23:59.3722244Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3722892Z aten_permute_copy_default_405: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_67, [0, 2, 1, 3]); aten_convolution_default_67 = None 2025-06-05T23:23:59.3722996Z 2025-06-05T23:23:59.3723542Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3724146Z aten_squeeze_copy_dims_107: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_405, [-1]); aten_permute_copy_default_405 = None 2025-06-05T23:23:59.3724220Z 2025-06-05T23:23:59.3724743Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3725155Z aten_sigmoid_default_9: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_107) 2025-06-05T23:23:59.3725863Z aten_mul_tensor_148: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_107, aten_sigmoid_default_9); aten_squeeze_copy_dims_107 = aten_sigmoid_default_9 = None 2025-06-05T23:23:59.3725940Z 2025-06-05T23:23:59.3726485Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3727043Z aten_unsqueeze_copy_default_108: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_147, -1); aten_mul_tensor_147 = None 2025-06-05T23:23:59.3727118Z 2025-06-05T23:23:59.3727539Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3728186Z aten_permute_copy_default_406: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_108, [0, 2, 1, 3]); aten_unsqueeze_copy_default_108 = None 2025-06-05T23:23:59.3728268Z 2025-06-05T23:23:59.3728652Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3729686Z aten_convolution_default_68: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_406, p_layers_9_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_406 = p_layers_9_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.3729767Z 2025-06-05T23:23:59.3730208Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3730840Z aten_permute_copy_default_407: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_68, [0, 2, 1, 3]); aten_convolution_default_68 = None 2025-06-05T23:23:59.3730922Z 2025-06-05T23:23:59.3731506Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3732097Z aten_squeeze_copy_dims_108: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_407, [-1]); aten_permute_copy_default_407 = None 2025-06-05T23:23:59.3732173Z 2025-06-05T23:23:59.3732713Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3733349Z aten_mul_tensor_149: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_148, aten_squeeze_copy_dims_108); aten_mul_tensor_148 = aten_squeeze_copy_dims_108 = None 2025-06-05T23:23:59.3733452Z 2025-06-05T23:23:59.3734001Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3734560Z aten_unsqueeze_copy_default_109: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_149, -1); aten_mul_tensor_149 = None 2025-06-05T23:23:59.3734638Z 2025-06-05T23:23:59.3735061Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3735715Z aten_permute_copy_default_408: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_109, [0, 2, 1, 3]); aten_unsqueeze_copy_default_109 = None 2025-06-05T23:23:59.3735794Z 2025-06-05T23:23:59.3736172Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3737173Z aten_convolution_default_69: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_408, p_layers_9_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_408 = p_layers_9_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.3737254Z 2025-06-05T23:23:59.3737691Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3738320Z aten_permute_copy_default_409: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_69, [0, 2, 1, 3]); aten_convolution_default_69 = None 2025-06-05T23:23:59.3738397Z 2025-06-05T23:23:59.3738959Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3739552Z aten_squeeze_copy_dims_109: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_409, [-1]); aten_permute_copy_default_409 = None 2025-06-05T23:23:59.3739629Z 2025-06-05T23:23:59.3740163Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3740805Z aten_add_tensor_49: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_48, aten_squeeze_copy_dims_109); aten_add_tensor_48 = aten_squeeze_copy_dims_109 = None 2025-06-05T23:23:59.3740883Z 2025-06-05T23:23:59.3741479Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.3741865Z aten_pow_tensor_scalar_20: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_49, 2) 2025-06-05T23:23:59.3742368Z aten_mean_dim_20: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_20, [2], True); aten_pow_tensor_scalar_20 = None 2025-06-05T23:23:59.3742844Z aten_add_scalar_20: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_20, 9.999999747378752e-06); aten_mean_dim_20 = None 2025-06-05T23:23:59.3743280Z aten_rsqrt_default_20: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_20); aten_add_scalar_20 = None 2025-06-05T23:23:59.3743793Z aten_mul_tensor_150: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_49, aten_rsqrt_default_20); aten_rsqrt_default_20 = None 2025-06-05T23:23:59.3744488Z aten_mul_tensor_151: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_150, p_layers_10_attention_norm_weight); aten_mul_tensor_150 = p_layers_10_attention_norm_weight = None 2025-06-05T23:23:59.3744595Z 2025-06-05T23:23:59.3745131Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3745591Z aten_unsqueeze_copy_default_110: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_151, -1) 2025-06-05T23:23:59.3745669Z 2025-06-05T23:23:59.3746075Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3746732Z aten_permute_copy_default_410: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_110, [0, 2, 1, 3]); aten_unsqueeze_copy_default_110 = None 2025-06-05T23:23:59.3746807Z 2025-06-05T23:23:59.3747176Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3748182Z aten_convolution_default_70: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_410, p_layers_10_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_410 = p_layers_10_attention_wq_conv_weight = None 2025-06-05T23:23:59.3748263Z 2025-06-05T23:23:59.3748689Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3749328Z aten_permute_copy_default_411: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_70, [0, 2, 1, 3]); aten_convolution_default_70 = None 2025-06-05T23:23:59.3749404Z 2025-06-05T23:23:59.3749955Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3750637Z aten_squeeze_copy_dims_110: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_411, [-1]); aten_permute_copy_default_411 = None 2025-06-05T23:23:59.3750749Z 2025-06-05T23:23:59.3751279Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3751735Z aten_unsqueeze_copy_default_111: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_151, -1) 2025-06-05T23:23:59.3751811Z 2025-06-05T23:23:59.3752219Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3752885Z aten_permute_copy_default_412: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_111, [0, 2, 1, 3]); aten_unsqueeze_copy_default_111 = None 2025-06-05T23:23:59.3752964Z 2025-06-05T23:23:59.3753356Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3754332Z aten_convolution_default_71: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_412, p_layers_10_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_412 = p_layers_10_attention_wk_conv_weight = None 2025-06-05T23:23:59.3754409Z 2025-06-05T23:23:59.3754835Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3755477Z aten_permute_copy_default_413: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_71, [0, 2, 1, 3]); aten_convolution_default_71 = None 2025-06-05T23:23:59.3755582Z 2025-06-05T23:23:59.3756131Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3756728Z aten_squeeze_copy_dims_111: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_413, [-1]); aten_permute_copy_default_413 = None 2025-06-05T23:23:59.3756805Z 2025-06-05T23:23:59.3757332Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3757905Z aten_unsqueeze_copy_default_112: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_151, -1); aten_mul_tensor_151 = None 2025-06-05T23:23:59.3757985Z 2025-06-05T23:23:59.3758416Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3759077Z aten_permute_copy_default_414: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_112, [0, 2, 1, 3]); aten_unsqueeze_copy_default_112 = None 2025-06-05T23:23:59.3759156Z 2025-06-05T23:23:59.3759518Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3760489Z aten_convolution_default_72: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_414, p_layers_10_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_414 = p_layers_10_attention_wv_conv_weight = None 2025-06-05T23:23:59.3760564Z 2025-06-05T23:23:59.3760990Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3761633Z aten_permute_copy_default_415: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_72, [0, 2, 1, 3]); aten_convolution_default_72 = None 2025-06-05T23:23:59.3761734Z 2025-06-05T23:23:59.3762283Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3762876Z aten_squeeze_copy_dims_112: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_415, [-1]); aten_permute_copy_default_415 = None 2025-06-05T23:23:59.3762952Z 2025-06-05T23:23:59.3763479Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3764103Z aten_view_copy_default_180: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_110, [1, 1, 12, 64]); aten_squeeze_copy_dims_110 = None 2025-06-05T23:23:59.3764181Z 2025-06-05T23:23:59.3764719Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3765302Z aten_view_copy_default_181: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_111, [1, 1, 12, 64]); aten_squeeze_copy_dims_111 = None 2025-06-05T23:23:59.3765379Z 2025-06-05T23:23:59.3765911Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3766497Z aten_view_copy_default_182: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_112, [1, 1, 12, 64]); aten_squeeze_copy_dims_112 = None 2025-06-05T23:23:59.3766610Z 2025-06-05T23:23:59.3767153Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3767755Z aten_view_copy_default_183: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_180, [1, 1, 12, -1, 2]); aten_view_copy_default_180 = None 2025-06-05T23:23:59.3768188Z aten_slice_copy_tensor_40: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_183, 4, 0, 1) 2025-06-05T23:23:59.3768746Z aten_slice_copy_tensor_41: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_183, 4, 1, 2); aten_view_copy_default_183 = None 2025-06-05T23:23:59.3769331Z aten_squeeze_copy_dims_113: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_40, [4]); aten_slice_copy_tensor_40 = None 2025-06-05T23:23:59.3769873Z aten_squeeze_copy_dims_114: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_41, [4]); aten_slice_copy_tensor_41 = None 2025-06-05T23:23:59.3769963Z 2025-06-05T23:23:59.3770499Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3771339Z aten_view_copy_default_184: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_181, [1, 1, 12, -1, 2]); aten_view_copy_default_181 = None 2025-06-05T23:23:59.3771786Z aten_slice_copy_tensor_42: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_184, 4, 0, 1) 2025-06-05T23:23:59.3772355Z aten_slice_copy_tensor_43: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_184, 4, 1, 2); aten_view_copy_default_184 = None 2025-06-05T23:23:59.3772968Z aten_squeeze_copy_dims_115: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_42, [4]); aten_slice_copy_tensor_42 = None 2025-06-05T23:23:59.3773521Z aten_squeeze_copy_dims_116: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_43, [4]); aten_slice_copy_tensor_43 = None 2025-06-05T23:23:59.3773599Z 2025-06-05T23:23:59.3774049Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3774484Z aten_view_copy_default_185: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]) 2025-06-05T23:23:59.3774566Z 2025-06-05T23:23:59.3775043Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3775484Z aten_view_copy_default_186: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]) 2025-06-05T23:23:59.3775562Z 2025-06-05T23:23:59.3776047Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3776516Z aten_mul_tensor_152: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_113, aten_view_copy_default_185) 2025-06-05T23:23:59.3776967Z aten_mul_tensor_153: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_114, aten_view_copy_default_186) 2025-06-05T23:23:59.3777570Z aten_sub_tensor_20: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_152, aten_mul_tensor_153); aten_mul_tensor_152 = aten_mul_tensor_153 = None 2025-06-05T23:23:59.3777661Z 2025-06-05T23:23:59.3778143Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3778723Z aten_mul_tensor_154: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_113, aten_view_copy_default_186); aten_squeeze_copy_dims_113 = None 2025-06-05T23:23:59.3779313Z aten_mul_tensor_155: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_114, aten_view_copy_default_185); aten_squeeze_copy_dims_114 = None 2025-06-05T23:23:59.3779903Z aten_add_tensor_50: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_154, aten_mul_tensor_155); aten_mul_tensor_154 = aten_mul_tensor_155 = None 2025-06-05T23:23:59.3779984Z 2025-06-05T23:23:59.3780478Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3780932Z aten_mul_tensor_156: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_115, aten_view_copy_default_185) 2025-06-05T23:23:59.3781381Z aten_mul_tensor_157: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_116, aten_view_copy_default_186) 2025-06-05T23:23:59.3781952Z aten_sub_tensor_21: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_156, aten_mul_tensor_157); aten_mul_tensor_156 = aten_mul_tensor_157 = None 2025-06-05T23:23:59.3782030Z 2025-06-05T23:23:59.3782512Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3783210Z aten_mul_tensor_158: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_115, aten_view_copy_default_186); aten_squeeze_copy_dims_115 = aten_view_copy_default_186 = None 2025-06-05T23:23:59.3783913Z aten_mul_tensor_159: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_116, aten_view_copy_default_185); aten_squeeze_copy_dims_116 = aten_view_copy_default_185 = None 2025-06-05T23:23:59.3784475Z aten_add_tensor_51: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_158, aten_mul_tensor_159); aten_mul_tensor_158 = aten_mul_tensor_159 = None 2025-06-05T23:23:59.3784563Z 2025-06-05T23:23:59.3785103Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3785669Z aten_unsqueeze_copy_default_113: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_20, 4); aten_sub_tensor_20 = None 2025-06-05T23:23:59.3786224Z aten_unsqueeze_copy_default_114: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_50, 4); aten_add_tensor_50 = None 2025-06-05T23:23:59.3787019Z aten_cat_default_40: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_113, aten_unsqueeze_copy_default_114], -1); aten_unsqueeze_copy_default_113 = aten_unsqueeze_copy_default_114 = None 2025-06-05T23:23:59.3787556Z aten_view_copy_default_187: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_40, [1, 1, 12, 64]); aten_cat_default_40 = None 2025-06-05T23:23:59.3787663Z 2025-06-05T23:23:59.3788203Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3788756Z aten_unsqueeze_copy_default_115: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_21, 4); aten_sub_tensor_21 = None 2025-06-05T23:23:59.3789292Z aten_unsqueeze_copy_default_116: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_51, 4); aten_add_tensor_51 = None 2025-06-05T23:23:59.3790083Z aten_cat_default_41: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_115, aten_unsqueeze_copy_default_116], -1); aten_unsqueeze_copy_default_115 = aten_unsqueeze_copy_default_116 = None 2025-06-05T23:23:59.3790734Z aten_view_copy_default_188: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_41, [1, 1, 12, 64]); aten_cat_default_41 = None 2025-06-05T23:23:59.3790816Z 2025-06-05T23:23:59.3791360Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3791986Z aten_permute_copy_default_416: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_187, [0, 2, 1, 3]); aten_view_copy_default_187 = None 2025-06-05T23:23:59.3792060Z 2025-06-05T23:23:59.3792503Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3793114Z aten_index_tensor_12: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_10_attention_mask, [attn_options_input_pos]); b_layers_10_attention_mask = None 2025-06-05T23:23:59.3793192Z 2025-06-05T23:23:59.3793890Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3794753Z aten_index_put_default_20: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_10_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_188); aten_view_copy_default_188 = None 2025-06-05T23:23:59.3794831Z 2025-06-05T23:23:59.3795518Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3796355Z aten_index_put_default_21: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_10_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_182); aten_view_copy_default_182 = None 2025-06-05T23:23:59.3796433Z 2025-06-05T23:23:59.3797113Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3797622Z aten_permute_copy_default_417: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3798187Z aten_select_copy_int_480: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_417, 0, 0); aten_permute_copy_default_417 = None 2025-06-05T23:23:59.3798706Z aten_select_copy_int_481: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_480, 0, 0); aten_select_copy_int_480 = None 2025-06-05T23:23:59.3799237Z aten_permute_copy_default_418: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3799804Z aten_select_copy_int_482: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_418, 0, 0); aten_permute_copy_default_418 = None 2025-06-05T23:23:59.3800337Z aten_select_copy_int_483: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_482, 0, 1); aten_select_copy_int_482 = None 2025-06-05T23:23:59.3800817Z aten_permute_copy_default_419: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3801375Z aten_select_copy_int_484: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_419, 0, 0); aten_permute_copy_default_419 = None 2025-06-05T23:23:59.3801933Z aten_select_copy_int_485: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_484, 0, 2); aten_select_copy_int_484 = None 2025-06-05T23:23:59.3802419Z aten_permute_copy_default_420: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3802982Z aten_select_copy_int_486: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_420, 0, 0); aten_permute_copy_default_420 = None 2025-06-05T23:23:59.3803507Z aten_select_copy_int_487: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_486, 0, 3); aten_select_copy_int_486 = None 2025-06-05T23:23:59.3803985Z aten_permute_copy_default_421: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3804550Z aten_select_copy_int_488: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_421, 0, 0); aten_permute_copy_default_421 = None 2025-06-05T23:23:59.3805075Z aten_select_copy_int_489: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_488, 0, 4); aten_select_copy_int_488 = None 2025-06-05T23:23:59.3805582Z aten_permute_copy_default_422: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3806142Z aten_select_copy_int_490: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_422, 0, 0); aten_permute_copy_default_422 = None 2025-06-05T23:23:59.3806677Z aten_select_copy_int_491: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_490, 0, 5); aten_select_copy_int_490 = None 2025-06-05T23:23:59.3807201Z aten_permute_copy_default_423: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3807762Z aten_select_copy_int_492: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_423, 0, 0); aten_permute_copy_default_423 = None 2025-06-05T23:23:59.3808293Z aten_select_copy_int_493: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_492, 0, 6); aten_select_copy_int_492 = None 2025-06-05T23:23:59.3808774Z aten_permute_copy_default_424: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3809333Z aten_select_copy_int_494: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_424, 0, 0); aten_permute_copy_default_424 = None 2025-06-05T23:23:59.3809886Z aten_select_copy_int_495: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_494, 0, 7); aten_select_copy_int_494 = None 2025-06-05T23:23:59.3810371Z aten_permute_copy_default_425: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3810933Z aten_select_copy_int_496: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_425, 0, 0); aten_permute_copy_default_425 = None 2025-06-05T23:23:59.3811462Z aten_select_copy_int_497: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_496, 0, 8); aten_select_copy_int_496 = None 2025-06-05T23:23:59.3811943Z aten_permute_copy_default_426: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3812544Z aten_select_copy_int_498: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_426, 0, 0); aten_permute_copy_default_426 = None 2025-06-05T23:23:59.3813059Z aten_select_copy_int_499: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_498, 0, 9); aten_select_copy_int_498 = None 2025-06-05T23:23:59.3813545Z aten_permute_copy_default_427: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3814114Z aten_select_copy_int_500: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_427, 0, 0); aten_permute_copy_default_427 = None 2025-06-05T23:23:59.3814631Z aten_select_copy_int_501: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_500, 0, 10); aten_select_copy_int_500 = None 2025-06-05T23:23:59.3815118Z aten_permute_copy_default_428: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_20, [0, 2, 1, 3]) 2025-06-05T23:23:59.3815715Z aten_select_copy_int_502: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_428, 0, 0); aten_permute_copy_default_428 = None 2025-06-05T23:23:59.3816231Z aten_select_copy_int_503: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_502, 0, 11); aten_select_copy_int_502 = None 2025-06-05T23:23:59.3818737Z aten_cat_default_42: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_481, aten_select_copy_int_483, aten_select_copy_int_485, aten_select_copy_int_487, aten_select_copy_int_489, aten_select_copy_int_491, aten_select_copy_int_493, aten_select_copy_int_495, aten_select_copy_int_497, aten_select_copy_int_499, aten_select_copy_int_501, aten_select_copy_int_503]); aten_select_copy_int_481 = aten_select_copy_int_483 = aten_select_copy_int_485 = aten_select_copy_int_487 = aten_select_copy_int_489 = aten_select_copy_int_491 = aten_select_copy_int_493 = aten_select_copy_int_495 = aten_select_copy_int_497 = aten_select_copy_int_499 = aten_select_copy_int_501 = aten_select_copy_int_503 = None 2025-06-05T23:23:59.3819287Z aten_view_copy_default_189: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_42, [1, 12, 128, 64]); aten_cat_default_42 = None 2025-06-05T23:23:59.3819362Z 2025-06-05T23:23:59.3820035Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3820520Z aten_permute_copy_default_429: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3821116Z aten_select_copy_int_504: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_429, 0, 0); aten_permute_copy_default_429 = None 2025-06-05T23:23:59.3821642Z aten_select_copy_int_505: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_504, 0, 0); aten_select_copy_int_504 = None 2025-06-05T23:23:59.3822124Z aten_permute_copy_default_430: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3822683Z aten_select_copy_int_506: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_430, 0, 0); aten_permute_copy_default_430 = None 2025-06-05T23:23:59.3823232Z aten_select_copy_int_507: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_506, 0, 1); aten_select_copy_int_506 = None 2025-06-05T23:23:59.3823718Z aten_permute_copy_default_431: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3824293Z aten_select_copy_int_508: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_431, 0, 0); aten_permute_copy_default_431 = None 2025-06-05T23:23:59.3824805Z aten_select_copy_int_509: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_508, 0, 2); aten_select_copy_int_508 = None 2025-06-05T23:23:59.3825285Z aten_permute_copy_default_432: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3825862Z aten_select_copy_int_510: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_432, 0, 0); aten_permute_copy_default_432 = None 2025-06-05T23:23:59.3826381Z aten_select_copy_int_511: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_510, 0, 3); aten_select_copy_int_510 = None 2025-06-05T23:23:59.3826887Z aten_permute_copy_default_433: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3827464Z aten_select_copy_int_512: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_433, 0, 0); aten_permute_copy_default_433 = None 2025-06-05T23:23:59.3827979Z aten_select_copy_int_513: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_512, 0, 4); aten_select_copy_int_512 = None 2025-06-05T23:23:59.3828468Z aten_permute_copy_default_434: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3829063Z aten_select_copy_int_514: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_434, 0, 0); aten_permute_copy_default_434 = None 2025-06-05T23:23:59.3829578Z aten_select_copy_int_515: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_514, 0, 5); aten_select_copy_int_514 = None 2025-06-05T23:23:59.3830062Z aten_permute_copy_default_435: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3830704Z aten_select_copy_int_516: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_435, 0, 0); aten_permute_copy_default_435 = None 2025-06-05T23:23:59.3831257Z aten_select_copy_int_517: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_516, 0, 6); aten_select_copy_int_516 = None 2025-06-05T23:23:59.3831753Z aten_permute_copy_default_436: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3832320Z aten_select_copy_int_518: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_436, 0, 0); aten_permute_copy_default_436 = None 2025-06-05T23:23:59.3832833Z aten_select_copy_int_519: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_518, 0, 7); aten_select_copy_int_518 = None 2025-06-05T23:23:59.3833326Z aten_permute_copy_default_437: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3833912Z aten_select_copy_int_520: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_437, 0, 0); aten_permute_copy_default_437 = None 2025-06-05T23:23:59.3834425Z aten_select_copy_int_521: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_520, 0, 8); aten_select_copy_int_520 = None 2025-06-05T23:23:59.3834921Z aten_permute_copy_default_438: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3835484Z aten_select_copy_int_522: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_438, 0, 0); aten_permute_copy_default_438 = None 2025-06-05T23:23:59.3835997Z aten_select_copy_int_523: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_522, 0, 9); aten_select_copy_int_522 = None 2025-06-05T23:23:59.3836499Z aten_permute_copy_default_439: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3837059Z aten_select_copy_int_524: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_439, 0, 0); aten_permute_copy_default_439 = None 2025-06-05T23:23:59.3837613Z aten_select_copy_int_525: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_524, 0, 10); aten_select_copy_int_524 = None 2025-06-05T23:23:59.3838098Z aten_permute_copy_default_440: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_21, [0, 2, 1, 3]) 2025-06-05T23:23:59.3838657Z aten_select_copy_int_526: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_440, 0, 0); aten_permute_copy_default_440 = None 2025-06-05T23:23:59.3839213Z aten_select_copy_int_527: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_526, 0, 11); aten_select_copy_int_526 = None 2025-06-05T23:23:59.3841696Z aten_cat_default_43: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_505, aten_select_copy_int_507, aten_select_copy_int_509, aten_select_copy_int_511, aten_select_copy_int_513, aten_select_copy_int_515, aten_select_copy_int_517, aten_select_copy_int_519, aten_select_copy_int_521, aten_select_copy_int_523, aten_select_copy_int_525, aten_select_copy_int_527]); aten_select_copy_int_505 = aten_select_copy_int_507 = aten_select_copy_int_509 = aten_select_copy_int_511 = aten_select_copy_int_513 = aten_select_copy_int_515 = aten_select_copy_int_517 = aten_select_copy_int_519 = aten_select_copy_int_521 = aten_select_copy_int_523 = aten_select_copy_int_525 = aten_select_copy_int_527 = None 2025-06-05T23:23:59.3842284Z aten_view_copy_default_190: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_43, [1, 12, 128, 64]); aten_cat_default_43 = None 2025-06-05T23:23:59.3842362Z 2025-06-05T23:23:59.3842959Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3843584Z aten_permute_copy_default_441: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_189, [0, 1, 3, 2]); aten_view_copy_default_189 = None 2025-06-05T23:23:59.3844200Z aten_expand_copy_default_40: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_416, [1, 12, 1, 64]); aten_permute_copy_default_416 = None 2025-06-05T23:23:59.3844802Z aten_view_copy_default_191: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_40, [12, 1, 64]); aten_expand_copy_default_40 = None 2025-06-05T23:23:59.3845449Z aten_expand_copy_default_41: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_441, [1, 12, 64, 128]); aten_permute_copy_default_441 = None 2025-06-05T23:23:59.3846039Z aten_view_copy_default_192: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_41, [12, 64, 128]); aten_expand_copy_default_41 = None 2025-06-05T23:23:59.3846723Z aten_bmm_default_20: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_191, aten_view_copy_default_192); aten_view_copy_default_191 = aten_view_copy_default_192 = None 2025-06-05T23:23:59.3847270Z aten_view_copy_default_193: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_20, [1, 12, 1, 128]); aten_bmm_default_20 = None 2025-06-05T23:23:59.3847960Z aten_mul_tensor_160: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_193, _lifted_tensor_constant48); aten_view_copy_default_193 = _lifted_tensor_constant48 = None 2025-06-05T23:23:59.3848083Z 2025-06-05T23:23:59.3848578Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3849157Z aten_add_tensor_52: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_160, aten_index_tensor_12); aten_mul_tensor_160 = aten_index_tensor_12 = None 2025-06-05T23:23:59.3849232Z 2025-06-05T23:23:59.3849827Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.3850342Z aten__softmax_default_10: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_52, -1, False); aten_add_tensor_52 = None 2025-06-05T23:23:59.3850443Z 2025-06-05T23:23:59.3850924Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.3851517Z aten_expand_copy_default_42: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_10, [1, 12, 1, 128]); aten__softmax_default_10 = None 2025-06-05T23:23:59.3852111Z aten_view_copy_default_194: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_42, [12, 1, 128]); aten_expand_copy_default_42 = None 2025-06-05T23:23:59.3852715Z aten_expand_copy_default_43: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_190, [1, 12, 128, 64]); aten_view_copy_default_190 = None 2025-06-05T23:23:59.3853338Z aten_view_copy_default_195: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_43, [12, 128, 64]); aten_expand_copy_default_43 = None 2025-06-05T23:23:59.3854026Z aten_bmm_default_21: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_194, aten_view_copy_default_195); aten_view_copy_default_194 = aten_view_copy_default_195 = None 2025-06-05T23:23:59.3854558Z aten_view_copy_default_196: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_21, [1, 12, 1, 64]); aten_bmm_default_21 = None 2025-06-05T23:23:59.3854633Z 2025-06-05T23:23:59.3855290Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.3855921Z aten_permute_copy_default_442: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_196, [0, 2, 1, 3]); aten_view_copy_default_196 = None 2025-06-05T23:23:59.3856514Z aten_view_copy_default_197: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_442, [1, 1, 768]); aten_permute_copy_default_442 = None 2025-06-05T23:23:59.3856604Z 2025-06-05T23:23:59.3857142Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3857748Z aten_unsqueeze_copy_default_117: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_197, -1); aten_view_copy_default_197 = None 2025-06-05T23:23:59.3857833Z 2025-06-05T23:23:59.3858245Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3858897Z aten_permute_copy_default_443: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_117, [0, 2, 1, 3]); aten_unsqueeze_copy_default_117 = None 2025-06-05T23:23:59.3859009Z 2025-06-05T23:23:59.3859375Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3860345Z aten_convolution_default_73: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_443, p_layers_10_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_443 = p_layers_10_attention_wo_conv_weight = None 2025-06-05T23:23:59.3860432Z 2025-06-05T23:23:59.3860857Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3861509Z aten_permute_copy_default_444: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_73, [0, 2, 1, 3]); aten_convolution_default_73 = None 2025-06-05T23:23:59.3861598Z 2025-06-05T23:23:59.3862151Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3862733Z aten_squeeze_copy_dims_117: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_444, [-1]); aten_permute_copy_default_444 = None 2025-06-05T23:23:59.3862823Z 2025-06-05T23:23:59.3863199Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.3863813Z aten_add_tensor_53: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_49, aten_squeeze_copy_dims_117); aten_add_tensor_49 = aten_squeeze_copy_dims_117 = None 2025-06-05T23:23:59.3863928Z 2025-06-05T23:23:59.3864451Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3864838Z aten_pow_tensor_scalar_21: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_53, 2) 2025-06-05T23:23:59.3865323Z aten_mean_dim_21: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_21, [2], True); aten_pow_tensor_scalar_21 = None 2025-06-05T23:23:59.3865783Z aten_add_scalar_21: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_21, 9.999999747378752e-06); aten_mean_dim_21 = None 2025-06-05T23:23:59.3866219Z aten_rsqrt_default_21: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_21); aten_add_scalar_21 = None 2025-06-05T23:23:59.3866764Z aten_mul_tensor_161: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_53, aten_rsqrt_default_21); aten_rsqrt_default_21 = None 2025-06-05T23:23:59.3867396Z aten_mul_tensor_162: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_161, p_layers_10_ffn_norm_weight); aten_mul_tensor_161 = p_layers_10_ffn_norm_weight = None 2025-06-05T23:23:59.3867473Z 2025-06-05T23:23:59.3868017Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3868460Z aten_unsqueeze_copy_default_118: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_162, -1) 2025-06-05T23:23:59.3868533Z 2025-06-05T23:23:59.3868952Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3869599Z aten_permute_copy_default_445: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_118, [0, 2, 1, 3]); aten_unsqueeze_copy_default_118 = None 2025-06-05T23:23:59.3869700Z 2025-06-05T23:23:59.3870081Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3871317Z aten_convolution_default_74: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_445, p_layers_10_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_445 = p_layers_10_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.3871400Z 2025-06-05T23:23:59.3871840Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3872537Z aten_permute_copy_default_446: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_74, [0, 2, 1, 3]); aten_convolution_default_74 = None 2025-06-05T23:23:59.3872615Z 2025-06-05T23:23:59.3873183Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3873774Z aten_squeeze_copy_dims_118: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_446, [-1]); aten_permute_copy_default_446 = None 2025-06-05T23:23:59.3873849Z 2025-06-05T23:23:59.3874392Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3874794Z aten_sigmoid_default_10: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_118) 2025-06-05T23:23:59.3875507Z aten_mul_tensor_163: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_118, aten_sigmoid_default_10); aten_squeeze_copy_dims_118 = aten_sigmoid_default_10 = None 2025-06-05T23:23:59.3875599Z 2025-06-05T23:23:59.3876130Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3876687Z aten_unsqueeze_copy_default_119: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_162, -1); aten_mul_tensor_162 = None 2025-06-05T23:23:59.3876780Z 2025-06-05T23:23:59.3877187Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3877874Z aten_permute_copy_default_447: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_119, [0, 2, 1, 3]); aten_unsqueeze_copy_default_119 = None 2025-06-05T23:23:59.3877962Z 2025-06-05T23:23:59.3878328Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3879311Z aten_convolution_default_75: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_447, p_layers_10_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_447 = p_layers_10_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.3879399Z 2025-06-05T23:23:59.3879825Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3880461Z aten_permute_copy_default_448: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_75, [0, 2, 1, 3]); aten_convolution_default_75 = None 2025-06-05T23:23:59.3880553Z 2025-06-05T23:23:59.3881101Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3881720Z aten_squeeze_copy_dims_119: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_448, [-1]); aten_permute_copy_default_448 = None 2025-06-05T23:23:59.3881806Z 2025-06-05T23:23:59.3882333Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.3882965Z aten_mul_tensor_164: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_163, aten_squeeze_copy_dims_119); aten_mul_tensor_163 = aten_squeeze_copy_dims_119 = None 2025-06-05T23:23:59.3883055Z 2025-06-05T23:23:59.3883612Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3884180Z aten_unsqueeze_copy_default_120: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_164, -1); aten_mul_tensor_164 = None 2025-06-05T23:23:59.3884269Z 2025-06-05T23:23:59.3884676Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3885328Z aten_permute_copy_default_449: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_120, [0, 2, 1, 3]); aten_unsqueeze_copy_default_120 = None 2025-06-05T23:23:59.3885418Z 2025-06-05T23:23:59.3885811Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3886790Z aten_convolution_default_76: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_449, p_layers_10_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_449 = p_layers_10_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.3886883Z 2025-06-05T23:23:59.3887313Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3887937Z aten_permute_copy_default_450: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_76, [0, 2, 1, 3]); aten_convolution_default_76 = None 2025-06-05T23:23:59.3888024Z 2025-06-05T23:23:59.3888571Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3889195Z aten_squeeze_copy_dims_120: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_450, [-1]); aten_permute_copy_default_450 = None 2025-06-05T23:23:59.3889286Z 2025-06-05T23:23:59.3889804Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.3890419Z aten_add_tensor_54: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_53, aten_squeeze_copy_dims_120); aten_add_tensor_53 = aten_squeeze_copy_dims_120 = None 2025-06-05T23:23:59.3890506Z 2025-06-05T23:23:59.3891084Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:129 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-06-05T23:23:59.3891471Z aten_pow_tensor_scalar_22: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_54, 2) 2025-06-05T23:23:59.3891958Z aten_mean_dim_22: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_22, [2], True); aten_pow_tensor_scalar_22 = None 2025-06-05T23:23:59.3892442Z aten_add_scalar_22: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_22, 9.999999747378752e-06); aten_mean_dim_22 = None 2025-06-05T23:23:59.3892877Z aten_rsqrt_default_22: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_22); aten_add_scalar_22 = None 2025-06-05T23:23:59.3893401Z aten_mul_tensor_165: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_54, aten_rsqrt_default_22); aten_rsqrt_default_22 = None 2025-06-05T23:23:59.3894084Z aten_mul_tensor_166: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_165, p_layers_11_attention_norm_weight); aten_mul_tensor_165 = p_layers_11_attention_norm_weight = None 2025-06-05T23:23:59.3894187Z 2025-06-05T23:23:59.3894735Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3895181Z aten_unsqueeze_copy_default_121: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_166, -1) 2025-06-05T23:23:59.3895257Z 2025-06-05T23:23:59.3895679Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3896322Z aten_permute_copy_default_451: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_121, [0, 2, 1, 3]); aten_unsqueeze_copy_default_121 = None 2025-06-05T23:23:59.3896423Z 2025-06-05T23:23:59.3896805Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3897764Z aten_convolution_default_77: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_451, p_layers_11_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_451 = p_layers_11_attention_wq_conv_weight = None 2025-06-05T23:23:59.3897841Z 2025-06-05T23:23:59.3898278Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3898903Z aten_permute_copy_default_452: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_77, [0, 2, 1, 3]); aten_convolution_default_77 = None 2025-06-05T23:23:59.3898980Z 2025-06-05T23:23:59.3899600Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3900185Z aten_squeeze_copy_dims_121: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_452, [-1]); aten_permute_copy_default_452 = None 2025-06-05T23:23:59.3900263Z 2025-06-05T23:23:59.3900805Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3901248Z aten_unsqueeze_copy_default_122: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_166, -1) 2025-06-05T23:23:59.3901324Z 2025-06-05T23:23:59.3901743Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3902393Z aten_permute_copy_default_453: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_122, [0, 2, 1, 3]); aten_unsqueeze_copy_default_122 = None 2025-06-05T23:23:59.3902472Z 2025-06-05T23:23:59.3902877Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3903831Z aten_convolution_default_78: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_453, p_layers_11_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_453 = p_layers_11_attention_wk_conv_weight = None 2025-06-05T23:23:59.3903909Z 2025-06-05T23:23:59.3904343Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3904971Z aten_permute_copy_default_454: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_78, [0, 2, 1, 3]); aten_convolution_default_78 = None 2025-06-05T23:23:59.3905070Z 2025-06-05T23:23:59.3905634Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3906217Z aten_squeeze_copy_dims_122: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_454, [-1]); aten_permute_copy_default_454 = None 2025-06-05T23:23:59.3906291Z 2025-06-05T23:23:59.3906827Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.3907381Z aten_unsqueeze_copy_default_123: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_166, -1); aten_mul_tensor_166 = None 2025-06-05T23:23:59.3907479Z 2025-06-05T23:23:59.3907902Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.3908549Z aten_permute_copy_default_455: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_123, [0, 2, 1, 3]); aten_unsqueeze_copy_default_123 = None 2025-06-05T23:23:59.3908623Z 2025-06-05T23:23:59.3908996Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.3909952Z aten_convolution_default_79: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_455, p_layers_11_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_455 = p_layers_11_attention_wv_conv_weight = None 2025-06-05T23:23:59.3910028Z 2025-06-05T23:23:59.3910582Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.3911210Z aten_permute_copy_default_456: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_79, [0, 2, 1, 3]); aten_convolution_default_79 = None 2025-06-05T23:23:59.3911285Z 2025-06-05T23:23:59.3911849Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.3912434Z aten_squeeze_copy_dims_123: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_456, [-1]); aten_permute_copy_default_456 = None 2025-06-05T23:23:59.3912510Z 2025-06-05T23:23:59.3913051Z # File: /pytorch/executorch/examples/models/llama/attention.py:405 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-06-05T23:23:59.3913638Z aten_view_copy_default_198: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_121, [1, 1, 12, 64]); aten_squeeze_copy_dims_121 = None 2025-06-05T23:23:59.3913739Z 2025-06-05T23:23:59.3914285Z # File: /pytorch/executorch/examples/models/llama/attention.py:406 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3914863Z aten_view_copy_default_199: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_122, [1, 1, 12, 64]); aten_squeeze_copy_dims_122 = None 2025-06-05T23:23:59.3914935Z 2025-06-05T23:23:59.3915479Z # File: /pytorch/executorch/examples/models/llama/attention.py:407 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-06-05T23:23:59.3916082Z aten_view_copy_default_200: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_squeeze_copy_dims_123, [1, 1, 12, 64]); aten_squeeze_copy_dims_123 = None 2025-06-05T23:23:59.3916157Z 2025-06-05T23:23:59.3916705Z # File: /pytorch/executorch/examples/models/llama/rope.py:84 in apply_rotary_emb, code: xq_r, xq_i = xq.float().reshape(xq.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3917298Z aten_view_copy_default_201: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_198, [1, 1, 12, -1, 2]); aten_view_copy_default_198 = None 2025-06-05T23:23:59.3917730Z aten_slice_copy_tensor_44: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_201, 4, 0, 1) 2025-06-05T23:23:59.3918301Z aten_slice_copy_tensor_45: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_201, 4, 1, 2); aten_view_copy_default_201 = None 2025-06-05T23:23:59.3918874Z aten_squeeze_copy_dims_124: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_44, [4]); aten_slice_copy_tensor_44 = None 2025-06-05T23:23:59.3919415Z aten_squeeze_copy_dims_125: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_45, [4]); aten_slice_copy_tensor_45 = None 2025-06-05T23:23:59.3919502Z 2025-06-05T23:23:59.3920040Z # File: /pytorch/executorch/examples/models/llama/rope.py:85 in apply_rotary_emb, code: xk_r, xk_i = xk.float().reshape(xk.shape[:-1] + (-1, 2)).unbind(-1) 2025-06-05T23:23:59.3920623Z aten_view_copy_default_202: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_199, [1, 1, 12, -1, 2]); aten_view_copy_default_199 = None 2025-06-05T23:23:59.3921090Z aten_slice_copy_tensor_46: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_202, 4, 0, 1) 2025-06-05T23:23:59.3921651Z aten_slice_copy_tensor_47: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_view_copy_default_202, 4, 1, 2); aten_view_copy_default_202 = None 2025-06-05T23:23:59.3922205Z aten_squeeze_copy_dims_126: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_46, [4]); aten_slice_copy_tensor_46 = None 2025-06-05T23:23:59.3922742Z aten_squeeze_copy_dims_127: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_slice_copy_tensor_47, [4]); aten_slice_copy_tensor_47 = None 2025-06-05T23:23:59.3922818Z 2025-06-05T23:23:59.3923279Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3923806Z aten_view_copy_default_203: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor, [1, 1, 1, 32]); aten_index_tensor = None 2025-06-05T23:23:59.3923881Z 2025-06-05T23:23:59.3924338Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:23:59.3924890Z aten_view_copy_default_204: "f32[1, 1, 1, 32]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_index_tensor_1, [1, 1, 1, 32]); aten_index_tensor_1 = None 2025-06-05T23:23:59.3924966Z 2025-06-05T23:23:59.3925452Z # File: /pytorch/executorch/examples/models/llama/rope.py:90 in apply_rotary_emb, code: xq_out_r = xq_r * freqs_cos - xq_i * freqs_sin 2025-06-05T23:23:59.3925920Z aten_mul_tensor_167: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_124, aten_view_copy_default_203) 2025-06-05T23:23:59.3926392Z aten_mul_tensor_168: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_125, aten_view_copy_default_204) 2025-06-05T23:23:59.3926967Z aten_sub_tensor_22: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_167, aten_mul_tensor_168); aten_mul_tensor_167 = aten_mul_tensor_168 = None 2025-06-05T23:23:59.3927049Z 2025-06-05T23:23:59.3927533Z # File: /pytorch/executorch/examples/models/llama/rope.py:91 in apply_rotary_emb, code: xq_out_i = xq_r * freqs_sin + xq_i * freqs_cos 2025-06-05T23:23:59.3928121Z aten_mul_tensor_169: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_124, aten_view_copy_default_204); aten_squeeze_copy_dims_124 = None 2025-06-05T23:23:59.3928699Z aten_mul_tensor_170: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_125, aten_view_copy_default_203); aten_squeeze_copy_dims_125 = None 2025-06-05T23:23:59.3929298Z aten_add_tensor_55: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_169, aten_mul_tensor_170); aten_mul_tensor_169 = aten_mul_tensor_170 = None 2025-06-05T23:23:59.3929387Z 2025-06-05T23:23:59.3929872Z # File: /pytorch/executorch/examples/models/llama/rope.py:92 in apply_rotary_emb, code: xk_out_r = xk_r * freqs_cos - xk_i * freqs_sin 2025-06-05T23:23:59.3930323Z aten_mul_tensor_171: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_126, aten_view_copy_default_203) 2025-06-05T23:23:59.3930781Z aten_mul_tensor_172: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_127, aten_view_copy_default_204) 2025-06-05T23:23:59.3931366Z aten_sub_tensor_23: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(aten_mul_tensor_171, aten_mul_tensor_172); aten_mul_tensor_171 = aten_mul_tensor_172 = None 2025-06-05T23:23:59.3931445Z 2025-06-05T23:23:59.3931942Z # File: /pytorch/executorch/examples/models/llama/rope.py:93 in apply_rotary_emb, code: xk_out_i = xk_r * freqs_sin + xk_i * freqs_cos 2025-06-05T23:23:59.3932626Z aten_mul_tensor_173: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_126, aten_view_copy_default_204); aten_squeeze_copy_dims_126 = aten_view_copy_default_204 = None 2025-06-05T23:23:59.3933303Z aten_mul_tensor_174: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_127, aten_view_copy_default_203); aten_squeeze_copy_dims_127 = aten_view_copy_default_203 = None 2025-06-05T23:23:59.3933876Z aten_add_tensor_56: "f32[1, 1, 12, 32]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_173, aten_mul_tensor_174); aten_mul_tensor_173 = aten_mul_tensor_174 = None 2025-06-05T23:23:59.3933952Z 2025-06-05T23:23:59.3934493Z # File: /pytorch/executorch/examples/models/llama/rope.py:95 in apply_rotary_emb, code: xq_out = torch.stack([xq_out_r, xq_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3935075Z aten_unsqueeze_copy_default_124: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_22, 4); aten_sub_tensor_22 = None 2025-06-05T23:23:59.3935612Z aten_unsqueeze_copy_default_125: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_55, 4); aten_add_tensor_55 = None 2025-06-05T23:23:59.3936408Z aten_cat_default_44: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_124, aten_unsqueeze_copy_default_125], -1); aten_unsqueeze_copy_default_124 = aten_unsqueeze_copy_default_125 = None 2025-06-05T23:23:59.3936951Z aten_view_copy_default_205: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_44, [1, 1, 12, 64]); aten_cat_default_44 = None 2025-06-05T23:23:59.3937051Z 2025-06-05T23:23:59.3937584Z # File: /pytorch/executorch/examples/models/llama/rope.py:96 in apply_rotary_emb, code: xk_out = torch.stack([xk_out_r, xk_out_i], dim=-1).flatten(3) 2025-06-05T23:23:59.3938137Z aten_unsqueeze_copy_default_126: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_sub_tensor_23, 4); aten_sub_tensor_23 = None 2025-06-05T23:23:59.3938675Z aten_unsqueeze_copy_default_127: "f32[1, 1, 12, 32, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_add_tensor_56, 4); aten_add_tensor_56 = None 2025-06-05T23:23:59.3939475Z aten_cat_default_45: "f32[1, 1, 12, 32, 2]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_126, aten_unsqueeze_copy_default_127], -1); aten_unsqueeze_copy_default_126 = aten_unsqueeze_copy_default_127 = None 2025-06-05T23:23:59.3940032Z aten_view_copy_default_206: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_45, [1, 1, 12, 64]); aten_cat_default_45 = None 2025-06-05T23:23:59.3940109Z 2025-06-05T23:23:59.3940666Z # File: /pytorch/executorch/examples/models/llama/attention.py:416 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-06-05T23:23:59.3941274Z aten_permute_copy_default_457: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_205, [0, 2, 1, 3]); aten_view_copy_default_205 = None 2025-06-05T23:23:59.3941350Z 2025-06-05T23:23:59.3941804Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:23:59.3942423Z aten_index_tensor_13: "f32[1, 128]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_11_attention_mask, [attn_options_input_pos]); b_layers_11_attention_mask = None 2025-06-05T23:23:59.3942502Z 2025-06-05T23:23:59.3943215Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:510 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-06-05T23:23:59.3944040Z aten_index_put_default_22: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_11_attention_kv_cache_past_k_caches, [None, attn_options_input_pos], aten_view_copy_default_206); aten_view_copy_default_206 = None 2025-06-05T23:23:59.3944116Z 2025-06-05T23:23:59.3944815Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:511 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-06-05T23:23:59.3945724Z aten_index_put_default_23: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_index_put_default(b_layers_11_attention_kv_cache_past_v_caches, [None, attn_options_input_pos], aten_view_copy_default_200); attn_options_input_pos = aten_view_copy_default_200 = None 2025-06-05T23:23:59.3945824Z 2025-06-05T23:23:59.3946491Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3946983Z aten_permute_copy_default_458: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3947546Z aten_select_copy_int_528: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_458, 0, 0); aten_permute_copy_default_458 = None 2025-06-05T23:23:59.3948076Z aten_select_copy_int_529: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_528, 0, 0); aten_select_copy_int_528 = None 2025-06-05T23:23:59.3948583Z aten_permute_copy_default_459: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3949147Z aten_select_copy_int_530: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_459, 0, 0); aten_permute_copy_default_459 = None 2025-06-05T23:23:59.3949673Z aten_select_copy_int_531: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_530, 0, 1); aten_select_copy_int_530 = None 2025-06-05T23:23:59.3950241Z aten_permute_copy_default_460: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3950857Z aten_select_copy_int_532: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_460, 0, 0); aten_permute_copy_default_460 = None 2025-06-05T23:23:59.3951375Z aten_select_copy_int_533: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_532, 0, 2); aten_select_copy_int_532 = None 2025-06-05T23:23:59.3951860Z aten_permute_copy_default_461: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3952433Z aten_select_copy_int_534: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_461, 0, 0); aten_permute_copy_default_461 = None 2025-06-05T23:23:59.3952949Z aten_select_copy_int_535: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_534, 0, 3); aten_select_copy_int_534 = None 2025-06-05T23:23:59.3953454Z aten_permute_copy_default_462: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3954032Z aten_select_copy_int_536: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_462, 0, 0); aten_permute_copy_default_462 = None 2025-06-05T23:23:59.3954548Z aten_select_copy_int_537: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_536, 0, 4); aten_select_copy_int_536 = None 2025-06-05T23:23:59.3955034Z aten_permute_copy_default_463: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3955609Z aten_select_copy_int_538: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_463, 0, 0); aten_permute_copy_default_463 = None 2025-06-05T23:23:59.3956132Z aten_select_copy_int_539: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_538, 0, 5); aten_select_copy_int_538 = None 2025-06-05T23:23:59.3956618Z aten_permute_copy_default_464: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3957218Z aten_select_copy_int_540: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_464, 0, 0); aten_permute_copy_default_464 = None 2025-06-05T23:23:59.3957732Z aten_select_copy_int_541: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_540, 0, 6); aten_select_copy_int_540 = None 2025-06-05T23:23:59.3958229Z aten_permute_copy_default_465: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3958829Z aten_select_copy_int_542: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_465, 0, 0); aten_permute_copy_default_465 = None 2025-06-05T23:23:59.3959346Z aten_select_copy_int_543: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_542, 0, 7); aten_select_copy_int_542 = None 2025-06-05T23:23:59.3959846Z aten_permute_copy_default_466: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3960408Z aten_select_copy_int_544: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_466, 0, 0); aten_permute_copy_default_466 = None 2025-06-05T23:23:59.3960921Z aten_select_copy_int_545: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_544, 0, 8); aten_select_copy_int_544 = None 2025-06-05T23:23:59.3961450Z aten_permute_copy_default_467: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3962009Z aten_select_copy_int_546: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_467, 0, 0); aten_permute_copy_default_467 = None 2025-06-05T23:23:59.3962524Z aten_select_copy_int_547: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_546, 0, 9); aten_select_copy_int_546 = None 2025-06-05T23:23:59.3963023Z aten_permute_copy_default_468: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3963584Z aten_select_copy_int_548: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_468, 0, 0); aten_permute_copy_default_468 = None 2025-06-05T23:23:59.3964127Z aten_select_copy_int_549: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_548, 0, 10); aten_select_copy_int_548 = None 2025-06-05T23:23:59.3964621Z aten_permute_copy_default_469: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_22, [0, 2, 1, 3]) 2025-06-05T23:23:59.3965186Z aten_select_copy_int_550: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_469, 0, 0); aten_permute_copy_default_469 = None 2025-06-05T23:23:59.3965717Z aten_select_copy_int_551: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_550, 0, 11); aten_select_copy_int_550 = None 2025-06-05T23:23:59.3968180Z aten_cat_default_46: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_529, aten_select_copy_int_531, aten_select_copy_int_533, aten_select_copy_int_535, aten_select_copy_int_537, aten_select_copy_int_539, aten_select_copy_int_541, aten_select_copy_int_543, aten_select_copy_int_545, aten_select_copy_int_547, aten_select_copy_int_549, aten_select_copy_int_551]); aten_select_copy_int_529 = aten_select_copy_int_531 = aten_select_copy_int_533 = aten_select_copy_int_535 = aten_select_copy_int_537 = aten_select_copy_int_539 = aten_select_copy_int_541 = aten_select_copy_int_543 = aten_select_copy_int_545 = aten_select_copy_int_547 = aten_select_copy_int_549 = aten_select_copy_int_551 = None 2025-06-05T23:23:59.3968760Z aten_view_copy_default_207: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_46, [1, 12, 128, 64]); aten_cat_default_46 = None 2025-06-05T23:23:59.3968838Z 2025-06-05T23:23:59.3969503Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:291 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-06-05T23:23:59.3970033Z aten_permute_copy_default_470: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3970745Z aten_select_copy_int_552: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_470, 0, 0); aten_permute_copy_default_470 = None 2025-06-05T23:23:59.3971271Z aten_select_copy_int_553: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_552, 0, 0); aten_select_copy_int_552 = None 2025-06-05T23:23:59.3971770Z aten_permute_copy_default_471: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3972332Z aten_select_copy_int_554: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_471, 0, 0); aten_permute_copy_default_471 = None 2025-06-05T23:23:59.3972915Z aten_select_copy_int_555: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_554, 0, 1); aten_select_copy_int_554 = None 2025-06-05T23:23:59.3973419Z aten_permute_copy_default_472: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3973984Z aten_select_copy_int_556: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_472, 0, 0); aten_permute_copy_default_472 = None 2025-06-05T23:23:59.3974501Z aten_select_copy_int_557: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_556, 0, 2); aten_select_copy_int_556 = None 2025-06-05T23:23:59.3975031Z aten_permute_copy_default_473: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3975606Z aten_select_copy_int_558: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_473, 0, 0); aten_permute_copy_default_473 = None 2025-06-05T23:23:59.3976137Z aten_select_copy_int_559: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_558, 0, 3); aten_select_copy_int_558 = None 2025-06-05T23:23:59.3976621Z aten_permute_copy_default_474: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3977183Z aten_select_copy_int_560: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_474, 0, 0); aten_permute_copy_default_474 = None 2025-06-05T23:23:59.3977711Z aten_select_copy_int_561: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_560, 0, 4); aten_select_copy_int_560 = None 2025-06-05T23:23:59.3978198Z aten_permute_copy_default_475: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3978794Z aten_select_copy_int_562: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_475, 0, 0); aten_permute_copy_default_475 = None 2025-06-05T23:23:59.3979320Z aten_select_copy_int_563: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_562, 0, 5); aten_select_copy_int_562 = None 2025-06-05T23:23:59.3979801Z aten_permute_copy_default_476: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3980362Z aten_select_copy_int_564: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_476, 0, 0); aten_permute_copy_default_476 = None 2025-06-05T23:23:59.3980923Z aten_select_copy_int_565: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_564, 0, 6); aten_select_copy_int_564 = None 2025-06-05T23:23:59.3981408Z aten_permute_copy_default_477: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3981967Z aten_select_copy_int_566: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_477, 0, 0); aten_permute_copy_default_477 = None 2025-06-05T23:23:59.3982492Z aten_select_copy_int_567: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_566, 0, 7); aten_select_copy_int_566 = None 2025-06-05T23:23:59.3983003Z aten_permute_copy_default_478: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3983583Z aten_select_copy_int_568: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_478, 0, 0); aten_permute_copy_default_478 = None 2025-06-05T23:23:59.3984099Z aten_select_copy_int_569: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_568, 0, 8); aten_select_copy_int_568 = None 2025-06-05T23:23:59.3984583Z aten_permute_copy_default_479: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3985153Z aten_select_copy_int_570: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_479, 0, 0); aten_permute_copy_default_479 = None 2025-06-05T23:23:59.3985691Z aten_select_copy_int_571: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_570, 0, 9); aten_select_copy_int_570 = None 2025-06-05T23:23:59.3986174Z aten_permute_copy_default_480: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3986747Z aten_select_copy_int_572: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_480, 0, 0); aten_permute_copy_default_480 = None 2025-06-05T23:23:59.3987264Z aten_select_copy_int_573: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_572, 0, 10); aten_select_copy_int_572 = None 2025-06-05T23:23:59.3987745Z aten_permute_copy_default_481: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_index_put_default_23, [0, 2, 1, 3]) 2025-06-05T23:23:59.3988323Z aten_select_copy_int_574: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_permute_copy_default_481, 0, 0); aten_permute_copy_default_481 = None 2025-06-05T23:23:59.3988841Z aten_select_copy_int_575: "f32[128, 64]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_574, 0, 11); aten_select_copy_int_574 = None 2025-06-05T23:23:59.3991401Z aten_cat_default_47: "f32[1536, 64]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_select_copy_int_553, aten_select_copy_int_555, aten_select_copy_int_557, aten_select_copy_int_559, aten_select_copy_int_561, aten_select_copy_int_563, aten_select_copy_int_565, aten_select_copy_int_567, aten_select_copy_int_569, aten_select_copy_int_571, aten_select_copy_int_573, aten_select_copy_int_575]); aten_select_copy_int_553 = aten_select_copy_int_555 = aten_select_copy_int_557 = aten_select_copy_int_559 = aten_select_copy_int_561 = aten_select_copy_int_563 = aten_select_copy_int_565 = aten_select_copy_int_567 = aten_select_copy_int_569 = aten_select_copy_int_571 = aten_select_copy_int_573 = aten_select_copy_int_575 = None 2025-06-05T23:23:59.3991981Z aten_view_copy_default_208: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_47, [1, 12, 128, 64]); aten_cat_default_47 = None 2025-06-05T23:23:59.3992075Z 2025-06-05T23:23:59.3992671Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:324 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-06-05T23:23:59.3993289Z aten_permute_copy_default_482: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_207, [0, 1, 3, 2]); aten_view_copy_default_207 = None 2025-06-05T23:23:59.3993923Z aten_expand_copy_default_44: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_457, [1, 12, 1, 64]); aten_permute_copy_default_457 = None 2025-06-05T23:23:59.3994533Z aten_view_copy_default_209: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_44, [12, 1, 64]); aten_expand_copy_default_44 = None 2025-06-05T23:23:59.3995159Z aten_expand_copy_default_45: "f32[1, 12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_482, [1, 12, 64, 128]); aten_permute_copy_default_482 = None 2025-06-05T23:23:59.3995764Z aten_view_copy_default_210: "f32[12, 64, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_45, [12, 64, 128]); aten_expand_copy_default_45 = None 2025-06-05T23:23:59.3996451Z aten_bmm_default_22: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_209, aten_view_copy_default_210); aten_view_copy_default_209 = aten_view_copy_default_210 = None 2025-06-05T23:23:59.3997064Z aten_view_copy_default_211: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_22, [1, 12, 1, 128]); aten_bmm_default_22 = None 2025-06-05T23:23:59.3997752Z aten_mul_tensor_175: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_211, _lifted_tensor_constant49); aten_view_copy_default_211 = _lifted_tensor_constant49 = None 2025-06-05T23:23:59.3997834Z 2025-06-05T23:23:59.3998343Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:23:59.3998921Z aten_add_tensor_57: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_175, aten_index_tensor_13); aten_mul_tensor_175 = aten_index_tensor_13 = None 2025-06-05T23:23:59.3998998Z 2025-06-05T23:23:59.3999594Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:326 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-06-05T23:23:59.4000115Z aten__softmax_default_11: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_add_tensor_57, -1, False); aten_add_tensor_57 = None 2025-06-05T23:23:59.4000217Z 2025-06-05T23:23:59.4000688Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:23:59.4001292Z aten_expand_copy_default_46: "f32[1, 12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten__softmax_default_11, [1, 12, 1, 128]); aten__softmax_default_11 = None 2025-06-05T23:23:59.4001877Z aten_view_copy_default_212: "f32[12, 1, 128]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_46, [12, 1, 128]); aten_expand_copy_default_46 = None 2025-06-05T23:23:59.4002522Z aten_expand_copy_default_47: "f32[1, 12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_view_copy_default_208, [1, 12, 128, 64]); aten_view_copy_default_208 = None 2025-06-05T23:23:59.4003114Z aten_view_copy_default_213: "f32[12, 128, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_47, [12, 128, 64]); aten_expand_copy_default_47 = None 2025-06-05T23:23:59.4003793Z aten_bmm_default_23: "f32[12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_212, aten_view_copy_default_213); aten_view_copy_default_212 = aten_view_copy_default_213 = None 2025-06-05T23:23:59.4004338Z aten_view_copy_default_214: "f32[1, 12, 1, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_23, [1, 12, 1, 64]); aten_bmm_default_23 = None 2025-06-05T23:23:59.4004413Z 2025-06-05T23:23:59.4005063Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:329 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-06-05T23:23:59.4005715Z aten_permute_copy_default_483: "f32[1, 1, 12, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_214, [0, 2, 1, 3]); aten_view_copy_default_214 = None 2025-06-05T23:23:59.4006309Z aten_view_copy_default_215: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_483, [1, 1, 768]); aten_permute_copy_default_483 = None 2025-06-05T23:23:59.4006384Z 2025-06-05T23:23:59.4006932Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.4007541Z aten_unsqueeze_copy_default_128: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_215, -1); aten_view_copy_default_215 = None 2025-06-05T23:23:59.4007619Z 2025-06-05T23:23:59.4008071Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.4008719Z aten_permute_copy_default_484: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_128, [0, 2, 1, 3]); aten_unsqueeze_copy_default_128 = None 2025-06-05T23:23:59.4008797Z 2025-06-05T23:23:59.4009177Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.4010145Z aten_convolution_default_80: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_484, p_layers_11_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_484 = p_layers_11_attention_wo_conv_weight = None 2025-06-05T23:23:59.4010222Z 2025-06-05T23:23:59.4010669Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.4011295Z aten_permute_copy_default_485: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_80, [0, 2, 1, 3]); aten_convolution_default_80 = None 2025-06-05T23:23:59.4011418Z 2025-06-05T23:23:59.4011971Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.4012554Z aten_squeeze_copy_dims_128: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_485, [-1]); aten_permute_copy_default_485 = None 2025-06-05T23:23:59.4012641Z 2025-06-05T23:23:59.4013017Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:23:59.4013660Z aten_add_tensor_58: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_54, aten_squeeze_copy_dims_128); aten_add_tensor_54 = aten_squeeze_copy_dims_128 = None 2025-06-05T23:23:59.4013750Z 2025-06-05T23:23:59.4014273Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.4014658Z aten_pow_tensor_scalar_23: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_58, 2) 2025-06-05T23:23:59.4015145Z aten_mean_dim_23: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_23, [2], True); aten_pow_tensor_scalar_23 = None 2025-06-05T23:23:59.4015604Z aten_add_scalar_23: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_23, 9.999999747378752e-06); aten_mean_dim_23 = None 2025-06-05T23:23:59.4016069Z aten_rsqrt_default_23: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_23); aten_add_scalar_23 = None 2025-06-05T23:23:59.4016593Z aten_mul_tensor_176: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_add_tensor_58, aten_rsqrt_default_23); aten_rsqrt_default_23 = None 2025-06-05T23:23:59.4017228Z aten_mul_tensor_177: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_176, p_layers_11_ffn_norm_weight); aten_mul_tensor_176 = p_layers_11_ffn_norm_weight = None 2025-06-05T23:23:59.4017302Z 2025-06-05T23:23:59.4017848Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.4018292Z aten_unsqueeze_copy_default_129: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_177, -1) 2025-06-05T23:23:59.4018370Z 2025-06-05T23:23:59.4018819Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.4019471Z aten_permute_copy_default_486: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_129, [0, 2, 1, 3]); aten_unsqueeze_copy_default_129 = None 2025-06-05T23:23:59.4019547Z 2025-06-05T23:23:59.4019925Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.4020910Z aten_convolution_default_81: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_486, p_layers_11_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_486 = p_layers_11_feed_forward_w1_conv_weight = None 2025-06-05T23:23:59.4020987Z 2025-06-05T23:23:59.4021433Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.4022067Z aten_permute_copy_default_487: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_81, [0, 2, 1, 3]); aten_convolution_default_81 = None 2025-06-05T23:23:59.4022164Z 2025-06-05T23:23:59.4022728Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.4023315Z aten_squeeze_copy_dims_129: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_487, [-1]); aten_permute_copy_default_487 = None 2025-06-05T23:23:59.4023390Z 2025-06-05T23:23:59.4023929Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.4024354Z aten_sigmoid_default_11: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_129) 2025-06-05T23:23:59.4025027Z aten_mul_tensor_178: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_squeeze_copy_dims_129, aten_sigmoid_default_11); aten_squeeze_copy_dims_129 = aten_sigmoid_default_11 = None 2025-06-05T23:23:59.4025117Z 2025-06-05T23:23:59.4025652Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.4026203Z aten_unsqueeze_copy_default_130: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_177, -1); aten_mul_tensor_177 = None 2025-06-05T23:23:59.4026288Z 2025-06-05T23:23:59.4026724Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.4027368Z aten_permute_copy_default_488: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_130, [0, 2, 1, 3]); aten_unsqueeze_copy_default_130 = None 2025-06-05T23:23:59.4027460Z 2025-06-05T23:23:59.4027832Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.4028819Z aten_convolution_default_82: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_488, p_layers_11_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_488 = p_layers_11_feed_forward_w3_conv_weight = None 2025-06-05T23:23:59.4028908Z 2025-06-05T23:23:59.4029333Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.4029993Z aten_permute_copy_default_489: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_82, [0, 2, 1, 3]); aten_convolution_default_82 = None 2025-06-05T23:23:59.4030085Z 2025-06-05T23:23:59.4030711Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.4031302Z aten_squeeze_copy_dims_130: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_489, [-1]); aten_permute_copy_default_489 = None 2025-06-05T23:23:59.4031390Z 2025-06-05T23:23:59.4031917Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:37 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-06-05T23:23:59.4032554Z aten_mul_tensor_179: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_178, aten_squeeze_copy_dims_130); aten_mul_tensor_178 = aten_squeeze_copy_dims_130 = None 2025-06-05T23:23:59.4032638Z 2025-06-05T23:23:59.4033169Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.4033759Z aten_unsqueeze_copy_default_131: "f32[1, 1, 2048, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_179, -1); aten_mul_tensor_179 = None 2025-06-05T23:23:59.4033846Z 2025-06-05T23:23:59.4034250Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.4034898Z aten_permute_copy_default_490: "f32[1, 2048, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_unsqueeze_copy_default_131, [0, 2, 1, 3]); aten_unsqueeze_copy_default_131 = None 2025-06-05T23:23:59.4034987Z 2025-06-05T23:23:59.4035379Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.4036355Z aten_convolution_default_83: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_490, p_layers_11_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_490 = p_layers_11_feed_forward_w2_conv_weight = None 2025-06-05T23:23:59.4036443Z 2025-06-05T23:23:59.4036868Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.4037491Z aten_permute_copy_default_491: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_83, [0, 2, 1, 3]); aten_convolution_default_83 = None 2025-06-05T23:23:59.4037603Z 2025-06-05T23:23:59.4038155Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.4038737Z aten_squeeze_copy_dims_131: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_permute_copy_default_491, [-1]); aten_permute_copy_default_491 = None 2025-06-05T23:23:59.4038825Z 2025-06-05T23:23:59.4039348Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:136 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-06-05T23:23:59.4039963Z aten_add_tensor_59: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_58, aten_squeeze_copy_dims_131); aten_add_tensor_58 = aten_squeeze_copy_dims_131 = None 2025-06-05T23:23:59.4040048Z 2025-06-05T23:23:59.4040479Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:207 in forward, code: h = h[:, -1, :] 2025-06-05T23:23:59.4040966Z aten_select_copy_int_576: "f32[1, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_add_tensor_59, 1, -1); aten_add_tensor_59 = None 2025-06-05T23:23:59.4041056Z 2025-06-05T23:23:59.4041464Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:209 in forward, code: h = self.norm(h) 2025-06-05T23:23:59.4041863Z aten_pow_tensor_scalar_24: "f32[1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_select_copy_int_576, 2) 2025-06-05T23:23:59.4042346Z aten_mean_dim_24: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_mean_dim(aten_pow_tensor_scalar_24, [1], True); aten_pow_tensor_scalar_24 = None 2025-06-05T23:23:59.4042807Z aten_add_scalar_24: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_add_Scalar(aten_mean_dim_24, 9.999999747378752e-06); aten_mean_dim_24 = None 2025-06-05T23:23:59.4043241Z aten_rsqrt_default_24: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar_24); aten_add_scalar_24 = None 2025-06-05T23:23:59.4043872Z aten_mul_tensor_180: "f32[1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_select_copy_int_576, aten_rsqrt_default_24); aten_select_copy_int_576 = aten_rsqrt_default_24 = None 2025-06-05T23:23:59.4044424Z aten_mul_tensor_181: "f32[1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_mul_tensor_180, p_norm_weight); aten_mul_tensor_180 = p_norm_weight = None 2025-06-05T23:23:59.4044497Z 2025-06-05T23:23:59.4045038Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:158 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-06-05T23:23:59.4045573Z aten_view_copy_default_216: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mul_tensor_181, [1, 1, 768, 1]); aten_mul_tensor_181 = None 2025-06-05T23:23:59.4045650Z 2025-06-05T23:23:59.4046090Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:23:59.4046700Z aten_permute_copy_default_492: "f32[1, 768, 1, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_216, [0, 2, 1, 3]); aten_view_copy_default_216 = None 2025-06-05T23:23:59.4046771Z 2025-06-05T23:23:59.4047149Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:23:59.4048004Z aten_convolution_default_84: "f32[1, 32000, 1, 1]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_permute_copy_default_492, p_output_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1); aten_permute_copy_default_492 = p_output_conv_weight = None 2025-06-05T23:23:59.4048106Z 2025-06-05T23:23:59.4048543Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:23:59.4049179Z aten_permute_copy_default_493: "f32[1, 1, 32000, 1]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_convolution_default_84, [0, 2, 1, 3]); aten_convolution_default_84 = None 2025-06-05T23:23:59.4049255Z 2025-06-05T23:23:59.4049816Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:162 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-06-05T23:23:59.4050425Z aten_view_copy_default_217: "f32[1, 32000]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_493, [1, 32000]); aten_permute_copy_default_493 = None 2025-06-05T23:23:59.4050499Z 2025-06-05T23:23:59.4051326Z # File: .24:2111 in forward, code: copy__default = torch.ops.aten.copy_.default(layers_0_attention_kv_cache_past_k_caches, index_put); layers_0_attention_kv_cache_past_k_caches = index_put = copy__default = None 2025-06-05T23:23:59.4052138Z aten_copy_default: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_0_attention_kv_cache_past_k_caches, aten_index_put_default); b_layers_0_attention_kv_cache_past_k_caches = aten_index_put_default = None 2025-06-05T23:23:59.4052215Z 2025-06-05T23:23:59.4053013Z # File: .24:2112 in forward, code: copy__default_1 = torch.ops.aten.copy_.default(layers_0_attention_kv_cache_past_v_caches, index_put_1); layers_0_attention_kv_cache_past_v_caches = index_put_1 = copy__default_1 = None 2025-06-05T23:23:59.4053840Z aten_copy_default_1: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_0_attention_kv_cache_past_v_caches, aten_index_put_default_1); b_layers_0_attention_kv_cache_past_v_caches = aten_index_put_default_1 = None 2025-06-05T23:23:59.4053916Z 2025-06-05T23:23:59.4054711Z # File: .24:2113 in forward, code: copy__default_2 = torch.ops.aten.copy_.default(layers_1_attention_kv_cache_past_k_caches, index_put_2); layers_1_attention_kv_cache_past_k_caches = index_put_2 = copy__default_2 = None 2025-06-05T23:23:59.4055556Z aten_copy_default_2: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_1_attention_kv_cache_past_k_caches, aten_index_put_default_2); b_layers_1_attention_kv_cache_past_k_caches = aten_index_put_default_2 = None 2025-06-05T23:23:59.4055630Z 2025-06-05T23:23:59.4056427Z # File: .24:2114 in forward, code: copy__default_3 = torch.ops.aten.copy_.default(layers_1_attention_kv_cache_past_v_caches, index_put_3); layers_1_attention_kv_cache_past_v_caches = index_put_3 = copy__default_3 = None 2025-06-05T23:23:59.4057278Z aten_copy_default_3: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_1_attention_kv_cache_past_v_caches, aten_index_put_default_3); b_layers_1_attention_kv_cache_past_v_caches = aten_index_put_default_3 = None 2025-06-05T23:23:59.4057366Z 2025-06-05T23:23:59.4058150Z # File: .24:2115 in forward, code: copy__default_4 = torch.ops.aten.copy_.default(layers_2_attention_kv_cache_past_k_caches, index_put_4); layers_2_attention_kv_cache_past_k_caches = index_put_4 = copy__default_4 = None 2025-06-05T23:23:59.4058963Z aten_copy_default_4: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_2_attention_kv_cache_past_k_caches, aten_index_put_default_4); b_layers_2_attention_kv_cache_past_k_caches = aten_index_put_default_4 = None 2025-06-05T23:23:59.4059048Z 2025-06-05T23:23:59.4059832Z # File: .24:2116 in forward, code: copy__default_5 = torch.ops.aten.copy_.default(layers_2_attention_kv_cache_past_v_caches, index_put_5); layers_2_attention_kv_cache_past_v_caches = index_put_5 = copy__default_5 = None 2025-06-05T23:23:59.4060673Z aten_copy_default_5: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_2_attention_kv_cache_past_v_caches, aten_index_put_default_5); b_layers_2_attention_kv_cache_past_v_caches = aten_index_put_default_5 = None 2025-06-05T23:23:59.4060760Z 2025-06-05T23:23:59.4061539Z # File: .24:2117 in forward, code: copy__default_6 = torch.ops.aten.copy_.default(layers_3_attention_kv_cache_past_k_caches, index_put_6); layers_3_attention_kv_cache_past_k_caches = index_put_6 = copy__default_6 = None 2025-06-05T23:23:59.4062354Z aten_copy_default_6: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_3_attention_kv_cache_past_k_caches, aten_index_put_default_6); b_layers_3_attention_kv_cache_past_k_caches = aten_index_put_default_6 = None 2025-06-05T23:23:59.4062438Z 2025-06-05T23:23:59.4063246Z # File: .24:2118 in forward, code: copy__default_7 = torch.ops.aten.copy_.default(layers_3_attention_kv_cache_past_v_caches, index_put_7); layers_3_attention_kv_cache_past_v_caches = index_put_7 = copy__default_7 = None 2025-06-05T23:23:59.4064064Z aten_copy_default_7: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_3_attention_kv_cache_past_v_caches, aten_index_put_default_7); b_layers_3_attention_kv_cache_past_v_caches = aten_index_put_default_7 = None 2025-06-05T23:23:59.4064149Z 2025-06-05T23:23:59.4064928Z # File: .24:2119 in forward, code: copy__default_8 = torch.ops.aten.copy_.default(layers_4_attention_kv_cache_past_k_caches, index_put_8); layers_4_attention_kv_cache_past_k_caches = index_put_8 = copy__default_8 = None 2025-06-05T23:23:59.4065758Z aten_copy_default_8: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_4_attention_kv_cache_past_k_caches, aten_index_put_default_8); b_layers_4_attention_kv_cache_past_k_caches = aten_index_put_default_8 = None 2025-06-05T23:23:59.4065834Z 2025-06-05T23:23:59.4066610Z # File: .24:2120 in forward, code: copy__default_9 = torch.ops.aten.copy_.default(layers_4_attention_kv_cache_past_v_caches, index_put_9); layers_4_attention_kv_cache_past_v_caches = index_put_9 = copy__default_9 = None 2025-06-05T23:23:59.4067467Z aten_copy_default_9: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_4_attention_kv_cache_past_v_caches, aten_index_put_default_9); b_layers_4_attention_kv_cache_past_v_caches = aten_index_put_default_9 = None 2025-06-05T23:23:59.4067542Z 2025-06-05T23:23:59.4068335Z # File: .24:2121 in forward, code: copy__default_10 = torch.ops.aten.copy_.default(layers_5_attention_kv_cache_past_k_caches, index_put_10); layers_5_attention_kv_cache_past_k_caches = index_put_10 = copy__default_10 = None 2025-06-05T23:23:59.4069203Z aten_copy_default_10: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_5_attention_kv_cache_past_k_caches, aten_index_put_default_10); b_layers_5_attention_kv_cache_past_k_caches = aten_index_put_default_10 = None 2025-06-05T23:23:59.4069282Z 2025-06-05T23:23:59.4070075Z # File: .24:2122 in forward, code: copy__default_11 = torch.ops.aten.copy_.default(layers_5_attention_kv_cache_past_v_caches, index_put_11); layers_5_attention_kv_cache_past_v_caches = index_put_11 = copy__default_11 = None 2025-06-05T23:23:59.4071148Z aten_copy_default_11: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_5_attention_kv_cache_past_v_caches, aten_index_put_default_11); b_layers_5_attention_kv_cache_past_v_caches = aten_index_put_default_11 = None 2025-06-05T23:23:59.4071333Z 2025-06-05T23:23:59.4072134Z # File: .24:2123 in forward, code: copy__default_12 = torch.ops.aten.copy_.default(layers_6_attention_kv_cache_past_k_caches, index_put_12); layers_6_attention_kv_cache_past_k_caches = index_put_12 = copy__default_12 = None 2025-06-05T23:23:59.4072973Z aten_copy_default_12: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_6_attention_kv_cache_past_k_caches, aten_index_put_default_12); b_layers_6_attention_kv_cache_past_k_caches = aten_index_put_default_12 = None 2025-06-05T23:23:59.4073049Z 2025-06-05T23:23:59.4073844Z # File: .24:2124 in forward, code: copy__default_13 = torch.ops.aten.copy_.default(layers_6_attention_kv_cache_past_v_caches, index_put_13); layers_6_attention_kv_cache_past_v_caches = index_put_13 = copy__default_13 = None 2025-06-05T23:23:59.4074716Z aten_copy_default_13: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_6_attention_kv_cache_past_v_caches, aten_index_put_default_13); b_layers_6_attention_kv_cache_past_v_caches = aten_index_put_default_13 = None 2025-06-05T23:23:59.4074796Z 2025-06-05T23:23:59.4075602Z # File: .24:2125 in forward, code: copy__default_14 = torch.ops.aten.copy_.default(layers_7_attention_kv_cache_past_k_caches, index_put_14); layers_7_attention_kv_cache_past_k_caches = index_put_14 = copy__default_14 = None 2025-06-05T23:23:59.4076426Z aten_copy_default_14: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_7_attention_kv_cache_past_k_caches, aten_index_put_default_14); b_layers_7_attention_kv_cache_past_k_caches = aten_index_put_default_14 = None 2025-06-05T23:23:59.4076501Z 2025-06-05T23:23:59.4077305Z # File: .24:2126 in forward, code: copy__default_15 = torch.ops.aten.copy_.default(layers_7_attention_kv_cache_past_v_caches, index_put_15); layers_7_attention_kv_cache_past_v_caches = index_put_15 = copy__default_15 = None 2025-06-05T23:23:59.4078130Z aten_copy_default_15: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_7_attention_kv_cache_past_v_caches, aten_index_put_default_15); b_layers_7_attention_kv_cache_past_v_caches = aten_index_put_default_15 = None 2025-06-05T23:23:59.4078237Z 2025-06-05T23:23:59.4079045Z # File: .24:2127 in forward, code: copy__default_16 = torch.ops.aten.copy_.default(layers_8_attention_kv_cache_past_k_caches, index_put_16); layers_8_attention_kv_cache_past_k_caches = index_put_16 = copy__default_16 = None 2025-06-05T23:23:59.4079876Z aten_copy_default_16: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_8_attention_kv_cache_past_k_caches, aten_index_put_default_16); b_layers_8_attention_kv_cache_past_k_caches = aten_index_put_default_16 = None 2025-06-05T23:23:59.4079958Z 2025-06-05T23:23:59.4080791Z # File: .24:2128 in forward, code: copy__default_17 = torch.ops.aten.copy_.default(layers_8_attention_kv_cache_past_v_caches, index_put_17); layers_8_attention_kv_cache_past_v_caches = index_put_17 = copy__default_17 = None 2025-06-05T23:23:59.4081618Z aten_copy_default_17: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_8_attention_kv_cache_past_v_caches, aten_index_put_default_17); b_layers_8_attention_kv_cache_past_v_caches = aten_index_put_default_17 = None 2025-06-05T23:23:59.4081705Z 2025-06-05T23:23:59.4082498Z # File: .24:2129 in forward, code: copy__default_18 = torch.ops.aten.copy_.default(layers_9_attention_kv_cache_past_k_caches, index_put_18); layers_9_attention_kv_cache_past_k_caches = index_put_18 = copy__default_18 = None 2025-06-05T23:23:59.4083352Z aten_copy_default_18: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_9_attention_kv_cache_past_k_caches, aten_index_put_default_18); b_layers_9_attention_kv_cache_past_k_caches = aten_index_put_default_18 = None 2025-06-05T23:23:59.4083439Z 2025-06-05T23:23:59.4084231Z # File: .24:2130 in forward, code: copy__default_19 = torch.ops.aten.copy_.default(layers_9_attention_kv_cache_past_v_caches, index_put_19); layers_9_attention_kv_cache_past_v_caches = index_put_19 = copy__default_19 = None 2025-06-05T23:23:59.4085053Z aten_copy_default_19: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_9_attention_kv_cache_past_v_caches, aten_index_put_default_19); b_layers_9_attention_kv_cache_past_v_caches = aten_index_put_default_19 = None 2025-06-05T23:23:59.4085139Z 2025-06-05T23:23:59.4085959Z # File: .24:2131 in forward, code: copy__default_20 = torch.ops.aten.copy_.default(layers_10_attention_kv_cache_past_k_caches, index_put_20); layers_10_attention_kv_cache_past_k_caches = index_put_20 = copy__default_20 = None 2025-06-05T23:23:59.4086801Z aten_copy_default_20: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_10_attention_kv_cache_past_k_caches, aten_index_put_default_20); b_layers_10_attention_kv_cache_past_k_caches = aten_index_put_default_20 = None 2025-06-05T23:23:59.4086889Z 2025-06-05T23:23:59.4087686Z # File: .24:2132 in forward, code: copy__default_21 = torch.ops.aten.copy_.default(layers_10_attention_kv_cache_past_v_caches, index_put_21); layers_10_attention_kv_cache_past_v_caches = index_put_21 = copy__default_21 = None 2025-06-05T23:23:59.4088520Z aten_copy_default_21: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_10_attention_kv_cache_past_v_caches, aten_index_put_default_21); b_layers_10_attention_kv_cache_past_v_caches = aten_index_put_default_21 = None 2025-06-05T23:23:59.4088614Z 2025-06-05T23:23:59.4089411Z # File: .24:2133 in forward, code: copy__default_22 = torch.ops.aten.copy_.default(layers_11_attention_kv_cache_past_k_caches, index_put_22); layers_11_attention_kv_cache_past_k_caches = index_put_22 = copy__default_22 = None 2025-06-05T23:23:59.4090271Z aten_copy_default_22: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_11_attention_kv_cache_past_k_caches, aten_index_put_default_22); b_layers_11_attention_kv_cache_past_k_caches = aten_index_put_default_22 = None 2025-06-05T23:23:59.4090349Z 2025-06-05T23:23:59.4091139Z # File: .24:2134 in forward, code: copy__default_23 = torch.ops.aten.copy_.default(layers_11_attention_kv_cache_past_v_caches, index_put_23); layers_11_attention_kv_cache_past_v_caches = index_put_23 = copy__default_23 = None 2025-06-05T23:23:59.4092006Z aten_copy_default_23: "f32[1, 128, 12, 64]" = executorch_exir_dialects_edge__ops_aten_copy_default(b_layers_11_attention_kv_cache_past_v_caches, aten_index_put_default_23); b_layers_11_attention_kv_cache_past_v_caches = aten_index_put_default_23 = None 2025-06-05T23:23:59.4093909Z return (aten_copy_default, aten_copy_default_1, aten_copy_default_2, aten_copy_default_3, aten_copy_default_4, aten_copy_default_5, aten_copy_default_6, aten_copy_default_7, aten_copy_default_8, aten_copy_default_9, aten_copy_default_10, aten_copy_default_11, aten_copy_default_12, aten_copy_default_13, aten_copy_default_14, aten_copy_default_15, aten_copy_default_16, aten_copy_default_17, aten_copy_default_18, aten_copy_default_19, aten_copy_default_20, aten_copy_default_21, aten_copy_default_22, aten_copy_default_23, aten_view_copy_default_217) 2025-06-05T23:23:59.4093996Z 2025-06-05T23:23:59.4094083Z Graph signature: 2025-06-05T23:23:59.4094160Z # inputs 2025-06-05T23:23:59.4094405Z p_tok_embeddings_weight: PARAMETER target='tok_embeddings.weight' 2025-06-05T23:23:59.4094688Z p_layers_0_attention_norm_weight: PARAMETER target='layers.0.attention_norm.weight' 2025-06-05T23:23:59.4094977Z p_layers_0_attention_wq_conv_weight: PARAMETER target='layers.0.attention.wq.conv.weight' 2025-06-05T23:23:59.4095264Z p_layers_0_attention_wk_conv_weight: PARAMETER target='layers.0.attention.wk.conv.weight' 2025-06-05T23:23:59.4095558Z p_layers_0_attention_wv_conv_weight: PARAMETER target='layers.0.attention.wv.conv.weight' 2025-06-05T23:23:59.4095841Z p_layers_0_attention_wo_conv_weight: PARAMETER target='layers.0.attention.wo.conv.weight' 2025-06-05T23:23:59.4096048Z p_layers_0_ffn_norm_weight: PARAMETER target='layers.0.ffn_norm.weight' 2025-06-05T23:23:59.4096368Z p_layers_0_feed_forward_w1_conv_weight: PARAMETER target='layers.0.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4096672Z p_layers_0_feed_forward_w3_conv_weight: PARAMETER target='layers.0.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4096995Z p_layers_0_feed_forward_w2_conv_weight: PARAMETER target='layers.0.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4097277Z p_layers_1_attention_norm_weight: PARAMETER target='layers.1.attention_norm.weight' 2025-06-05T23:23:59.4097564Z p_layers_1_attention_wq_conv_weight: PARAMETER target='layers.1.attention.wq.conv.weight' 2025-06-05T23:23:59.4097851Z p_layers_1_attention_wk_conv_weight: PARAMETER target='layers.1.attention.wk.conv.weight' 2025-06-05T23:23:59.4098135Z p_layers_1_attention_wv_conv_weight: PARAMETER target='layers.1.attention.wv.conv.weight' 2025-06-05T23:23:59.4098431Z p_layers_1_attention_wo_conv_weight: PARAMETER target='layers.1.attention.wo.conv.weight' 2025-06-05T23:23:59.4098643Z p_layers_1_ffn_norm_weight: PARAMETER target='layers.1.ffn_norm.weight' 2025-06-05T23:23:59.4098945Z p_layers_1_feed_forward_w1_conv_weight: PARAMETER target='layers.1.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4099264Z p_layers_1_feed_forward_w3_conv_weight: PARAMETER target='layers.1.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4099568Z p_layers_1_feed_forward_w2_conv_weight: PARAMETER target='layers.1.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4099832Z p_layers_2_attention_norm_weight: PARAMETER target='layers.2.attention_norm.weight' 2025-06-05T23:23:59.4100159Z p_layers_2_attention_wq_conv_weight: PARAMETER target='layers.2.attention.wq.conv.weight' 2025-06-05T23:23:59.4100448Z p_layers_2_attention_wk_conv_weight: PARAMETER target='layers.2.attention.wk.conv.weight' 2025-06-05T23:23:59.4100735Z p_layers_2_attention_wv_conv_weight: PARAMETER target='layers.2.attention.wv.conv.weight' 2025-06-05T23:23:59.4101037Z p_layers_2_attention_wo_conv_weight: PARAMETER target='layers.2.attention.wo.conv.weight' 2025-06-05T23:23:59.4101247Z p_layers_2_ffn_norm_weight: PARAMETER target='layers.2.ffn_norm.weight' 2025-06-05T23:23:59.4101549Z p_layers_2_feed_forward_w1_conv_weight: PARAMETER target='layers.2.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4101871Z p_layers_2_feed_forward_w3_conv_weight: PARAMETER target='layers.2.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4102196Z p_layers_2_feed_forward_w2_conv_weight: PARAMETER target='layers.2.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4102463Z p_layers_3_attention_norm_weight: PARAMETER target='layers.3.attention_norm.weight' 2025-06-05T23:23:59.4102762Z p_layers_3_attention_wq_conv_weight: PARAMETER target='layers.3.attention.wq.conv.weight' 2025-06-05T23:23:59.4103048Z p_layers_3_attention_wk_conv_weight: PARAMETER target='layers.3.attention.wk.conv.weight' 2025-06-05T23:23:59.4103333Z p_layers_3_attention_wv_conv_weight: PARAMETER target='layers.3.attention.wv.conv.weight' 2025-06-05T23:23:59.4103634Z p_layers_3_attention_wo_conv_weight: PARAMETER target='layers.3.attention.wo.conv.weight' 2025-06-05T23:23:59.4103843Z p_layers_3_ffn_norm_weight: PARAMETER target='layers.3.ffn_norm.weight' 2025-06-05T23:23:59.4104175Z p_layers_3_feed_forward_w1_conv_weight: PARAMETER target='layers.3.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4104478Z p_layers_3_feed_forward_w3_conv_weight: PARAMETER target='layers.3.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4104796Z p_layers_3_feed_forward_w2_conv_weight: PARAMETER target='layers.3.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4105064Z p_layers_4_attention_norm_weight: PARAMETER target='layers.4.attention_norm.weight' 2025-06-05T23:23:59.4105353Z p_layers_4_attention_wq_conv_weight: PARAMETER target='layers.4.attention.wq.conv.weight' 2025-06-05T23:23:59.4105656Z p_layers_4_attention_wk_conv_weight: PARAMETER target='layers.4.attention.wk.conv.weight' 2025-06-05T23:23:59.4105945Z p_layers_4_attention_wv_conv_weight: PARAMETER target='layers.4.attention.wv.conv.weight' 2025-06-05T23:23:59.4106230Z p_layers_4_attention_wo_conv_weight: PARAMETER target='layers.4.attention.wo.conv.weight' 2025-06-05T23:23:59.4106455Z p_layers_4_ffn_norm_weight: PARAMETER target='layers.4.ffn_norm.weight' 2025-06-05T23:23:59.4106782Z p_layers_4_feed_forward_w1_conv_weight: PARAMETER target='layers.4.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4107088Z p_layers_4_feed_forward_w3_conv_weight: PARAMETER target='layers.4.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4107404Z p_layers_4_feed_forward_w2_conv_weight: PARAMETER target='layers.4.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4107667Z p_layers_5_attention_norm_weight: PARAMETER target='layers.5.attention_norm.weight' 2025-06-05T23:23:59.4107955Z p_layers_5_attention_wq_conv_weight: PARAMETER target='layers.5.attention.wq.conv.weight' 2025-06-05T23:23:59.4108254Z p_layers_5_attention_wk_conv_weight: PARAMETER target='layers.5.attention.wk.conv.weight' 2025-06-05T23:23:59.4108540Z p_layers_5_attention_wv_conv_weight: PARAMETER target='layers.5.attention.wv.conv.weight' 2025-06-05T23:23:59.4108828Z p_layers_5_attention_wo_conv_weight: PARAMETER target='layers.5.attention.wo.conv.weight' 2025-06-05T23:23:59.4109054Z p_layers_5_ffn_norm_weight: PARAMETER target='layers.5.ffn_norm.weight' 2025-06-05T23:23:59.4109361Z p_layers_5_feed_forward_w1_conv_weight: PARAMETER target='layers.5.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4109686Z p_layers_5_feed_forward_w3_conv_weight: PARAMETER target='layers.5.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4109986Z p_layers_5_feed_forward_w2_conv_weight: PARAMETER target='layers.5.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4110373Z p_layers_6_attention_norm_weight: PARAMETER target='layers.6.attention_norm.weight' 2025-06-05T23:23:59.4110662Z p_layers_6_attention_wq_conv_weight: PARAMETER target='layers.6.attention.wq.conv.weight' 2025-06-05T23:23:59.4110950Z p_layers_6_attention_wk_conv_weight: PARAMETER target='layers.6.attention.wk.conv.weight' 2025-06-05T23:23:59.4111248Z p_layers_6_attention_wv_conv_weight: PARAMETER target='layers.6.attention.wv.conv.weight' 2025-06-05T23:23:59.4111539Z p_layers_6_attention_wo_conv_weight: PARAMETER target='layers.6.attention.wo.conv.weight' 2025-06-05T23:23:59.4111777Z p_layers_6_ffn_norm_weight: PARAMETER target='layers.6.ffn_norm.weight' 2025-06-05T23:23:59.4112097Z p_layers_6_feed_forward_w1_conv_weight: PARAMETER target='layers.6.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4112402Z p_layers_6_feed_forward_w3_conv_weight: PARAMETER target='layers.6.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4112705Z p_layers_6_feed_forward_w2_conv_weight: PARAMETER target='layers.6.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4112982Z p_layers_7_attention_norm_weight: PARAMETER target='layers.7.attention_norm.weight' 2025-06-05T23:23:59.4113268Z p_layers_7_attention_wq_conv_weight: PARAMETER target='layers.7.attention.wq.conv.weight' 2025-06-05T23:23:59.4113552Z p_layers_7_attention_wk_conv_weight: PARAMETER target='layers.7.attention.wk.conv.weight' 2025-06-05T23:23:59.4113877Z p_layers_7_attention_wv_conv_weight: PARAMETER target='layers.7.attention.wv.conv.weight' 2025-06-05T23:23:59.4114167Z p_layers_7_attention_wo_conv_weight: PARAMETER target='layers.7.attention.wo.conv.weight' 2025-06-05T23:23:59.4114373Z p_layers_7_ffn_norm_weight: PARAMETER target='layers.7.ffn_norm.weight' 2025-06-05T23:23:59.4114687Z p_layers_7_feed_forward_w1_conv_weight: PARAMETER target='layers.7.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4114988Z p_layers_7_feed_forward_w3_conv_weight: PARAMETER target='layers.7.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4115287Z p_layers_7_feed_forward_w2_conv_weight: PARAMETER target='layers.7.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4115562Z p_layers_8_attention_norm_weight: PARAMETER target='layers.8.attention_norm.weight' 2025-06-05T23:23:59.4115849Z p_layers_8_attention_wq_conv_weight: PARAMETER target='layers.8.attention.wq.conv.weight' 2025-06-05T23:23:59.4116132Z p_layers_8_attention_wk_conv_weight: PARAMETER target='layers.8.attention.wk.conv.weight' 2025-06-05T23:23:59.4116442Z p_layers_8_attention_wv_conv_weight: PARAMETER target='layers.8.attention.wv.conv.weight' 2025-06-05T23:23:59.4116743Z p_layers_8_attention_wo_conv_weight: PARAMETER target='layers.8.attention.wo.conv.weight' 2025-06-05T23:23:59.4116953Z p_layers_8_ffn_norm_weight: PARAMETER target='layers.8.ffn_norm.weight' 2025-06-05T23:23:59.4117254Z p_layers_8_feed_forward_w1_conv_weight: PARAMETER target='layers.8.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4117567Z p_layers_8_feed_forward_w3_conv_weight: PARAMETER target='layers.8.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4117868Z p_layers_8_feed_forward_w2_conv_weight: PARAMETER target='layers.8.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4118132Z p_layers_9_attention_norm_weight: PARAMETER target='layers.9.attention_norm.weight' 2025-06-05T23:23:59.4118429Z p_layers_9_attention_wq_conv_weight: PARAMETER target='layers.9.attention.wq.conv.weight' 2025-06-05T23:23:59.4118718Z p_layers_9_attention_wk_conv_weight: PARAMETER target='layers.9.attention.wk.conv.weight' 2025-06-05T23:23:59.4119006Z p_layers_9_attention_wv_conv_weight: PARAMETER target='layers.9.attention.wv.conv.weight' 2025-06-05T23:23:59.4119307Z p_layers_9_attention_wo_conv_weight: PARAMETER target='layers.9.attention.wo.conv.weight' 2025-06-05T23:23:59.4119542Z p_layers_9_ffn_norm_weight: PARAMETER target='layers.9.ffn_norm.weight' 2025-06-05T23:23:59.4119846Z p_layers_9_feed_forward_w1_conv_weight: PARAMETER target='layers.9.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4120164Z p_layers_9_feed_forward_w3_conv_weight: PARAMETER target='layers.9.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4120466Z p_layers_9_feed_forward_w2_conv_weight: PARAMETER target='layers.9.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4120736Z p_layers_10_attention_norm_weight: PARAMETER target='layers.10.attention_norm.weight' 2025-06-05T23:23:59.4121048Z p_layers_10_attention_wq_conv_weight: PARAMETER target='layers.10.attention.wq.conv.weight' 2025-06-05T23:23:59.4121374Z p_layers_10_attention_wk_conv_weight: PARAMETER target='layers.10.attention.wk.conv.weight' 2025-06-05T23:23:59.4121667Z p_layers_10_attention_wv_conv_weight: PARAMETER target='layers.10.attention.wv.conv.weight' 2025-06-05T23:23:59.4121960Z p_layers_10_attention_wo_conv_weight: PARAMETER target='layers.10.attention.wo.conv.weight' 2025-06-05T23:23:59.4122190Z p_layers_10_ffn_norm_weight: PARAMETER target='layers.10.ffn_norm.weight' 2025-06-05T23:23:59.4122505Z p_layers_10_feed_forward_w1_conv_weight: PARAMETER target='layers.10.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4122814Z p_layers_10_feed_forward_w3_conv_weight: PARAMETER target='layers.10.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4123133Z p_layers_10_feed_forward_w2_conv_weight: PARAMETER target='layers.10.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4123404Z p_layers_11_attention_norm_weight: PARAMETER target='layers.11.attention_norm.weight' 2025-06-05T23:23:59.4123725Z p_layers_11_attention_wq_conv_weight: PARAMETER target='layers.11.attention.wq.conv.weight' 2025-06-05T23:23:59.4124032Z p_layers_11_attention_wk_conv_weight: PARAMETER target='layers.11.attention.wk.conv.weight' 2025-06-05T23:23:59.4124327Z p_layers_11_attention_wv_conv_weight: PARAMETER target='layers.11.attention.wv.conv.weight' 2025-06-05T23:23:59.4124617Z p_layers_11_attention_wo_conv_weight: PARAMETER target='layers.11.attention.wo.conv.weight' 2025-06-05T23:23:59.4124848Z p_layers_11_ffn_norm_weight: PARAMETER target='layers.11.ffn_norm.weight' 2025-06-05T23:23:59.4125160Z p_layers_11_feed_forward_w1_conv_weight: PARAMETER target='layers.11.feed_forward.w1.conv.weight' 2025-06-05T23:23:59.4125469Z p_layers_11_feed_forward_w3_conv_weight: PARAMETER target='layers.11.feed_forward.w3.conv.weight' 2025-06-05T23:23:59.4125790Z p_layers_11_feed_forward_w2_conv_weight: PARAMETER target='layers.11.feed_forward.w2.conv.weight' 2025-06-05T23:23:59.4125924Z p_norm_weight: PARAMETER target='norm.weight' 2025-06-05T23:23:59.4126128Z p_output_conv_weight: PARAMETER target='output.conv.weight' 2025-06-05T23:23:59.4126404Z b_layers_0_attention_mask: BUFFER target='layers.0.attention.mask' persistent=True 2025-06-05T23:23:59.4126813Z b_layers_0_attention_kv_cache_past_k_caches: BUFFER target='layers.0.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4127215Z b_layers_0_attention_kv_cache_past_v_caches: BUFFER target='layers.0.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4127488Z b_layers_1_attention_mask: BUFFER target='layers.1.attention.mask' persistent=True 2025-06-05T23:23:59.4127891Z b_layers_1_attention_kv_cache_past_k_caches: BUFFER target='layers.1.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4128291Z b_layers_1_attention_kv_cache_past_v_caches: BUFFER target='layers.1.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4128554Z b_layers_2_attention_mask: BUFFER target='layers.2.attention.mask' persistent=True 2025-06-05T23:23:59.4128969Z b_layers_2_attention_kv_cache_past_k_caches: BUFFER target='layers.2.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4129368Z b_layers_2_attention_kv_cache_past_v_caches: BUFFER target='layers.2.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4129652Z b_layers_3_attention_mask: BUFFER target='layers.3.attention.mask' persistent=True 2025-06-05T23:23:59.4130062Z b_layers_3_attention_kv_cache_past_k_caches: BUFFER target='layers.3.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4130461Z b_layers_3_attention_kv_cache_past_v_caches: BUFFER target='layers.3.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4130720Z b_layers_4_attention_mask: BUFFER target='layers.4.attention.mask' persistent=True 2025-06-05T23:23:59.4131135Z b_layers_4_attention_kv_cache_past_k_caches: BUFFER target='layers.4.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4131572Z b_layers_4_attention_kv_cache_past_v_caches: BUFFER target='layers.4.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4131831Z b_layers_5_attention_mask: BUFFER target='layers.5.attention.mask' persistent=True 2025-06-05T23:23:59.4132245Z b_layers_5_attention_kv_cache_past_k_caches: BUFFER target='layers.5.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4132644Z b_layers_5_attention_kv_cache_past_v_caches: BUFFER target='layers.5.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4132901Z b_layers_6_attention_mask: BUFFER target='layers.6.attention.mask' persistent=True 2025-06-05T23:23:59.4133311Z b_layers_6_attention_kv_cache_past_k_caches: BUFFER target='layers.6.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4133707Z b_layers_6_attention_kv_cache_past_v_caches: BUFFER target='layers.6.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4133999Z b_layers_7_attention_mask: BUFFER target='layers.7.attention.mask' persistent=True 2025-06-05T23:23:59.4134415Z b_layers_7_attention_kv_cache_past_k_caches: BUFFER target='layers.7.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4134817Z b_layers_7_attention_kv_cache_past_v_caches: BUFFER target='layers.7.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4135074Z b_layers_8_attention_mask: BUFFER target='layers.8.attention.mask' persistent=True 2025-06-05T23:23:59.4135488Z b_layers_8_attention_kv_cache_past_k_caches: BUFFER target='layers.8.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4135887Z b_layers_8_attention_kv_cache_past_v_caches: BUFFER target='layers.8.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4136144Z b_layers_9_attention_mask: BUFFER target='layers.9.attention.mask' persistent=True 2025-06-05T23:23:59.4136581Z b_layers_9_attention_kv_cache_past_k_caches: BUFFER target='layers.9.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4136982Z b_layers_9_attention_kv_cache_past_v_caches: BUFFER target='layers.9.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4137248Z b_layers_10_attention_mask: BUFFER target='layers.10.attention.mask' persistent=True 2025-06-05T23:23:59.4137669Z b_layers_10_attention_kv_cache_past_k_caches: BUFFER target='layers.10.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4138070Z b_layers_10_attention_kv_cache_past_v_caches: BUFFER target='layers.10.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4138335Z b_layers_11_attention_mask: BUFFER target='layers.11.attention.mask' persistent=True 2025-06-05T23:23:59.4138752Z b_layers_11_attention_kv_cache_past_k_caches: BUFFER target='layers.11.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:23:59.4139156Z b_layers_11_attention_kv_cache_past_v_caches: BUFFER target='layers.11.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:23:59.4139355Z b_rope_freqs_cos: BUFFER target='rope.freqs_cos' persistent=False 2025-06-05T23:23:59.4139559Z b_rope_freqs_sin: BUFFER target='rope.freqs_sin' persistent=False 2025-06-05T23:23:59.4139853Z _lifted_tensor_constant38: BUFFER target='_lifted_tensor_constant38' persistent=True 2025-06-05T23:23:59.4140118Z _lifted_tensor_constant39: BUFFER target='_lifted_tensor_constant39' persistent=True 2025-06-05T23:23:59.4140397Z _lifted_tensor_constant40: BUFFER target='_lifted_tensor_constant40' persistent=True 2025-06-05T23:23:59.4140659Z _lifted_tensor_constant41: BUFFER target='_lifted_tensor_constant41' persistent=True 2025-06-05T23:23:59.4140921Z _lifted_tensor_constant42: BUFFER target='_lifted_tensor_constant42' persistent=True 2025-06-05T23:23:59.4141181Z _lifted_tensor_constant43: BUFFER target='_lifted_tensor_constant43' persistent=True 2025-06-05T23:23:59.4141457Z _lifted_tensor_constant44: BUFFER target='_lifted_tensor_constant44' persistent=True 2025-06-05T23:23:59.4141740Z _lifted_tensor_constant45: BUFFER target='_lifted_tensor_constant45' persistent=True 2025-06-05T23:23:59.4142001Z _lifted_tensor_constant46: BUFFER target='_lifted_tensor_constant46' persistent=True 2025-06-05T23:23:59.4142274Z _lifted_tensor_constant47: BUFFER target='_lifted_tensor_constant47' persistent=True 2025-06-05T23:23:59.4142532Z _lifted_tensor_constant48: BUFFER target='_lifted_tensor_constant48' persistent=True 2025-06-05T23:23:59.4142790Z _lifted_tensor_constant49: BUFFER target='_lifted_tensor_constant49' persistent=True 2025-06-05T23:23:59.4142893Z tokens: USER_INPUT 2025-06-05T23:23:59.4143005Z attn_options_input_pos: USER_INPUT 2025-06-05T23:23:59.4143080Z 2025-06-05T23:23:59.4143158Z # outputs 2025-06-05T23:23:59.4143448Z aten_copy_default: BUFFER_MUTATION target='layers.0.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4143753Z aten_copy_default_1: BUFFER_MUTATION target='layers.0.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4144033Z aten_copy_default_2: BUFFER_MUTATION target='layers.1.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4144315Z aten_copy_default_3: BUFFER_MUTATION target='layers.1.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4144586Z aten_copy_default_4: BUFFER_MUTATION target='layers.2.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4144856Z aten_copy_default_5: BUFFER_MUTATION target='layers.2.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4145139Z aten_copy_default_6: BUFFER_MUTATION target='layers.3.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4145409Z aten_copy_default_7: BUFFER_MUTATION target='layers.3.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4145678Z aten_copy_default_8: BUFFER_MUTATION target='layers.4.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4145963Z aten_copy_default_9: BUFFER_MUTATION target='layers.4.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4146264Z aten_copy_default_10: BUFFER_MUTATION target='layers.5.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4146542Z aten_copy_default_11: BUFFER_MUTATION target='layers.5.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4146830Z aten_copy_default_12: BUFFER_MUTATION target='layers.6.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4147105Z aten_copy_default_13: BUFFER_MUTATION target='layers.6.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4147378Z aten_copy_default_14: BUFFER_MUTATION target='layers.7.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4147664Z aten_copy_default_15: BUFFER_MUTATION target='layers.7.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4147937Z aten_copy_default_16: BUFFER_MUTATION target='layers.8.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4148213Z aten_copy_default_17: BUFFER_MUTATION target='layers.8.attention.kv_cache.past_v_caches' 2025-06-05T23:23:59.4148492Z aten_copy_default_18: BUFFER_MUTATION target='layers.9.attention.kv_cache.past_k_caches' 2025-06-05T23:23:59.4148778Z aten_copy_default_19: BUFFER_MUTATION target='layers.9.attention.kv_cache.past_v_caches' 2025-06-05T23:24:04.2426205Z aten_copy_default_20: BUFFER_MUTATION target='layers.10.attention.kv_cache.past_k_caches' 2025-06-05T23:24:04.2427016Z aten_copy_default_21: BUFFER_MUTATION target='layers.10.attention.kv_cache.past_v_caches' 2025-06-05T23:24:04.2427701Z aten_copy_default_22: BUFFER_MUTATION target='layers.11.attention.kv_cache.past_k_caches' 2025-06-05T23:24:04.2428393Z aten_copy_default_23: BUFFER_MUTATION target='layers.11.attention.kv_cache.past_v_caches' 2025-06-05T23:24:04.2428951Z aten_view_copy_default_217: USER_OUTPUT 2025-06-05T23:24:04.2429244Z 2025-06-05T23:24:04.2429454Z Range constraints: {} 2025-06-05T23:24:04.2429606Z 2025-06-05T23:24:04.2431004Z [WARNING 2025-06-05 23:23:59,143 export_llama_lib.py:898] The model definition in current repro is not performant, please refer to the instruction in https://github.com/pytorch/executorch/tree/main/examples/qualcomm/oss_scripts/llama/README.md for better performance. 2025-06-05T23:24:04.2432748Z [INFO 2025-06-05 23:24:03,758 export_llama_lib.py:971] Lowering model using following partitioner(s): 2025-06-05T23:24:04.2433378Z [INFO 2025-06-05 23:24:03,758 export_llama_lib.py:973] --> QnnPartitioner 2025-06-05T23:24:04.2433852Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:24:04.2434333Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-06-05T23:24:04.2434634Z 2025-06-05T23:24:04.2434938Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:24:04.2435504Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:24:04.2436001Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:24:04.2436441Z 2025-06-05T23:24:04.2436893Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:24:04.2437702Z 2025-06-05T23:24:04.2437861Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:24:04.2438316Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.2438791Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2439287Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.2439772Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2440255Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.2440719Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.2441164Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2441597Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.2442025Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.2442727Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2443280Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.2443773Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2444265Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.2444735Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.2445174Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.2445641Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2446131Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.2446606Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2447106Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.2447558Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.2447995Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.2448465Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.2448931Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2449492Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.2450098Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2450697Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.2451169Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.2451606Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.2452047Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.2452514Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2453006Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.2453494Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2454003Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.2454536Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.2455024Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2455502Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.2455942Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.2456379Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.2456782Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.2457210Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.2457661Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2458143Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.2458584Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.2459070Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2459525Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2459989Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2460465Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2460906Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2461383Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2461845Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2462296Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2462767Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2463230Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2463681Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2464139Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2464675Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2465114Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2465585Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2466064Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2466503Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2466979Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2467437Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2467886Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2468344Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2468812Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2469252Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2469724Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2470276Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2470909Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2471387Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2471920Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2472368Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2472826Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2473296Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2473746Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2474202Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2474672Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2475112Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2475586Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2476106Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.2476559Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.2476999Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2477432Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2477899Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2478356Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2478814Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2479266Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2479733Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2480165Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2480766Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2481454Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2481899Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2482372Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2482835Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2483288Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2483744Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2484218Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2484672Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2485131Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2485604Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2486035Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2486581Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2487046Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2487498Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2487973Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2488430Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2488883Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2489340Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2489812Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2490244Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2490712Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.2491184Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.2491624Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3462819Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3463548Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3464011Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3464685Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3465163Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.3465674Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.3466127Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:04.3466582Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3467065Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3467503Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.3467981Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3468506Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3469243Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3469719Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.3470257Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3470965Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3471427Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.3471850Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3472268Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3472670Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.3473088Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3473489Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3473897Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.3474379Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3474967Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3475376Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.3475813Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3476227Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3476660Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3477136Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3477594Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3478063Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3478520Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.3478993Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.3479467Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3480051Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3480620Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3481080Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.3481557Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.3482013Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3482483Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3482940Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3483409Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3483880Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3484351Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3484847Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3485331Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3485841Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3486323Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3486871Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3487418Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3488023Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3488525Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3489004Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3489484Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3489964Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3490452Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3490958Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3491434Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.3491934Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.3492365Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3492902Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3493508Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3494005Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3494514Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3494971Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3495417Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3495889Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3496468Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3497008Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3497510Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3497966Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3498543Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.3499041Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3499511Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3500004Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3500484Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3500986Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3501463Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.3501906Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.3502350Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.3502862Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3503364Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.3503844Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3504350Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.3504835Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3505321Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3505845Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.3506406Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.3506846Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.3507249Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.3507684Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.3508146Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3508626Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3509078Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.3509551Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3510002Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3510543Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3511025Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3511580Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3512112Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3512567Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3513018Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3513495Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3513957Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3514453Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3514913Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3515386Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3515822Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3516295Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3516844Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3517370Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3517839Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3518301Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3518755Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3519272Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3519750Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3520203Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3520663Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3521135Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3521571Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3522038Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3530415Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3530889Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3531381Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3531851Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3532317Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3532887Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3533360Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3533813Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3534281Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3534771Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.3535386Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.3535835Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3536287Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.3536750Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.3537226Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4459379Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4460130Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4460608Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4461072Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4461552Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4462281Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4462720Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4463243Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4463838Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4464290Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4464746Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4465224Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4465679Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4466140Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4466697Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4467137Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4467613Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4468077Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4468564Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4469116Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4469583Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4470036Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4470742Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4471226Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4471778Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4472256Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4472735Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4473176Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4473654Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4474115Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4474567Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4475025Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4475507Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.4475962Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.4476525Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:04.4477054Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4477605Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4478068Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.4478527Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4479055Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4479535Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4479988Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.4480462Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4480965Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4481437Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.4481885Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4482390Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4482794Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.4483210Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4483626Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4484027Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.4484504Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4484901Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4485319Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.4485720Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4486132Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4486562Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4487073Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4487660Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4488121Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4488591Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.4489097Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.4489566Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4490024Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4490493Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4490960Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.4491415Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.4491884Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4492339Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4492805Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4493266Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4493770Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4494248Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4494798Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4495390Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4495883Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4496381Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4496853Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4497347Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4497831Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4498338Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4498832Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4499306Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4499835Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4500474Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4500987Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4501468Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.4501912Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.4502358Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4502831Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4503328Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4503811Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4504317Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4504777Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4505239Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4505785Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4506313Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4506849Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4507343Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4507815Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4508242Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.4508711Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4509195Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4509677Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4510233Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4510733Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4511263Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.4511696Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.4512132Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.4512601Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4513181Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.4513745Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4514235Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.4514729Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4515197Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4515669Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.4516154Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.4516596Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.4517013Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.4517431Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.4517906Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4518412Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.4518941Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.4519376Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4519830Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4520305Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4520770Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4521221Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4521683Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4522197Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4522638Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4523110Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4523587Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4524176Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4524651Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.4525115Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.4525564Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5430304Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5431032Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5431639Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5432320Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5433234Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5433725Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5434342Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5434808Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5435267Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5435727Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5436205Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5436657Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5437126Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5437600Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5438045Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5438556Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5439086Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5439528Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5440005Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5440463Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5440918Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5441378Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5441858Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5442313Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.5442740Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5443189Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5443701Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5444175Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5444611Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5445086Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5445557Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5445992Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5446467Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5446925Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5447381Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5447845Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5448324Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5448804Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5449501Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5449986Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5450421Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5450895Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5451357Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5451807Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5452264Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5452742Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5453196Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5453657Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5454130Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5454573Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5455052Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5455511Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5455989Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5456532Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5457090Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5457539Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5457998Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5458473Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5458910Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.5459380Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5459866Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.5460323Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.5460835Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:04.5461287Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5461817Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5462345Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.5462813Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5463317Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5463808Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5464258Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.5464715Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5465223Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5465723Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.5466275Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5466678Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5467085Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.5467501Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5467896Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5468305Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.5468702Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5469110Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5469506Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.5469925Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5470400Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5471025Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5471579Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5472040Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5472510Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5472967Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.5473433Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.5474028Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5474520Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5474991Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5475447Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.5475912Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.5476369Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5476839Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5477293Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5477761Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.5478848Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5479322Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5479829Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.5480312Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5480834Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5481460Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5481944Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5482427Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.5482925Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5483431Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5483989Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5484474Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5484961Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.5485459Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5485959Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5486509Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.5487029Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.5487463Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5487946Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5488482Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.5488984Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5489476Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5489947Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5490394Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5490862Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5491351Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.5491830Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5492337Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5492790Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.5493244Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.5493831Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.5494348Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5494845Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.5495328Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.5495830Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.5496304Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.5496749Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.5497192Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6375924Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6376837Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.6377671Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6378215Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6378734Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6379228Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6379703Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.6380165Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.6380811Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.6381237Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6381660Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.6382135Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6382608Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6383069Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.6383513Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6383954Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6384433Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6384898Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6385414Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6385875Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6386352Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6386804Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6387266Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6387739Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6388178Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6388653Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6389113Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6389616Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6390163Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6390633Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6391086Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6391550Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6392024Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6392457Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6392926Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6393396Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6393831Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6394351Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6394895Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6395355Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6395874Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6396352Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6396790Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6397275Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6397749Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6398188Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6398660Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6399119Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6399567Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6400026Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6400510Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6400963Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.6401392Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6401884Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6402516Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6402988Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6403429Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6403908Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6404387Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6404828Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6405296Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6405757Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6406215Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6406674Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6407262Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6407836Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6408317Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6408800Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6409247Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6409721Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6410187Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6410635Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6411105Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6411564Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6412054Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6412514Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6412986Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6413427Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6413897Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6414373Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6414809Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6415276Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6415739Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6416185Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6416643Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6417116Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6417589Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.6418189Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6418671Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.6419150Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.6419604Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:04.6420074Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6420546Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6421003Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.6421462Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6421979Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6422460Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6422918Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.6423396Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6423899Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6424425Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.6424833Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6425353Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6425765Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.6426184Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6426581Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6427002Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.6427411Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6427808Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6428219Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.6428622Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6429070Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.6429495Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6429972Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6430629Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6431085Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6431552Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.6432006Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.6432473Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6432924Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6433392Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6433921Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.6434393Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.6434864Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6435320Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6435786Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6436242Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.6436711Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6437180Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6437680Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.6438296Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6438791Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6439284Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.6439787Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6440288Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.6440769Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.6441274Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.6441764Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.7403412Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7404250Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.7404759Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7405268Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7405749Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.7406238Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.7406838Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.7407369Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7407914Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.7408613Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7409116Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7409575Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7410018Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.7410491Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7411131Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.7411625Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7412191Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7412658Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7413171Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.7413636Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.7414148Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7414647Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.7415133Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7415620Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7416171Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.7416700Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.7417138Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.7417670Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7418225Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.7418720Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7419211Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7419704Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.7420171Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7420640Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.7421080Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.7421620Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.7422102Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7422569Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.7423046Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7423516Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.7424033Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.7424464Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7424914Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7425376Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7425849Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7426295Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7426752Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7427383Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7427826Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7428355Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7428816Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7429274Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7429745Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7430280Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7430739Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7431272Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7431746Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7432185Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7432763Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7433302Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7433799Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7434277Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7434743Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7435200Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7435702Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7436174Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7436626Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7437188Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7437717Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7438213Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7438687Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7439143Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7439589Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7440040Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7440549Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7440999Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7441457Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7441934Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.7442478Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.7442975Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7443471Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7443944Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7444415Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7444854Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7445322Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7445781Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7446237Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7446734Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7447208Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7447762Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7448286Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7448815Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7449253Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7449720Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7450173Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7450620Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7451087Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7451545Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7451995Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7452458Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7452959Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7453557Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7454035Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7454561Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7455014Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7455485Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7455943Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7456393Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7456846Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7457322Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7457760Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7458288Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7458917Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7459363Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.7459896Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7460363Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.7460832Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.7461273Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:04.7461735Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.7462215Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.7462649Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.7463317Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7463824Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7464381Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.7464821Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.7465285Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7465779Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.7466239Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.7466652Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7467051Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7467587Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.7468020Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7468492Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7468930Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.7469340Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7469754Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.7470224Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.7470803Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.8393537Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.8394400Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8394948Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8395417Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8395882Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8396338Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.8396819Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.8397274Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8397831Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8398349Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8399124Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.8399598Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.8400056Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8400527Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8400983Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8401452Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8401925Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8402396Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8402900Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8403386Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8403977Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8404464Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8404949Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8405447Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8406039Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8406554Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8407097Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8407579Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8408057Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8408617Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8409123Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8409598Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.8410037Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.8410468Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8410949Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8411489Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8412036Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8412596Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8413053Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.8413496Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8413962Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8414517Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8414998Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8415501Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8415974Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.8416406Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.8416875Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8417457Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8417954Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8418499Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8419001Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8419478Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.8419917Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.8420357Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.8420829Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8421320Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.8421841Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8422341Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.8422822Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8423302Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8423781Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.8424224Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.8424681Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.8425153Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.8425616Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.8426168Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8426649Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8427098Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.8427529Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8427978Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8428439Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8428910Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8429345Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8429816Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8430362Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8430853Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8431325Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8431786Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8432234Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8432693Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8433163Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8433596Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8434065Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8434532Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8434969Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8435437Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8435893Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8436371Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8436831Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8437300Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8437749Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8438205Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8438672Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8439107Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8439577Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8440036Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8440486Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8440954Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8441415Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8441862Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8442322Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8442793Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8443337Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8443868Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8444380Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.8444846Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.8445285Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8445723Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8446191Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8446652Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8447110Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8447613Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8448085Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8448543Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8449001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8449476Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8449910Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8450383Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8450845Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8451298Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8451773Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8452263Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8452718Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8453178Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8453652Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8454087Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8454559Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8455018Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8455466Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8455932Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8456387Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8456835Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8457292Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.8457762Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8458228Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.8458705Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9445502Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9446403Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9446882Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9447342Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9447798Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9448269Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9448741Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.9449211Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:04.9449666Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:04.9450286Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9450867Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9451354Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.9452045Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9452551Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9453043Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9453479Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.9453946Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9454440Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9454902Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.9455351Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9455843Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9456260Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.9456801Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9457222Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9457625Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.9458039Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9458435Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9458850Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:04.9459259Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9459654Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9460093Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9460548Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9461069Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9461523Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9461989Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.9462442Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.9462966Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9463535Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9464010Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9464512Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.9464976Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:04.9465429Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9465889Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9466338Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9466803Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9467318Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9467805Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9468304Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9468847Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9469409Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9469949Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9470509Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9471157Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9471647Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9472149Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9472631Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9473113Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9473597Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9474092Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9474732Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9475258Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.9475758Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.9476186Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9476664Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9477140Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9477634Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9478128Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9478593Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9479073Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9479569Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9480077Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9480560Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9481068Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9481524Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9481966Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:04.9482539Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9483030Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9483594Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9484133Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9484645Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9485122Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:04.9485567Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.9485998Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:04.9486484Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9486979Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:04.9487457Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9488037Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:04.9488557Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9489097Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9489555Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.9490057Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:04.9490500Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:04.9490899Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:04.9491332Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:04.9491783Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9492263Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9492696Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.9493134Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9493690Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9494161Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9494696Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9495134Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9495600Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9496062Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9496509Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9497010Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9497483Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9497934Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9498390Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9498865Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9499303Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9499775Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9500237Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9500683Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9501296Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9501760Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9502272Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9502728Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9503194Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9503629Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9504097Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9504552Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9505000Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9505468Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9505964Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9506413Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9506994Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9507465Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9507967Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9508436Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9508902Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9509335Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9509801Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:04.9510343Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:04.9510792Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:04.9511215Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:04.9511715Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0460972Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0461853Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0462317Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0462778Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0463253Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0463686Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0464152Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0464609Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0465073Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0465694Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0466179Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0466681Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0467180Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0467651Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0468333Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0478671Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0479340Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0479808Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0480344Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0480819Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0481259Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0481733Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0482225Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0482840Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0483319Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0483784Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0484238Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0484862Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0485339Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0485841Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0486313Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0486780Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0487218Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0487764Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0488236Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.0488715Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.0489154Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.0489626Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0490108Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0490548Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.0491017Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0491515Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0492006Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0492604Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.0493075Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0493751Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0494212Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.0494632Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0495032Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0495451Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.0495847Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0496258Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0496655Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.0497065Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0497475Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0497960Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.0498447Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0498899Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0499352Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0499811Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0500281Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0500820Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0501271Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.0501739Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.0502191Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0502656Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0503108Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0503695Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.0504181Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.0504715Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0505222Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0505674Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0506141Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0506594Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0507075Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0507558Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0508054Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0508558Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0509038Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0509519Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0510030Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0510612Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0511106Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0511764Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0512269Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0512786Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0513278Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0513768Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0514257Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.0514682Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.0515119Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0515602Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0516134Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0516628Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0517238Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0517738Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0518222Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0518700Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0519192Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0519667Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0520174Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0520628Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0521064Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:05.0521523Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0522006Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0522506Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0523181Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0523747Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0524229Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.0524673Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.0525105Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.0525590Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0526075Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.0526572Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0527079Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.0527557Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0528082Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0528547Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.0529000Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:05.0529430Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.0529853Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.0530346Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.0530903Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0531445Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.0531886Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.0532326Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0532805Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0533282Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0533740Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0534195Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0534668Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0535125Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0535581Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0536141Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.0536677Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0537168Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.0537643Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1467360Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1468227Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1468723Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1469187Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1469645Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1470212Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1470885Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1471342Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1471802Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1472405Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1472843Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1473315Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1473790Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1474229Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1474704Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1475163Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1475715Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1476170Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1476644Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1477081Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1477562Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1478037Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1478472Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1478946Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1479464Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1480059Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.1480523Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1480962Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1481434Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1481896Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1482348Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1482825Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1483283Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1483730Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1484188Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1484723Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1485161Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1485633Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1486107Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1486544Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1487011Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1487467Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1487916Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1488371Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1488841Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1489277Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1489747Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1490262Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1490701Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1491174Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1491633Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1492079Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1492537Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1493009Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1493453Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1493923Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1494381Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1494832Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1495302Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1495760Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1496216Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.1496670Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1497191Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.1497645Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.1498093Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.1498552Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1499015Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1499465Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.1500053Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1500563Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1501048Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1501537Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.1502003Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1502502Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1502971Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.1503375Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1503792Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1504189Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.1504597Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1504995Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1505404Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.1505810Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1506258Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1506667Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.1507062Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1507476Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1508016Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1508484Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1508956Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1509410Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1509874Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.1510411Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.1510880Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1511333Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1511849Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1512301Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.1512765Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.1513250Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1513798Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1514257Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1514707Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.1515167Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1515637Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1516131Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.1516621Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1517114Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1517602Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1518188Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1518680Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.1519197Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1519697Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1520189Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1520653Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1521143Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.1521619Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1522122Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1522599Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.1523038Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.1523504Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1523967Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1524458Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.1524935Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1525436Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1526007Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1526451Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1526921Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1527416Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.1527905Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1528435Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1528906Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.1529331Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:05.1529794Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.1530260Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1530751Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.1531243Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.1531733Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.1532220Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.2453753Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.2454351Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2454902Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2455608Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.2456193Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2456758Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.2457331Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2457945Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2458471Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.2458984Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:05.2459416Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.2459899Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2460377Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.2460851Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2461400Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2461922Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.2462364Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2462957Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2463497Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2463961Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2464478Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2465001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2465641Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2466112Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2466642Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2467125Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2467622Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2468234Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2468730Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2469205Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2469725Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2470325Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2470969Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2471450Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2471967Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2472468Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2472952Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2473518Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2474047Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2474557Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2475037Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2475546Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2476017Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2476535Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2477026Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2477494Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2478020Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2478529Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2479001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2479580Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2480094Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2480556Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2481113Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2481664Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.2482087Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2482602Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2483123Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2483597Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2484122Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2484642Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2485205Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2485715Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2486190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2486644Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2487226Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2487698Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2488155Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2488607Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2489129Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2489605Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2490042Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2490514Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2490985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2491473Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2491942Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2492403Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2492945Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2493402Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2493868Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2494301Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2494765Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2495232Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2495666Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2496173Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2496632Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2497081Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2497543Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2498016Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2498540Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.2499001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2499481Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.2500006Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.2500459Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.2500907Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2501381Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2501895Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.2502353Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.2502867Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.2503350Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2503806Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.2504261Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.2504769Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.2505226Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.2505640Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2506048Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2506445Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.2506853Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2507265Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2507665Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.2508073Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2508516Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2508966Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.2509377Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2509773Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.2510290Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2510749Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2511216Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2511669Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2512139Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.2512605Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.2513156Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2513638Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2514096Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2514562Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.2515013Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.2515477Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2515936Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2516410Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2516957Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.2517422Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2517932Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2518433Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.2518917Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2519424Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.2519908Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.2520395Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.2520877Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.2521371Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3498710Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3499267Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.3499747Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3500268Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.3500924Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3501441Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3501920Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.3502374Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.3502819Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.3503286Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3503777Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.3504253Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3504795Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3505269Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3505708Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.3506178Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3506670Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.3507160Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3507704Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3508167Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3508591Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:05.3509052Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.3509518Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3510011Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.3510596Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3511089Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3511583Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.3512013Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.3512610Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.3513079Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3513572Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.3514060Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3514551Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3515045Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.3515510Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3515980Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.3516417Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:05.3516911Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.3517316Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3517748Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.3518220Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3518695Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.3519151Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.3519620Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3520134Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3520592Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3521063Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3521509Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3521964Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3522432Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3522906Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3523379Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3523835Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3524428Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3524898Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3525353Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3525802Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3526258Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3526726Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3527159Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3527626Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3528099Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3528536Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3529059Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3529567Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3530016Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3530470Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3530935Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3531416Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3531873Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3532341Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3532777Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3533250Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3533723Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3534248Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3534723Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3535183Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3535634Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3536091Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3536574Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.3537024Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.3537445Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3537894Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3538350Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3538851Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3539290Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3539834Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3540303Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3540742Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3541212Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3541671Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3542119Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3542577Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3543049Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3543487Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3543968Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3544475Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3544920Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3545501Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3545965Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3546418Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3546876Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3547353Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3547800Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3548259Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3548725Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3549161Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3549628Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3550085Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3550615Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3551227Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3551737Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3552184Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3552639Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3553105Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3553538Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.3554004Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3554481Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.3554939Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.3555439Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.3555931Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.3556410Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.3556847Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.3557313Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3557811Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3558342Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.3558792Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.3559242Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3559749Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.3560202Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.3560650Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3561100Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3561513Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.3561925Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3562323Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.3562732Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.3563128Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4530723Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4531331Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.4531739Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4532156Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4532587Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4533082Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4533714Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4534196Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4534651Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.4535183Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.4535746Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4536194Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4536655Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4537104Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.4537565Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.4538016Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4538478Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4538949Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4539403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4539864Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4540429Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4540927Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4541405Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4541902Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4542392Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4542853Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4543448Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4543929Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4544437Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4544916Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4545459Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4545938Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4546434Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4546939Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4547413Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.4547855Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.4548281Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4548767Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4549381Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4549947Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4550556Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4551019Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4551460Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4551928Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4552421Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4552942Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4553429Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4553916Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4554343Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:05.4554809Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4555400Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4555888Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4556425Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4556917Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4557409Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.4557840Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.4558283Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.4558764Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4559246Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.4559738Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4560229Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.4560726Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4561196Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4561674Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.4562123Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:05.4562561Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.4563102Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.4563559Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.4564026Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4564496Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4564948Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.4565370Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4565821Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4566291Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4566751Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4567202Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4567698Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4568171Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4568607Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4569173Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4569648Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4570084Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4570549Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4571188Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4571644Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4572182Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4572655Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4573092Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4573562Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4574038Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4574473Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4574985Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4575538Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4575983Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4576437Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4576906Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4577349Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4577809Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4578339Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4578781Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4579254Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4579716Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4580172Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4580647Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4581104Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4581558Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4582012Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4582488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.4582922Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.4583469Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4583918Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4584376Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4584897Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4585330Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4585798Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4586254Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4586701Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4587156Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4587629Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4588077Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4588535Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4589003Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4589482Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4589950Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4590503Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4590952Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4591419Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4591876Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4592324Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4592776Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4593248Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4593687Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4594192Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.4594664Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4595100Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.4595568Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5608083Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5608635Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5609110Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5609592Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5610033Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5610501Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5610959Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5611428Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5612025Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5612587Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.5613195Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.5613643Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.5614108Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5614578Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5615025Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.5615484Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5615997Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5616476Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5616922Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.5617390Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5617895Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5618541Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.5619082Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5619499Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5619897Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.5620308Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5620715Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5621111Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.5621519Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5621916Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5622325Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.5622724Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5623134Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5623624Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5624104Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5624570Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5625020Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5625487Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.5626057Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.5626646Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5627099Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5627559Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5628019Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.5628554Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.5629017Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5629468Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5629943Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5630476Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5630945Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5631427Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5632030Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5632652Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5633143Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5633633Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5634103Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5634667Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5635154Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5635658Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5636151Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5636653Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5637145Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5637752Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5638369Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5638860Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.5639284Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.5639727Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5640199Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5640693Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5641183Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5641723Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5642187Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5642613Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5643092Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5643574Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5644067Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5644567Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5645018Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5645573Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:24:05.5646196Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5646676Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5647157Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5647646Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5648146Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5648619Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.5649057Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.5649481Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.5649960Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5650438Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.5650969Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5651656Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.5652179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5652655Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5653112Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.5653563Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:24:05.5654011Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.5654415Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.5654843Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:24:05.5655297Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5655778Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.5656216Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.5656660Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5657313Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5657834Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5658316Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5658756Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5659230Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5659689Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5660145Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5660617Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5661076Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5661529Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5661985Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5662462Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5662899Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5663368Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5663878Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5664313Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5664856Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5665470Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5665923Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5666376Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5666842Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5667276Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5667746Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5668217Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5668694Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5669161Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5669620Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5670067Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5670772Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5671447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5671902Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5672360Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5672830Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5673353Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.5673829Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.5674298Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6607999Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.6608917Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6609761Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6610428Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6610890Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6611343Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6611816Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6612275Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6612726Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6613190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6614131Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6614584Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6615060Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6615536Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6615970Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6616437Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6616890Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6617335Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6617786Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6618251Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6618700Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6619159Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6619628Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6620062Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6620600Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6621056Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6621504Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6621958Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6622431Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6622879Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6623335Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6623804Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6624240Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6624707Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6625217Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6625666Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:24:05.6626139Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6626641Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.6627107Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:24:05.6627557Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.6628007Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6628485Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6628923Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.6629395Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6629949Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6630527Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6630975Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:24:05.6631433Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6631944Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6632398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.6632814Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6633214Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6633624Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.6634021Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6634427Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6634840Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:24:05.6635277Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6645458Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6645916Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:24:05.6646328Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6646755Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:24:05.6647186Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6647661Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6648120Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6648588Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6649052Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.6649508Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.6649974Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6650439Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6650905Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6651358Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.6651928Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:24:05.6652379Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6652847Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6653316Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6653768Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:24:05.6654232Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6654704Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6655208Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.6655697Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6656208Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6656746Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6657215Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6657709Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.6658185Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6658685Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6659160Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:24:05.6659638Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6660129Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:24:05.6660604Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:24:05.6661139Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:24:05.6661622Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:24:05.6662070Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.6662490Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:24:05.6662945Z [QNN Partitioner Op Support]: aten.embedding.default | True 2025-06-05T23:24:05.6663417Z [QNN Partitioner Op Support]: aten._to_copy.default | True 2025-06-05T23:24:05.6663862Z [QNN Partitioner Op Support]: aten._to_copy.default | True 2025-06-05T23:24:05.6664460Z [INFO 2025-06-05 23:24:05,656 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6665173Z [INFO 2025-06-05 23:24:05,656 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6665890Z [INFO 2025-06-05 23:24:05,657 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6666626Z [INFO 2025-06-05 23:24:05,657 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6667346Z [INFO 2025-06-05 23:24:05,657 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6668058Z [INFO 2025-06-05 23:24:05,657 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6668759Z [INFO 2025-06-05 23:24:05,657 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6669470Z [INFO 2025-06-05 23:24:05,657 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6670254Z [INFO 2025-06-05 23:24:05,658 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6671189Z [INFO 2025-06-05 23:24:05,658 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6671903Z [INFO 2025-06-05 23:24:05,658 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6672611Z [INFO 2025-06-05 23:24:05,658 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6673407Z [INFO 2025-06-05 23:24:05,658 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6674194Z [INFO 2025-06-05 23:24:05,659 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6674909Z [INFO 2025-06-05 23:24:05,659 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6675621Z [INFO 2025-06-05 23:24:05,659 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6676320Z [INFO 2025-06-05 23:24:05,659 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6677034Z [INFO 2025-06-05 23:24:05,659 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6677741Z [INFO 2025-06-05 23:24:05,659 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6678501Z [INFO 2025-06-05 23:24:05,660 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6679219Z [INFO 2025-06-05 23:24:05,660 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:05.6679917Z [INFO 2025-06-05 23:24:05,660 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:07.4694182Z [INFO 2025-06-05 23:24:05,660 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:07.4695533Z [INFO 2025-06-05 23:24:05,660 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:24:07.4696545Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:24:07.4697193Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:24:07.4698086Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:24:07.4698674Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:24:07.4699331Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:24:07.4700052Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:24:07.4701063Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:24:07.4702078Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:24:07.4702925Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:24:07.4703535Z 2025-06-05T23:24:07.4704329Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:24:07.4705338Z 2025-06-05T23:24:07.4705589Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:24:07.4706413Z [INFO 2025-06-05 23:24:06,236 qnn_preprocess.py:155] Processing Method(0): (1/1) 2025-06-05T23:24:07.4707609Z [INFO 2025-06-05 23:24:07,361 qnn_preprocess.py:50] Visiting: aten__to_copy_default, aten._to_copy.default 2025-06-05T23:24:07.4708885Z [INFO 2025-06-05 23:24:07,362 qnn_preprocess.py:50] Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-06-05T23:24:07.4710262Z [INFO 2025-06-05 23:24:07,363 qnn_preprocess.py:50] Visiting: aten_embedding_default, aten.embedding.default 2025-06-05T23:24:07.4711516Z [INFO 2025-06-05 23:24:07,432 qnn_preprocess.py:50] Visiting: aten_index_tensor, aten.index.Tensor 2025-06-05T23:24:07.4712726Z [INFO 2025-06-05 23:24:07,433 qnn_preprocess.py:50] Visiting: aten_index_tensor_1, aten.index.Tensor 2025-06-05T23:24:07.4713940Z [INFO 2025-06-05 23:24:07,433 qnn_preprocess.py:50] Visiting: aten_index_tensor_2, aten.index.Tensor 2025-06-05T23:24:07.4715138Z [INFO 2025-06-05 23:24:07,434 qnn_preprocess.py:50] Visiting: aten_index_tensor_3, aten.index.Tensor 2025-06-05T23:24:07.4716345Z [INFO 2025-06-05 23:24:07,435 qnn_preprocess.py:50] Visiting: aten_index_tensor_4, aten.index.Tensor 2025-06-05T23:24:07.4717546Z [INFO 2025-06-05 23:24:07,436 qnn_preprocess.py:50] Visiting: aten_index_tensor_5, aten.index.Tensor 2025-06-05T23:24:07.4718763Z [INFO 2025-06-05 23:24:07,437 qnn_preprocess.py:50] Visiting: aten_index_tensor_6, aten.index.Tensor 2025-06-05T23:24:07.4720043Z [INFO 2025-06-05 23:24:07,438 qnn_preprocess.py:50] Visiting: aten_index_tensor_7, aten.index.Tensor 2025-06-05T23:24:07.4721232Z [INFO 2025-06-05 23:24:07,438 qnn_preprocess.py:50] Visiting: aten_index_tensor_8, aten.index.Tensor 2025-06-05T23:24:07.4722434Z [INFO 2025-06-05 23:24:07,439 qnn_preprocess.py:50] Visiting: aten_index_tensor_9, aten.index.Tensor 2025-06-05T23:24:07.4723627Z [INFO 2025-06-05 23:24:07,440 qnn_preprocess.py:50] Visiting: aten_index_tensor_10, aten.index.Tensor 2025-06-05T23:24:07.4724839Z [INFO 2025-06-05 23:24:07,441 qnn_preprocess.py:50] Visiting: aten_index_tensor_11, aten.index.Tensor 2025-06-05T23:24:07.4726051Z [INFO 2025-06-05 23:24:07,442 qnn_preprocess.py:50] Visiting: aten_index_tensor_12, aten.index.Tensor 2025-06-05T23:24:07.4727254Z [INFO 2025-06-05 23:24:07,442 qnn_preprocess.py:50] Visiting: aten_index_tensor_13, aten.index.Tensor 2025-06-05T23:24:07.4728555Z [INFO 2025-06-05 23:24:07,443 qnn_preprocess.py:50] Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-06-05T23:24:07.4729844Z [INFO 2025-06-05 23:24:07,444 qnn_preprocess.py:50] Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-05T23:24:07.4731184Z [INFO 2025-06-05 23:24:07,444 qnn_preprocess.py:50] Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-05T23:24:07.4732516Z [INFO 2025-06-05 23:24:07,445 qnn_preprocess.py:50] Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-05T23:24:07.4733830Z [INFO 2025-06-05 23:24:07,445 qnn_preprocess.py:50] Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-05T23:24:07.4735163Z [INFO 2025-06-05 23:24:07,445 qnn_preprocess.py:50] Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-05T23:24:07.4736554Z [INFO 2025-06-05 23:24:07,445 qnn_preprocess.py:50] Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-05T23:24:07.4737901Z [INFO 2025-06-05 23:24:07,445 qnn_preprocess.py:50] Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-05T23:24:07.4739249Z [INFO 2025-06-05 23:24:07,446 qnn_preprocess.py:50] Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-05T23:24:07.4740584Z [INFO 2025-06-05 23:24:07,446 qnn_preprocess.py:50] Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-05T23:24:07.4741929Z [INFO 2025-06-05 23:24:07,446 qnn_preprocess.py:50] Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-05T23:24:07.4743262Z [INFO 2025-06-05 23:24:07,446 qnn_preprocess.py:50] Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-05T23:24:07.4744601Z [INFO 2025-06-05 23:24:07,447 qnn_preprocess.py:50] Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-05T23:24:07.4745981Z [INFO 2025-06-05 23:24:07,447 qnn_preprocess.py:50] Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-05T23:24:07.4747300Z [INFO 2025-06-05 23:24:07,447 qnn_preprocess.py:50] Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-05T23:24:07.4748642Z [INFO 2025-06-05 23:24:07,447 qnn_preprocess.py:50] Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-05T23:24:07.4749958Z [INFO 2025-06-05 23:24:07,448 qnn_preprocess.py:50] Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-05T23:24:07.4751351Z [INFO 2025-06-05 23:24:07,448 qnn_preprocess.py:50] Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-05T23:24:07.4752698Z [INFO 2025-06-05 23:24:07,448 qnn_preprocess.py:50] Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-05T23:24:07.4754026Z [INFO 2025-06-05 23:24:07,448 qnn_preprocess.py:50] Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-05T23:24:07.4755380Z [INFO 2025-06-05 23:24:07,448 qnn_preprocess.py:50] Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-05T23:24:07.4756723Z [INFO 2025-06-05 23:24:07,449 qnn_preprocess.py:50] Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-05T23:24:07.4758080Z [INFO 2025-06-05 23:24:07,449 qnn_preprocess.py:50] Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-05T23:24:07.4759472Z [INFO 2025-06-05 23:24:07,449 qnn_preprocess.py:50] Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-05T23:24:07.4760803Z [INFO 2025-06-05 23:24:07,449 qnn_preprocess.py:50] Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-05T23:24:07.4762203Z [INFO 2025-06-05 23:24:07,450 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-05T23:24:07.4763650Z [INFO 2025-06-05 23:24:07,450 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_664, aten.permute_copy.default 2025-06-05T23:24:07.4765092Z [INFO 2025-06-05 23:24:07,451 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_1, aten.unsqueeze_copy.default 2025-06-05T23:24:07.4766615Z [INFO 2025-06-05 23:24:07,452 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_665, aten.permute_copy.default 2025-06-05T23:24:07.4768046Z [INFO 2025-06-05 23:24:07,452 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_2, aten.unsqueeze_copy.default 2025-06-05T23:24:07.4769503Z [INFO 2025-06-05 23:24:07,453 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_666, aten.permute_copy.default 2025-06-05T23:24:07.4771067Z [INFO 2025-06-05 23:24:07,453 qnn_preprocess.py:50] Visiting: aten_convolution_default, aten.convolution.default 2025-06-05T23:24:07.4772466Z [INFO 2025-06-05 23:24:07,456 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_667, aten.permute_copy.default 2025-06-05T23:24:07.4773884Z [INFO 2025-06-05 23:24:07,457 qnn_preprocess.py:50] Visiting: aten_convolution_default_1, aten.convolution.default 2025-06-05T23:24:07.4775293Z [INFO 2025-06-05 23:24:07,460 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_668, aten.permute_copy.default 2025-06-05T23:24:07.4776807Z [INFO 2025-06-05 23:24:07,461 qnn_preprocess.py:50] Visiting: aten_convolution_default_2, aten.convolution.default 2025-06-05T23:24:07.4778226Z [INFO 2025-06-05 23:24:07,464 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_669, aten.permute_copy.default 2025-06-05T23:24:07.4779591Z [INFO 2025-06-05 23:24:07,465 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims, aten.squeeze_copy.dims 2025-06-05T23:24:07.4780919Z [INFO 2025-06-05 23:24:07,465 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_1, aten.squeeze_copy.dims 2025-06-05T23:24:07.4782235Z [INFO 2025-06-05 23:24:07,465 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_2, aten.squeeze_copy.dims 2025-06-05T23:24:07.4783559Z [INFO 2025-06-05 23:24:07,466 qnn_preprocess.py:50] Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-05T23:24:07.4784885Z [INFO 2025-06-05 23:24:07,466 qnn_preprocess.py:50] Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-05T23:24:07.4786340Z [INFO 2025-06-05 23:24:07,466 qnn_preprocess.py:50] Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-05T23:24:07.4787690Z [INFO 2025-06-05 23:24:07,467 qnn_preprocess.py:50] Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-05T23:24:07.4789011Z [INFO 2025-06-05 23:24:07,467 qnn_preprocess.py:50] Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-05T23:24:07.4790440Z [INFO 2025-06-05 23:24:07,467 qnn_preprocess.py:50] Visiting: aten_index_put_default_1, aten.index_put.default 2025-06-05T23:24:07.4791764Z [INFO 2025-06-05 23:24:07,468 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-05T23:24:07.5049733Z [INFO 2025-06-05 23:24:07,469 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-05T23:24:07.5051163Z [INFO 2025-06-05 23:24:07,469 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-06-05T23:24:07.5052550Z [INFO 2025-06-05 23:24:07,469 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-06-05T23:24:07.5053935Z [INFO 2025-06-05 23:24:07,470 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_19, aten.permute_copy.default 2025-06-05T23:24:07.5055580Z [INFO 2025-06-05 23:24:07,470 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_20, aten.permute_copy.default 2025-06-05T23:24:07.5057019Z [INFO 2025-06-05 23:24:07,471 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_21, aten.permute_copy.default 2025-06-05T23:24:07.5058437Z [INFO 2025-06-05 23:24:07,472 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_22, aten.permute_copy.default 2025-06-05T23:24:07.5059873Z [INFO 2025-06-05 23:24:07,472 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_23, aten.permute_copy.default 2025-06-05T23:24:07.5061290Z [INFO 2025-06-05 23:24:07,473 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_24, aten.permute_copy.default 2025-06-05T23:24:07.5062733Z [INFO 2025-06-05 23:24:07,473 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_25, aten.permute_copy.default 2025-06-05T23:24:07.5064238Z [INFO 2025-06-05 23:24:07,474 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_26, aten.permute_copy.default 2025-06-05T23:24:07.5065661Z [INFO 2025-06-05 23:24:07,475 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_27, aten.permute_copy.default 2025-06-05T23:24:07.5067089Z [INFO 2025-06-05 23:24:07,475 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_28, aten.permute_copy.default 2025-06-05T23:24:07.5068526Z [INFO 2025-06-05 23:24:07,476 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_29, aten.permute_copy.default 2025-06-05T23:24:07.5069956Z [INFO 2025-06-05 23:24:07,477 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_30, aten.permute_copy.default 2025-06-05T23:24:07.5071561Z [INFO 2025-06-05 23:24:07,477 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_3, aten.squeeze_copy.dims 2025-06-05T23:24:07.5072979Z [INFO 2025-06-05 23:24:07,478 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_4, aten.squeeze_copy.dims 2025-06-05T23:24:07.5074303Z [INFO 2025-06-05 23:24:07,478 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_5, aten.squeeze_copy.dims 2025-06-05T23:24:07.5075634Z [INFO 2025-06-05 23:24:07,478 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_6, aten.squeeze_copy.dims 2025-06-05T23:24:07.5076948Z [INFO 2025-06-05 23:24:07,479 qnn_preprocess.py:50] Visiting: aten_select_copy_int_24, aten.select_copy.int 2025-06-05T23:24:07.5078225Z [INFO 2025-06-05 23:24:07,479 qnn_preprocess.py:50] Visiting: aten_select_copy_int_26, aten.select_copy.int 2025-06-05T23:24:07.5079521Z [INFO 2025-06-05 23:24:07,480 qnn_preprocess.py:50] Visiting: aten_select_copy_int_28, aten.select_copy.int 2025-06-05T23:24:07.5080794Z [INFO 2025-06-05 23:24:07,480 qnn_preprocess.py:50] Visiting: aten_select_copy_int_30, aten.select_copy.int 2025-06-05T23:24:07.5082080Z [INFO 2025-06-05 23:24:07,480 qnn_preprocess.py:50] Visiting: aten_select_copy_int_32, aten.select_copy.int 2025-06-05T23:24:07.5083414Z [INFO 2025-06-05 23:24:07,481 qnn_preprocess.py:50] Visiting: aten_select_copy_int_34, aten.select_copy.int 2025-06-05T23:24:07.5084689Z [INFO 2025-06-05 23:24:07,481 qnn_preprocess.py:50] Visiting: aten_select_copy_int_36, aten.select_copy.int 2025-06-05T23:24:07.5086076Z [INFO 2025-06-05 23:24:07,482 qnn_preprocess.py:50] Visiting: aten_select_copy_int_38, aten.select_copy.int 2025-06-05T23:24:07.5087344Z [INFO 2025-06-05 23:24:07,482 qnn_preprocess.py:50] Visiting: aten_select_copy_int_40, aten.select_copy.int 2025-06-05T23:24:07.5088634Z [INFO 2025-06-05 23:24:07,482 qnn_preprocess.py:50] Visiting: aten_select_copy_int_42, aten.select_copy.int 2025-06-05T23:24:07.5089925Z [INFO 2025-06-05 23:24:07,483 qnn_preprocess.py:50] Visiting: aten_select_copy_int_44, aten.select_copy.int 2025-06-05T23:24:07.5091201Z [INFO 2025-06-05 23:24:07,483 qnn_preprocess.py:50] Visiting: aten_select_copy_int_46, aten.select_copy.int 2025-06-05T23:24:07.5092444Z [INFO 2025-06-05 23:24:07,484 qnn_preprocess.py:50] Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-05T23:24:07.5093601Z [INFO 2025-06-05 23:24:07,484 qnn_preprocess.py:50] Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-05T23:24:07.5094759Z [INFO 2025-06-05 23:24:07,485 qnn_preprocess.py:50] Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-05T23:24:07.5095970Z [INFO 2025-06-05 23:24:07,485 qnn_preprocess.py:50] Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-05T23:24:07.5097115Z [INFO 2025-06-05 23:24:07,485 qnn_preprocess.py:50] Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-05T23:24:07.5098274Z [INFO 2025-06-05 23:24:07,486 qnn_preprocess.py:50] Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-05T23:24:07.5099427Z [INFO 2025-06-05 23:24:07,486 qnn_preprocess.py:50] Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-05T23:24:07.5100586Z [INFO 2025-06-05 23:24:07,487 qnn_preprocess.py:50] Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-05T23:24:07.5101809Z [INFO 2025-06-05 23:24:07,487 qnn_preprocess.py:50] Visiting: aten_select_copy_int_25, aten.select_copy.int 2025-06-05T23:24:07.5103153Z [INFO 2025-06-05 23:24:07,488 qnn_preprocess.py:50] Visiting: aten_select_copy_int_27, aten.select_copy.int 2025-06-05T23:24:07.5104451Z [INFO 2025-06-05 23:24:07,488 qnn_preprocess.py:50] Visiting: aten_select_copy_int_29, aten.select_copy.int 2025-06-05T23:24:07.5105727Z [INFO 2025-06-05 23:24:07,489 qnn_preprocess.py:50] Visiting: aten_select_copy_int_31, aten.select_copy.int 2025-06-05T23:24:07.5107017Z [INFO 2025-06-05 23:24:07,489 qnn_preprocess.py:50] Visiting: aten_select_copy_int_33, aten.select_copy.int 2025-06-05T23:24:07.5108295Z [INFO 2025-06-05 23:24:07,489 qnn_preprocess.py:50] Visiting: aten_select_copy_int_35, aten.select_copy.int 2025-06-05T23:24:07.5109571Z [INFO 2025-06-05 23:24:07,490 qnn_preprocess.py:50] Visiting: aten_select_copy_int_37, aten.select_copy.int 2025-06-05T23:24:07.5110950Z [INFO 2025-06-05 23:24:07,490 qnn_preprocess.py:50] Visiting: aten_select_copy_int_39, aten.select_copy.int 2025-06-05T23:24:07.5112275Z [INFO 2025-06-05 23:24:07,491 qnn_preprocess.py:50] Visiting: aten_select_copy_int_41, aten.select_copy.int 2025-06-05T23:24:07.5113554Z [INFO 2025-06-05 23:24:07,491 qnn_preprocess.py:50] Visiting: aten_select_copy_int_43, aten.select_copy.int 2025-06-05T23:24:07.5114932Z [INFO 2025-06-05 23:24:07,491 qnn_preprocess.py:50] Visiting: aten_select_copy_int_45, aten.select_copy.int 2025-06-05T23:24:07.5116206Z [INFO 2025-06-05 23:24:07,492 qnn_preprocess.py:50] Visiting: aten_select_copy_int_47, aten.select_copy.int 2025-06-05T23:24:07.5117417Z [INFO 2025-06-05 23:24:07,492 qnn_preprocess.py:50] Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-05T23:24:07.5118624Z [INFO 2025-06-05 23:24:07,492 qnn_preprocess.py:50] Visiting: aten_add_tensor, aten.add.Tensor 2025-06-05T23:24:07.5119775Z [INFO 2025-06-05 23:24:07,493 qnn_preprocess.py:50] Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-06-05T23:24:07.5120917Z [INFO 2025-06-05 23:24:07,493 qnn_preprocess.py:50] Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-05T23:24:07.5122130Z [INFO 2025-06-05 23:24:07,494 qnn_preprocess.py:50] Visiting: aten_cat_default_3, aten.cat.default 2025-06-05T23:24:07.5123462Z [INFO 2025-06-05 23:24:07,495 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_3, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5124926Z [INFO 2025-06-05 23:24:07,495 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_4, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5126414Z [INFO 2025-06-05 23:24:07,496 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_5, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5127895Z [INFO 2025-06-05 23:24:07,496 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_6, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5129305Z [INFO 2025-06-05 23:24:07,497 qnn_preprocess.py:50] Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-05T23:24:07.5130566Z [INFO 2025-06-05 23:24:07,497 qnn_preprocess.py:50] Visiting: aten_cat_default, aten.cat.default 2025-06-05T23:24:07.5131730Z [INFO 2025-06-05 23:24:07,497 qnn_preprocess.py:50] Visiting: aten_cat_default_1, aten.cat.default 2025-06-05T23:24:07.5132993Z [INFO 2025-06-05 23:24:07,498 qnn_preprocess.py:50] Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-05T23:24:07.5134404Z [INFO 2025-06-05 23:24:07,498 qnn_preprocess.py:50] Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-05T23:24:07.5135768Z [INFO 2025-06-05 23:24:07,498 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_6, aten.permute_copy.default 2025-06-05T23:24:07.5137134Z [INFO 2025-06-05 23:24:07,499 qnn_preprocess.py:50] Visiting: aten_index_put_default, aten.index_put.default 2025-06-05T23:24:07.5138495Z [INFO 2025-06-05 23:24:07,500 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_7, aten.permute_copy.default 2025-06-05T23:24:07.5139929Z [INFO 2025-06-05 23:24:07,501 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_8, aten.permute_copy.default 2025-06-05T23:24:07.5141367Z [INFO 2025-06-05 23:24:07,501 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_9, aten.permute_copy.default 2025-06-05T23:24:07.5142822Z [INFO 2025-06-05 23:24:07,502 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_10, aten.permute_copy.default 2025-06-05T23:24:07.5144258Z [INFO 2025-06-05 23:24:07,502 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_11, aten.permute_copy.default 2025-06-05T23:24:07.5145678Z [INFO 2025-06-05 23:24:07,503 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_12, aten.permute_copy.default 2025-06-05T23:24:07.5147092Z [INFO 2025-06-05 23:24:07,504 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_13, aten.permute_copy.default 2025-06-05T23:24:07.5639958Z [INFO 2025-06-05 23:24:07,504 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_14, aten.permute_copy.default 2025-06-05T23:24:07.5641432Z [INFO 2025-06-05 23:24:07,505 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_15, aten.permute_copy.default 2025-06-05T23:24:07.5643171Z [INFO 2025-06-05 23:24:07,505 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_16, aten.permute_copy.default 2025-06-05T23:24:07.5644671Z [INFO 2025-06-05 23:24:07,506 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_17, aten.permute_copy.default 2025-06-05T23:24:07.5646098Z [INFO 2025-06-05 23:24:07,507 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_18, aten.permute_copy.default 2025-06-05T23:24:07.5647457Z [INFO 2025-06-05 23:24:07,507 qnn_preprocess.py:50] Visiting: aten_select_copy_int, aten.select_copy.int 2025-06-05T23:24:07.5648735Z [INFO 2025-06-05 23:24:07,508 qnn_preprocess.py:50] Visiting: aten_select_copy_int_2, aten.select_copy.int 2025-06-05T23:24:07.5649997Z [INFO 2025-06-05 23:24:07,508 qnn_preprocess.py:50] Visiting: aten_select_copy_int_4, aten.select_copy.int 2025-06-05T23:24:07.5651275Z [INFO 2025-06-05 23:24:07,508 qnn_preprocess.py:50] Visiting: aten_select_copy_int_6, aten.select_copy.int 2025-06-05T23:24:07.5652680Z [INFO 2025-06-05 23:24:07,509 qnn_preprocess.py:50] Visiting: aten_select_copy_int_8, aten.select_copy.int 2025-06-05T23:24:07.5654041Z [INFO 2025-06-05 23:24:07,509 qnn_preprocess.py:50] Visiting: aten_select_copy_int_10, aten.select_copy.int 2025-06-05T23:24:07.5655332Z [INFO 2025-06-05 23:24:07,510 qnn_preprocess.py:50] Visiting: aten_select_copy_int_12, aten.select_copy.int 2025-06-05T23:24:07.5656614Z [INFO 2025-06-05 23:24:07,510 qnn_preprocess.py:50] Visiting: aten_select_copy_int_14, aten.select_copy.int 2025-06-05T23:24:07.5657888Z [INFO 2025-06-05 23:24:07,511 qnn_preprocess.py:50] Visiting: aten_select_copy_int_16, aten.select_copy.int 2025-06-05T23:24:07.5659169Z [INFO 2025-06-05 23:24:07,511 qnn_preprocess.py:50] Visiting: aten_select_copy_int_18, aten.select_copy.int 2025-06-05T23:24:07.5660456Z [INFO 2025-06-05 23:24:07,511 qnn_preprocess.py:50] Visiting: aten_select_copy_int_20, aten.select_copy.int 2025-06-05T23:24:07.5661727Z [INFO 2025-06-05 23:24:07,512 qnn_preprocess.py:50] Visiting: aten_select_copy_int_22, aten.select_copy.int 2025-06-05T23:24:07.5662999Z [INFO 2025-06-05 23:24:07,512 qnn_preprocess.py:50] Visiting: aten_select_copy_int_1, aten.select_copy.int 2025-06-05T23:24:07.5664274Z [INFO 2025-06-05 23:24:07,513 qnn_preprocess.py:50] Visiting: aten_select_copy_int_3, aten.select_copy.int 2025-06-05T23:24:07.5665645Z [INFO 2025-06-05 23:24:07,513 qnn_preprocess.py:50] Visiting: aten_select_copy_int_5, aten.select_copy.int 2025-06-05T23:24:07.5666916Z [INFO 2025-06-05 23:24:07,513 qnn_preprocess.py:50] Visiting: aten_select_copy_int_7, aten.select_copy.int 2025-06-05T23:24:07.5668189Z [INFO 2025-06-05 23:24:07,514 qnn_preprocess.py:50] Visiting: aten_select_copy_int_9, aten.select_copy.int 2025-06-05T23:24:07.5669452Z [INFO 2025-06-05 23:24:07,514 qnn_preprocess.py:50] Visiting: aten_select_copy_int_11, aten.select_copy.int 2025-06-05T23:24:07.5670990Z [INFO 2025-06-05 23:24:07,515 qnn_preprocess.py:50] Visiting: aten_select_copy_int_13, aten.select_copy.int 2025-06-05T23:24:07.5672276Z [INFO 2025-06-05 23:24:07,515 qnn_preprocess.py:50] Visiting: aten_select_copy_int_15, aten.select_copy.int 2025-06-05T23:24:07.5673655Z [INFO 2025-06-05 23:24:07,515 qnn_preprocess.py:50] Visiting: aten_select_copy_int_17, aten.select_copy.int 2025-06-05T23:24:07.5674938Z [INFO 2025-06-05 23:24:07,516 qnn_preprocess.py:50] Visiting: aten_select_copy_int_19, aten.select_copy.int 2025-06-05T23:24:07.5676211Z [INFO 2025-06-05 23:24:07,516 qnn_preprocess.py:50] Visiting: aten_select_copy_int_21, aten.select_copy.int 2025-06-05T23:24:07.5677490Z [INFO 2025-06-05 23:24:07,517 qnn_preprocess.py:50] Visiting: aten_select_copy_int_23, aten.select_copy.int 2025-06-05T23:24:07.5678710Z [INFO 2025-06-05 23:24:07,517 qnn_preprocess.py:50] Visiting: aten_cat_default_2, aten.cat.default 2025-06-05T23:24:07.5679957Z [INFO 2025-06-05 23:24:07,518 qnn_preprocess.py:50] Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-05T23:24:07.5681334Z [INFO 2025-06-05 23:24:07,519 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_31, aten.permute_copy.default 2025-06-05T23:24:07.5682730Z [INFO 2025-06-05 23:24:07,519 qnn_preprocess.py:50] Visiting: aten_matmul_default, aten.matmul.default 2025-06-05T23:24:07.5684022Z [INFO 2025-06-05 23:24:07,520 qnn_preprocess.py:50] Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-05T23:24:07.5685230Z [INFO 2025-06-05 23:24:07,521 qnn_preprocess.py:50] Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-05T23:24:07.5686453Z [INFO 2025-06-05 23:24:07,521 qnn_preprocess.py:50] Visiting: aten__softmax_default, aten._softmax.default 2025-06-05T23:24:07.5687728Z [INFO 2025-06-05 23:24:07,522 qnn_preprocess.py:50] Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-05T23:24:07.5689059Z [INFO 2025-06-05 23:24:07,522 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_32, aten.permute_copy.default 2025-06-05T23:24:07.5690460Z [INFO 2025-06-05 23:24:07,523 qnn_preprocess.py:50] Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-05T23:24:07.5691973Z [INFO 2025-06-05 23:24:07,523 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_7, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5693451Z [INFO 2025-06-05 23:24:07,523 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_670, aten.permute_copy.default 2025-06-05T23:24:07.5694887Z [INFO 2025-06-05 23:24:07,524 qnn_preprocess.py:50] Visiting: aten_convolution_default_3, aten.convolution.default 2025-06-05T23:24:07.5696310Z [INFO 2025-06-05 23:24:07,526 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_671, aten.permute_copy.default 2025-06-05T23:24:07.5697705Z [INFO 2025-06-05 23:24:07,527 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_7, aten.squeeze_copy.dims 2025-06-05T23:24:07.5698954Z [INFO 2025-06-05 23:24:07,528 qnn_preprocess.py:50] Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-05T23:24:07.5700203Z [INFO 2025-06-05 23:24:07,528 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-06-05T23:24:07.5701607Z [INFO 2025-06-05 23:24:07,529 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_8, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5703073Z [INFO 2025-06-05 23:24:07,529 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_672, aten.permute_copy.default 2025-06-05T23:24:07.5704537Z [INFO 2025-06-05 23:24:07,530 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_9, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5706054Z [INFO 2025-06-05 23:24:07,530 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_673, aten.permute_copy.default 2025-06-05T23:24:07.5707488Z [INFO 2025-06-05 23:24:07,531 qnn_preprocess.py:50] Visiting: aten_convolution_default_4, aten.convolution.default 2025-06-05T23:24:07.5708926Z [INFO 2025-06-05 23:24:07,539 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_674, aten.permute_copy.default 2025-06-05T23:24:07.5710449Z [INFO 2025-06-05 23:24:07,540 qnn_preprocess.py:50] Visiting: aten_convolution_default_5, aten.convolution.default 2025-06-05T23:24:07.5711888Z [INFO 2025-06-05 23:24:07,546 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_675, aten.permute_copy.default 2025-06-05T23:24:07.5713354Z [INFO 2025-06-05 23:24:07,547 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_8, aten.squeeze_copy.dims 2025-06-05T23:24:07.5714685Z [INFO 2025-06-05 23:24:07,547 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_9, aten.squeeze_copy.dims 2025-06-05T23:24:07.5715995Z [INFO 2025-06-05 23:24:07,547 qnn_preprocess.py:50] Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-06-05T23:24:07.5717211Z [INFO 2025-06-05 23:24:07,548 qnn_preprocess.py:50] Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-05T23:24:07.5718394Z [INFO 2025-06-05 23:24:07,548 qnn_preprocess.py:50] Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-05T23:24:07.5719738Z [INFO 2025-06-05 23:24:07,549 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_10, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5721204Z [INFO 2025-06-05 23:24:07,549 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_676, aten.permute_copy.default 2025-06-05T23:24:07.5722817Z [INFO 2025-06-05 23:24:07,550 qnn_preprocess.py:50] Visiting: aten_convolution_default_6, aten.convolution.default 2025-06-05T23:24:07.5724244Z [INFO 2025-06-05 23:24:07,555 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_677, aten.permute_copy.default 2025-06-05T23:24:07.5725645Z [INFO 2025-06-05 23:24:07,556 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_10, aten.squeeze_copy.dims 2025-06-05T23:24:07.5726909Z [INFO 2025-06-05 23:24:07,557 qnn_preprocess.py:50] Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-05T23:24:07.5728131Z [INFO 2025-06-05 23:24:07,557 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-06-05T23:24:07.5729537Z [INFO 2025-06-05 23:24:07,558 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_11, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5731011Z [INFO 2025-06-05 23:24:07,558 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_678, aten.permute_copy.default 2025-06-05T23:24:07.5732527Z [INFO 2025-06-05 23:24:07,559 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_12, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5734009Z [INFO 2025-06-05 23:24:07,559 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_679, aten.permute_copy.default 2025-06-05T23:24:07.5735479Z [INFO 2025-06-05 23:24:07,560 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_13, aten.unsqueeze_copy.default 2025-06-05T23:24:07.5736962Z [INFO 2025-06-05 23:24:07,560 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_680, aten.permute_copy.default 2025-06-05T23:24:07.5738381Z [INFO 2025-06-05 23:24:07,561 qnn_preprocess.py:50] Visiting: aten_convolution_default_7, aten.convolution.default 2025-06-05T23:24:07.6034152Z [INFO 2025-06-05 23:24:07,563 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_681, aten.permute_copy.default 2025-06-05T23:24:07.6035625Z [INFO 2025-06-05 23:24:07,564 qnn_preprocess.py:50] Visiting: aten_convolution_default_8, aten.convolution.default 2025-06-05T23:24:07.6037074Z [INFO 2025-06-05 23:24:07,566 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_682, aten.permute_copy.default 2025-06-05T23:24:07.6038515Z [INFO 2025-06-05 23:24:07,567 qnn_preprocess.py:50] Visiting: aten_convolution_default_9, aten.convolution.default 2025-06-05T23:24:07.6040095Z [INFO 2025-06-05 23:24:07,570 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_683, aten.permute_copy.default 2025-06-05T23:24:07.6041482Z [INFO 2025-06-05 23:24:07,571 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_11, aten.squeeze_copy.dims 2025-06-05T23:24:07.6042834Z [INFO 2025-06-05 23:24:07,571 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_12, aten.squeeze_copy.dims 2025-06-05T23:24:07.6044166Z [INFO 2025-06-05 23:24:07,572 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_13, aten.squeeze_copy.dims 2025-06-05T23:24:07.6045540Z [INFO 2025-06-05 23:24:07,572 qnn_preprocess.py:50] Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-05T23:24:07.6046885Z [INFO 2025-06-05 23:24:07,573 qnn_preprocess.py:50] Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-05T23:24:07.6048744Z [INFO 2025-06-05 23:24:07,573 qnn_preprocess.py:50] Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-05T23:24:07.6050102Z [INFO 2025-06-05 23:24:07,573 qnn_preprocess.py:50] Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-05T23:24:07.6051445Z [INFO 2025-06-05 23:24:07,573 qnn_preprocess.py:50] Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-05T23:24:07.6052769Z [INFO 2025-06-05 23:24:07,574 qnn_preprocess.py:50] Visiting: aten_index_put_default_3, aten.index_put.default 2025-06-05T23:24:07.6054101Z [INFO 2025-06-05 23:24:07,575 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-06-05T23:24:07.6055427Z [INFO 2025-06-05 23:24:07,575 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-06-05T23:24:07.6056825Z [INFO 2025-06-05 23:24:07,576 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-06-05T23:24:07.6058167Z [INFO 2025-06-05 23:24:07,576 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-06-05T23:24:07.6059544Z [INFO 2025-06-05 23:24:07,577 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_60, aten.permute_copy.default 2025-06-05T23:24:07.6060984Z [INFO 2025-06-05 23:24:07,577 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_61, aten.permute_copy.default 2025-06-05T23:24:07.6062401Z [INFO 2025-06-05 23:24:07,578 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_62, aten.permute_copy.default 2025-06-05T23:24:07.6063839Z [INFO 2025-06-05 23:24:07,578 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_63, aten.permute_copy.default 2025-06-05T23:24:07.6065266Z [INFO 2025-06-05 23:24:07,579 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_64, aten.permute_copy.default 2025-06-05T23:24:07.6066689Z [INFO 2025-06-05 23:24:07,580 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_65, aten.permute_copy.default 2025-06-05T23:24:07.6068178Z [INFO 2025-06-05 23:24:07,580 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_66, aten.permute_copy.default 2025-06-05T23:24:07.6069608Z [INFO 2025-06-05 23:24:07,581 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_67, aten.permute_copy.default 2025-06-05T23:24:07.6071243Z [INFO 2025-06-05 23:24:07,581 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_68, aten.permute_copy.default 2025-06-05T23:24:07.6072682Z [INFO 2025-06-05 23:24:07,582 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_69, aten.permute_copy.default 2025-06-05T23:24:07.6074107Z [INFO 2025-06-05 23:24:07,583 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_70, aten.permute_copy.default 2025-06-05T23:24:07.6075537Z [INFO 2025-06-05 23:24:07,583 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_71, aten.permute_copy.default 2025-06-05T23:24:07.6076943Z [INFO 2025-06-05 23:24:07,584 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_14, aten.squeeze_copy.dims 2025-06-05T23:24:07.6078284Z [INFO 2025-06-05 23:24:07,584 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_15, aten.squeeze_copy.dims 2025-06-05T23:24:07.6079624Z [INFO 2025-06-05 23:24:07,585 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_16, aten.squeeze_copy.dims 2025-06-05T23:24:07.6081008Z [INFO 2025-06-05 23:24:07,585 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_17, aten.squeeze_copy.dims 2025-06-05T23:24:07.6082332Z [INFO 2025-06-05 23:24:07,585 qnn_preprocess.py:50] Visiting: aten_select_copy_int_72, aten.select_copy.int 2025-06-05T23:24:07.6083619Z [INFO 2025-06-05 23:24:07,586 qnn_preprocess.py:50] Visiting: aten_select_copy_int_74, aten.select_copy.int 2025-06-05T23:24:07.6084901Z [INFO 2025-06-05 23:24:07,586 qnn_preprocess.py:50] Visiting: aten_select_copy_int_76, aten.select_copy.int 2025-06-05T23:24:07.6086189Z [INFO 2025-06-05 23:24:07,586 qnn_preprocess.py:50] Visiting: aten_select_copy_int_78, aten.select_copy.int 2025-06-05T23:24:07.6087476Z [INFO 2025-06-05 23:24:07,587 qnn_preprocess.py:50] Visiting: aten_select_copy_int_80, aten.select_copy.int 2025-06-05T23:24:07.6088823Z [INFO 2025-06-05 23:24:07,587 qnn_preprocess.py:50] Visiting: aten_select_copy_int_82, aten.select_copy.int 2025-06-05T23:24:07.6090110Z [INFO 2025-06-05 23:24:07,588 qnn_preprocess.py:50] Visiting: aten_select_copy_int_84, aten.select_copy.int 2025-06-05T23:24:07.6091390Z [INFO 2025-06-05 23:24:07,588 qnn_preprocess.py:50] Visiting: aten_select_copy_int_86, aten.select_copy.int 2025-06-05T23:24:07.6092755Z [INFO 2025-06-05 23:24:07,588 qnn_preprocess.py:50] Visiting: aten_select_copy_int_88, aten.select_copy.int 2025-06-05T23:24:07.6094036Z [INFO 2025-06-05 23:24:07,589 qnn_preprocess.py:50] Visiting: aten_select_copy_int_90, aten.select_copy.int 2025-06-05T23:24:07.6095330Z [INFO 2025-06-05 23:24:07,589 qnn_preprocess.py:50] Visiting: aten_select_copy_int_92, aten.select_copy.int 2025-06-05T23:24:07.6096675Z [INFO 2025-06-05 23:24:07,590 qnn_preprocess.py:50] Visiting: aten_select_copy_int_94, aten.select_copy.int 2025-06-05T23:24:07.6097905Z [INFO 2025-06-05 23:24:07,590 qnn_preprocess.py:50] Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-05T23:24:07.6099089Z [INFO 2025-06-05 23:24:07,591 qnn_preprocess.py:50] Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-05T23:24:07.6100253Z [INFO 2025-06-05 23:24:07,591 qnn_preprocess.py:50] Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-05T23:24:07.6101428Z [INFO 2025-06-05 23:24:07,591 qnn_preprocess.py:50] Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-05T23:24:07.6102583Z [INFO 2025-06-05 23:24:07,592 qnn_preprocess.py:50] Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-05T23:24:07.6103757Z [INFO 2025-06-05 23:24:07,592 qnn_preprocess.py:50] Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-05T23:24:07.6104917Z [INFO 2025-06-05 23:24:07,593 qnn_preprocess.py:50] Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-05T23:24:07.6106134Z [INFO 2025-06-05 23:24:07,593 qnn_preprocess.py:50] Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-05T23:24:07.6107378Z [INFO 2025-06-05 23:24:07,594 qnn_preprocess.py:50] Visiting: aten_select_copy_int_73, aten.select_copy.int 2025-06-05T23:24:07.6108661Z [INFO 2025-06-05 23:24:07,594 qnn_preprocess.py:50] Visiting: aten_select_copy_int_75, aten.select_copy.int 2025-06-05T23:24:07.6109953Z [INFO 2025-06-05 23:24:07,595 qnn_preprocess.py:50] Visiting: aten_select_copy_int_77, aten.select_copy.int 2025-06-05T23:24:07.6111267Z [INFO 2025-06-05 23:24:07,595 qnn_preprocess.py:50] Visiting: aten_select_copy_int_79, aten.select_copy.int 2025-06-05T23:24:07.6112556Z [INFO 2025-06-05 23:24:07,595 qnn_preprocess.py:50] Visiting: aten_select_copy_int_81, aten.select_copy.int 2025-06-05T23:24:07.6113853Z [INFO 2025-06-05 23:24:07,596 qnn_preprocess.py:50] Visiting: aten_select_copy_int_83, aten.select_copy.int 2025-06-05T23:24:07.6115129Z [INFO 2025-06-05 23:24:07,596 qnn_preprocess.py:50] Visiting: aten_select_copy_int_85, aten.select_copy.int 2025-06-05T23:24:07.6116428Z [INFO 2025-06-05 23:24:07,597 qnn_preprocess.py:50] Visiting: aten_select_copy_int_87, aten.select_copy.int 2025-06-05T23:24:07.6117711Z [INFO 2025-06-05 23:24:07,597 qnn_preprocess.py:50] Visiting: aten_select_copy_int_89, aten.select_copy.int 2025-06-05T23:24:07.6119032Z [INFO 2025-06-05 23:24:07,597 qnn_preprocess.py:50] Visiting: aten_select_copy_int_91, aten.select_copy.int 2025-06-05T23:24:07.6120333Z [INFO 2025-06-05 23:24:07,598 qnn_preprocess.py:50] Visiting: aten_select_copy_int_93, aten.select_copy.int 2025-06-05T23:24:07.6121617Z [INFO 2025-06-05 23:24:07,598 qnn_preprocess.py:50] Visiting: aten_select_copy_int_95, aten.select_copy.int 2025-06-05T23:24:07.6122853Z [INFO 2025-06-05 23:24:07,598 qnn_preprocess.py:50] Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-06-05T23:24:07.6124005Z [INFO 2025-06-05 23:24:07,599 qnn_preprocess.py:50] Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-05T23:24:07.6125171Z [INFO 2025-06-05 23:24:07,599 qnn_preprocess.py:50] Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-06-05T23:24:07.6126372Z [INFO 2025-06-05 23:24:07,600 qnn_preprocess.py:50] Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-05T23:24:07.6127550Z [INFO 2025-06-05 23:24:07,600 qnn_preprocess.py:50] Visiting: aten_cat_default_7, aten.cat.default 2025-06-05T23:24:07.6128896Z [INFO 2025-06-05 23:24:07,602 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_14, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6130414Z [INFO 2025-06-05 23:24:07,602 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_15, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6131902Z [INFO 2025-06-05 23:24:07,602 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_16, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6545334Z [INFO 2025-06-05 23:24:07,603 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_17, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6546936Z [INFO 2025-06-05 23:24:07,603 qnn_preprocess.py:50] Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-05T23:24:07.6549509Z [INFO 2025-06-05 23:24:07,603 qnn_preprocess.py:50] Visiting: aten_cat_default_4, aten.cat.default 2025-06-05T23:24:07.6550838Z [INFO 2025-06-05 23:24:07,604 qnn_preprocess.py:50] Visiting: aten_cat_default_5, aten.cat.default 2025-06-05T23:24:07.6552164Z [INFO 2025-06-05 23:24:07,604 qnn_preprocess.py:50] Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-05T23:24:07.6553603Z [INFO 2025-06-05 23:24:07,605 qnn_preprocess.py:50] Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-05T23:24:07.6555064Z [INFO 2025-06-05 23:24:07,605 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-06-05T23:24:07.6556510Z [INFO 2025-06-05 23:24:07,605 qnn_preprocess.py:50] Visiting: aten_index_put_default_2, aten.index_put.default 2025-06-05T23:24:07.6557947Z [INFO 2025-06-05 23:24:07,607 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-06-05T23:24:07.6559531Z [INFO 2025-06-05 23:24:07,607 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_49, aten.permute_copy.default 2025-06-05T23:24:07.6560950Z [INFO 2025-06-05 23:24:07,608 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_50, aten.permute_copy.default 2025-06-05T23:24:07.6562380Z [INFO 2025-06-05 23:24:07,608 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_51, aten.permute_copy.default 2025-06-05T23:24:07.6563812Z [INFO 2025-06-05 23:24:07,609 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_52, aten.permute_copy.default 2025-06-05T23:24:07.6565240Z [INFO 2025-06-05 23:24:07,610 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_53, aten.permute_copy.default 2025-06-05T23:24:07.6566796Z [INFO 2025-06-05 23:24:07,610 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_54, aten.permute_copy.default 2025-06-05T23:24:07.6568328Z [INFO 2025-06-05 23:24:07,611 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_55, aten.permute_copy.default 2025-06-05T23:24:07.6569898Z [INFO 2025-06-05 23:24:07,611 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_56, aten.permute_copy.default 2025-06-05T23:24:07.6571633Z [INFO 2025-06-05 23:24:07,612 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_57, aten.permute_copy.default 2025-06-05T23:24:07.6573280Z [INFO 2025-06-05 23:24:07,613 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_58, aten.permute_copy.default 2025-06-05T23:24:07.6574834Z [INFO 2025-06-05 23:24:07,613 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_59, aten.permute_copy.default 2025-06-05T23:24:07.6576305Z [INFO 2025-06-05 23:24:07,614 qnn_preprocess.py:50] Visiting: aten_select_copy_int_48, aten.select_copy.int 2025-06-05T23:24:07.6577688Z [INFO 2025-06-05 23:24:07,614 qnn_preprocess.py:50] Visiting: aten_select_copy_int_50, aten.select_copy.int 2025-06-05T23:24:07.6579074Z [INFO 2025-06-05 23:24:07,615 qnn_preprocess.py:50] Visiting: aten_select_copy_int_52, aten.select_copy.int 2025-06-05T23:24:07.6580485Z [INFO 2025-06-05 23:24:07,615 qnn_preprocess.py:50] Visiting: aten_select_copy_int_54, aten.select_copy.int 2025-06-05T23:24:07.6582070Z [INFO 2025-06-05 23:24:07,616 qnn_preprocess.py:50] Visiting: aten_select_copy_int_56, aten.select_copy.int 2025-06-05T23:24:07.6583453Z [INFO 2025-06-05 23:24:07,616 qnn_preprocess.py:50] Visiting: aten_select_copy_int_58, aten.select_copy.int 2025-06-05T23:24:07.6584885Z [INFO 2025-06-05 23:24:07,616 qnn_preprocess.py:50] Visiting: aten_select_copy_int_60, aten.select_copy.int 2025-06-05T23:24:07.6586288Z [INFO 2025-06-05 23:24:07,617 qnn_preprocess.py:50] Visiting: aten_select_copy_int_62, aten.select_copy.int 2025-06-05T23:24:07.6587668Z [INFO 2025-06-05 23:24:07,617 qnn_preprocess.py:50] Visiting: aten_select_copy_int_64, aten.select_copy.int 2025-06-05T23:24:07.6588961Z [INFO 2025-06-05 23:24:07,618 qnn_preprocess.py:50] Visiting: aten_select_copy_int_66, aten.select_copy.int 2025-06-05T23:24:07.6590306Z [INFO 2025-06-05 23:24:07,618 qnn_preprocess.py:50] Visiting: aten_select_copy_int_68, aten.select_copy.int 2025-06-05T23:24:07.6591708Z [INFO 2025-06-05 23:24:07,618 qnn_preprocess.py:50] Visiting: aten_select_copy_int_70, aten.select_copy.int 2025-06-05T23:24:07.6593002Z [INFO 2025-06-05 23:24:07,619 qnn_preprocess.py:50] Visiting: aten_select_copy_int_49, aten.select_copy.int 2025-06-05T23:24:07.6594283Z [INFO 2025-06-05 23:24:07,619 qnn_preprocess.py:50] Visiting: aten_select_copy_int_51, aten.select_copy.int 2025-06-05T23:24:07.6595575Z [INFO 2025-06-05 23:24:07,620 qnn_preprocess.py:50] Visiting: aten_select_copy_int_53, aten.select_copy.int 2025-06-05T23:24:07.6596852Z [INFO 2025-06-05 23:24:07,620 qnn_preprocess.py:50] Visiting: aten_select_copy_int_55, aten.select_copy.int 2025-06-05T23:24:07.6598147Z [INFO 2025-06-05 23:24:07,620 qnn_preprocess.py:50] Visiting: aten_select_copy_int_57, aten.select_copy.int 2025-06-05T23:24:07.6599441Z [INFO 2025-06-05 23:24:07,621 qnn_preprocess.py:50] Visiting: aten_select_copy_int_59, aten.select_copy.int 2025-06-05T23:24:07.6600772Z [INFO 2025-06-05 23:24:07,621 qnn_preprocess.py:50] Visiting: aten_select_copy_int_61, aten.select_copy.int 2025-06-05T23:24:07.6602068Z [INFO 2025-06-05 23:24:07,622 qnn_preprocess.py:50] Visiting: aten_select_copy_int_63, aten.select_copy.int 2025-06-05T23:24:07.6603346Z [INFO 2025-06-05 23:24:07,622 qnn_preprocess.py:50] Visiting: aten_select_copy_int_65, aten.select_copy.int 2025-06-05T23:24:07.6604635Z [INFO 2025-06-05 23:24:07,622 qnn_preprocess.py:50] Visiting: aten_select_copy_int_67, aten.select_copy.int 2025-06-05T23:24:07.6605923Z [INFO 2025-06-05 23:24:07,623 qnn_preprocess.py:50] Visiting: aten_select_copy_int_69, aten.select_copy.int 2025-06-05T23:24:07.6607201Z [INFO 2025-06-05 23:24:07,623 qnn_preprocess.py:50] Visiting: aten_select_copy_int_71, aten.select_copy.int 2025-06-05T23:24:07.6608444Z [INFO 2025-06-05 23:24:07,623 qnn_preprocess.py:50] Visiting: aten_cat_default_6, aten.cat.default 2025-06-05T23:24:07.6609701Z [INFO 2025-06-05 23:24:07,625 qnn_preprocess.py:50] Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-05T23:24:07.6611104Z [INFO 2025-06-05 23:24:07,625 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_72, aten.permute_copy.default 2025-06-05T23:24:07.6612452Z [INFO 2025-06-05 23:24:07,626 qnn_preprocess.py:50] Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-05T23:24:07.6613701Z [INFO 2025-06-05 23:24:07,626 qnn_preprocess.py:50] Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-05T23:24:07.6614872Z [INFO 2025-06-05 23:24:07,627 qnn_preprocess.py:50] Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-05T23:24:07.6616094Z [INFO 2025-06-05 23:24:07,628 qnn_preprocess.py:50] Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-05T23:24:07.6617381Z [INFO 2025-06-05 23:24:07,628 qnn_preprocess.py:50] Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-05T23:24:07.6618730Z [INFO 2025-06-05 23:24:07,628 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_73, aten.permute_copy.default 2025-06-05T23:24:07.6620113Z [INFO 2025-06-05 23:24:07,629 qnn_preprocess.py:50] Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-05T23:24:07.6621574Z [INFO 2025-06-05 23:24:07,629 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_18, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6623042Z [INFO 2025-06-05 23:24:07,630 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_684, aten.permute_copy.default 2025-06-05T23:24:07.6624485Z [INFO 2025-06-05 23:24:07,630 qnn_preprocess.py:50] Visiting: aten_convolution_default_10, aten.convolution.default 2025-06-05T23:24:07.6625932Z [INFO 2025-06-05 23:24:07,633 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_685, aten.permute_copy.default 2025-06-05T23:24:07.6627316Z [INFO 2025-06-05 23:24:07,633 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_18, aten.squeeze_copy.dims 2025-06-05T23:24:07.6628576Z [INFO 2025-06-05 23:24:07,634 qnn_preprocess.py:50] Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-05T23:24:07.6629834Z [INFO 2025-06-05 23:24:07,634 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-06-05T23:24:07.6631296Z [INFO 2025-06-05 23:24:07,635 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_19, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6632781Z [INFO 2025-06-05 23:24:07,636 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_686, aten.permute_copy.default 2025-06-05T23:24:07.6634251Z [INFO 2025-06-05 23:24:07,636 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_20, aten.unsqueeze_copy.default 2025-06-05T23:24:07.6635727Z [INFO 2025-06-05 23:24:07,636 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_687, aten.permute_copy.default 2025-06-05T23:24:07.6637164Z [INFO 2025-06-05 23:24:07,637 qnn_preprocess.py:50] Visiting: aten_convolution_default_11, aten.convolution.default 2025-06-05T23:24:07.6638584Z [INFO 2025-06-05 23:24:07,645 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_688, aten.permute_copy.default 2025-06-05T23:24:07.6640104Z [INFO 2025-06-05 23:24:07,646 qnn_preprocess.py:50] Visiting: aten_convolution_default_12, aten.convolution.default 2025-06-05T23:24:07.6641535Z [INFO 2025-06-05 23:24:07,651 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_689, aten.permute_copy.default 2025-06-05T23:24:07.6642939Z [INFO 2025-06-05 23:24:07,652 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_19, aten.squeeze_copy.dims 2025-06-05T23:24:07.6644281Z [INFO 2025-06-05 23:24:07,652 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_20, aten.squeeze_copy.dims 2025-06-05T23:24:07.6645584Z [INFO 2025-06-05 23:24:07,653 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-06-05T23:24:07.6646823Z [INFO 2025-06-05 23:24:07,653 qnn_preprocess.py:50] Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-05T23:24:07.7010594Z [INFO 2025-06-05 23:24:07,654 qnn_preprocess.py:50] Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-05T23:24:07.7011990Z [INFO 2025-06-05 23:24:07,654 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_21, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7013564Z [INFO 2025-06-05 23:24:07,655 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_690, aten.permute_copy.default 2025-06-05T23:24:07.7015023Z [INFO 2025-06-05 23:24:07,655 qnn_preprocess.py:50] Visiting: aten_convolution_default_13, aten.convolution.default 2025-06-05T23:24:07.7016773Z [INFO 2025-06-05 23:24:07,661 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_691, aten.permute_copy.default 2025-06-05T23:24:07.7018170Z [INFO 2025-06-05 23:24:07,662 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_21, aten.squeeze_copy.dims 2025-06-05T23:24:07.7019409Z [INFO 2025-06-05 23:24:07,662 qnn_preprocess.py:50] Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-05T23:24:07.7020651Z [INFO 2025-06-05 23:24:07,663 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-06-05T23:24:07.7022054Z [INFO 2025-06-05 23:24:07,664 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_22, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7023512Z [INFO 2025-06-05 23:24:07,664 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_692, aten.permute_copy.default 2025-06-05T23:24:07.7025066Z [INFO 2025-06-05 23:24:07,665 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_23, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7026529Z [INFO 2025-06-05 23:24:07,665 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_693, aten.permute_copy.default 2025-06-05T23:24:07.7027993Z [INFO 2025-06-05 23:24:07,666 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_24, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7029468Z [INFO 2025-06-05 23:24:07,666 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_694, aten.permute_copy.default 2025-06-05T23:24:07.7030961Z [INFO 2025-06-05 23:24:07,667 qnn_preprocess.py:50] Visiting: aten_convolution_default_14, aten.convolution.default 2025-06-05T23:24:07.7032396Z [INFO 2025-06-05 23:24:07,669 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_695, aten.permute_copy.default 2025-06-05T23:24:07.7033892Z [INFO 2025-06-05 23:24:07,669 qnn_preprocess.py:50] Visiting: aten_convolution_default_15, aten.convolution.default 2025-06-05T23:24:07.7035327Z [INFO 2025-06-05 23:24:07,672 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_696, aten.permute_copy.default 2025-06-05T23:24:07.7036764Z [INFO 2025-06-05 23:24:07,673 qnn_preprocess.py:50] Visiting: aten_convolution_default_16, aten.convolution.default 2025-06-05T23:24:07.7038181Z [INFO 2025-06-05 23:24:07,675 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_697, aten.permute_copy.default 2025-06-05T23:24:07.7039577Z [INFO 2025-06-05 23:24:07,676 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_22, aten.squeeze_copy.dims 2025-06-05T23:24:07.7040902Z [INFO 2025-06-05 23:24:07,676 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_23, aten.squeeze_copy.dims 2025-06-05T23:24:07.7042254Z [INFO 2025-06-05 23:24:07,677 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_24, aten.squeeze_copy.dims 2025-06-05T23:24:07.7043663Z [INFO 2025-06-05 23:24:07,677 qnn_preprocess.py:50] Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-05T23:24:07.7044988Z [INFO 2025-06-05 23:24:07,677 qnn_preprocess.py:50] Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-05T23:24:07.7046323Z [INFO 2025-06-05 23:24:07,678 qnn_preprocess.py:50] Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-05T23:24:07.7047649Z [INFO 2025-06-05 23:24:07,678 qnn_preprocess.py:50] Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-05T23:24:07.7048992Z [INFO 2025-06-05 23:24:07,678 qnn_preprocess.py:50] Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-05T23:24:07.7050339Z [INFO 2025-06-05 23:24:07,679 qnn_preprocess.py:50] Visiting: aten_index_put_default_5, aten.index_put.default 2025-06-05T23:24:07.7051657Z [INFO 2025-06-05 23:24:07,680 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-06-05T23:24:07.7052991Z [INFO 2025-06-05 23:24:07,680 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-06-05T23:24:07.7054316Z [INFO 2025-06-05 23:24:07,680 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-06-05T23:24:07.7055691Z [INFO 2025-06-05 23:24:07,681 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-06-05T23:24:07.7057086Z [INFO 2025-06-05 23:24:07,681 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-05T23:24:07.7058518Z [INFO 2025-06-05 23:24:07,682 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_102, aten.permute_copy.default 2025-06-05T23:24:07.7059961Z [INFO 2025-06-05 23:24:07,682 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_103, aten.permute_copy.default 2025-06-05T23:24:07.7061394Z [INFO 2025-06-05 23:24:07,683 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_104, aten.permute_copy.default 2025-06-05T23:24:07.7062823Z [INFO 2025-06-05 23:24:07,684 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_105, aten.permute_copy.default 2025-06-05T23:24:07.7064314Z [INFO 2025-06-05 23:24:07,684 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_106, aten.permute_copy.default 2025-06-05T23:24:07.7065738Z [INFO 2025-06-05 23:24:07,685 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_107, aten.permute_copy.default 2025-06-05T23:24:07.7067179Z [INFO 2025-06-05 23:24:07,686 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_108, aten.permute_copy.default 2025-06-05T23:24:07.7068618Z [INFO 2025-06-05 23:24:07,686 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_109, aten.permute_copy.default 2025-06-05T23:24:07.7070027Z [INFO 2025-06-05 23:24:07,687 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_110, aten.permute_copy.default 2025-06-05T23:24:07.7071666Z [INFO 2025-06-05 23:24:07,687 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_111, aten.permute_copy.default 2025-06-05T23:24:07.7073199Z [INFO 2025-06-05 23:24:07,688 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_112, aten.permute_copy.default 2025-06-05T23:24:07.7074580Z [INFO 2025-06-05 23:24:07,689 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_25, aten.squeeze_copy.dims 2025-06-05T23:24:07.7075927Z [INFO 2025-06-05 23:24:07,689 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_26, aten.squeeze_copy.dims 2025-06-05T23:24:07.7077248Z [INFO 2025-06-05 23:24:07,689 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_27, aten.squeeze_copy.dims 2025-06-05T23:24:07.7078593Z [INFO 2025-06-05 23:24:07,690 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_28, aten.squeeze_copy.dims 2025-06-05T23:24:07.7079904Z [INFO 2025-06-05 23:24:07,690 qnn_preprocess.py:50] Visiting: aten_select_copy_int_120, aten.select_copy.int 2025-06-05T23:24:07.7081201Z [INFO 2025-06-05 23:24:07,691 qnn_preprocess.py:50] Visiting: aten_select_copy_int_122, aten.select_copy.int 2025-06-05T23:24:07.7082502Z [INFO 2025-06-05 23:24:07,691 qnn_preprocess.py:50] Visiting: aten_select_copy_int_124, aten.select_copy.int 2025-06-05T23:24:07.7083838Z [INFO 2025-06-05 23:24:07,691 qnn_preprocess.py:50] Visiting: aten_select_copy_int_126, aten.select_copy.int 2025-06-05T23:24:07.7085130Z [INFO 2025-06-05 23:24:07,692 qnn_preprocess.py:50] Visiting: aten_select_copy_int_128, aten.select_copy.int 2025-06-05T23:24:07.7086417Z [INFO 2025-06-05 23:24:07,692 qnn_preprocess.py:50] Visiting: aten_select_copy_int_130, aten.select_copy.int 2025-06-05T23:24:07.7087718Z [INFO 2025-06-05 23:24:07,693 qnn_preprocess.py:50] Visiting: aten_select_copy_int_132, aten.select_copy.int 2025-06-05T23:24:07.7089013Z [INFO 2025-06-05 23:24:07,693 qnn_preprocess.py:50] Visiting: aten_select_copy_int_134, aten.select_copy.int 2025-06-05T23:24:07.7090292Z [INFO 2025-06-05 23:24:07,693 qnn_preprocess.py:50] Visiting: aten_select_copy_int_136, aten.select_copy.int 2025-06-05T23:24:07.7091584Z [INFO 2025-06-05 23:24:07,694 qnn_preprocess.py:50] Visiting: aten_select_copy_int_138, aten.select_copy.int 2025-06-05T23:24:07.7092872Z [INFO 2025-06-05 23:24:07,694 qnn_preprocess.py:50] Visiting: aten_select_copy_int_140, aten.select_copy.int 2025-06-05T23:24:07.7094169Z [INFO 2025-06-05 23:24:07,695 qnn_preprocess.py:50] Visiting: aten_select_copy_int_142, aten.select_copy.int 2025-06-05T23:24:07.7095450Z [INFO 2025-06-05 23:24:07,695 qnn_preprocess.py:50] Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-05T23:24:07.7096604Z [INFO 2025-06-05 23:24:07,696 qnn_preprocess.py:50] Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-05T23:24:07.7097765Z [INFO 2025-06-05 23:24:07,696 qnn_preprocess.py:50] Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-05T23:24:07.7098919Z [INFO 2025-06-05 23:24:07,696 qnn_preprocess.py:50] Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-05T23:24:07.7100085Z [INFO 2025-06-05 23:24:07,697 qnn_preprocess.py:50] Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-05T23:24:07.7101259Z [INFO 2025-06-05 23:24:07,697 qnn_preprocess.py:50] Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-05T23:24:07.7102420Z [INFO 2025-06-05 23:24:07,698 qnn_preprocess.py:50] Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-05T23:24:07.7103642Z [INFO 2025-06-05 23:24:07,698 qnn_preprocess.py:50] Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-05T23:24:07.7104868Z [INFO 2025-06-05 23:24:07,699 qnn_preprocess.py:50] Visiting: aten_select_copy_int_121, aten.select_copy.int 2025-06-05T23:24:07.7106178Z [INFO 2025-06-05 23:24:07,699 qnn_preprocess.py:50] Visiting: aten_select_copy_int_123, aten.select_copy.int 2025-06-05T23:24:07.7107481Z [INFO 2025-06-05 23:24:07,699 qnn_preprocess.py:50] Visiting: aten_select_copy_int_125, aten.select_copy.int 2025-06-05T23:24:07.7108768Z [INFO 2025-06-05 23:24:07,700 qnn_preprocess.py:50] Visiting: aten_select_copy_int_127, aten.select_copy.int 2025-06-05T23:24:07.7391919Z [INFO 2025-06-05 23:24:07,700 qnn_preprocess.py:50] Visiting: aten_select_copy_int_129, aten.select_copy.int 2025-06-05T23:24:07.7393566Z [INFO 2025-06-05 23:24:07,701 qnn_preprocess.py:50] Visiting: aten_select_copy_int_131, aten.select_copy.int 2025-06-05T23:24:07.7394882Z [INFO 2025-06-05 23:24:07,701 qnn_preprocess.py:50] Visiting: aten_select_copy_int_133, aten.select_copy.int 2025-06-05T23:24:07.7396231Z [INFO 2025-06-05 23:24:07,702 qnn_preprocess.py:50] Visiting: aten_select_copy_int_135, aten.select_copy.int 2025-06-05T23:24:07.7397540Z [INFO 2025-06-05 23:24:07,702 qnn_preprocess.py:50] Visiting: aten_select_copy_int_137, aten.select_copy.int 2025-06-05T23:24:07.7398834Z [INFO 2025-06-05 23:24:07,702 qnn_preprocess.py:50] Visiting: aten_select_copy_int_139, aten.select_copy.int 2025-06-05T23:24:07.7400134Z [INFO 2025-06-05 23:24:07,703 qnn_preprocess.py:50] Visiting: aten_select_copy_int_141, aten.select_copy.int 2025-06-05T23:24:07.7401421Z [INFO 2025-06-05 23:24:07,703 qnn_preprocess.py:50] Visiting: aten_select_copy_int_143, aten.select_copy.int 2025-06-05T23:24:07.7402667Z [INFO 2025-06-05 23:24:07,704 qnn_preprocess.py:50] Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-06-05T23:24:07.7403912Z [INFO 2025-06-05 23:24:07,704 qnn_preprocess.py:50] Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-05T23:24:07.7405084Z [INFO 2025-06-05 23:24:07,704 qnn_preprocess.py:50] Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-06-05T23:24:07.7406264Z [INFO 2025-06-05 23:24:07,705 qnn_preprocess.py:50] Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-05T23:24:07.7407448Z [INFO 2025-06-05 23:24:07,705 qnn_preprocess.py:50] Visiting: aten_cat_default_11, aten.cat.default 2025-06-05T23:24:07.7408804Z [INFO 2025-06-05 23:24:07,707 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_25, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7410306Z [INFO 2025-06-05 23:24:07,707 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_26, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7411800Z [INFO 2025-06-05 23:24:07,707 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_27, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7413310Z [INFO 2025-06-05 23:24:07,708 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_28, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7414733Z [INFO 2025-06-05 23:24:07,708 qnn_preprocess.py:50] Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-05T23:24:07.7416061Z [INFO 2025-06-05 23:24:07,708 qnn_preprocess.py:50] Visiting: aten_cat_default_8, aten.cat.default 2025-06-05T23:24:07.7417249Z [INFO 2025-06-05 23:24:07,709 qnn_preprocess.py:50] Visiting: aten_cat_default_9, aten.cat.default 2025-06-05T23:24:07.7418503Z [INFO 2025-06-05 23:24:07,709 qnn_preprocess.py:50] Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-05T23:24:07.7419849Z [INFO 2025-06-05 23:24:07,710 qnn_preprocess.py:50] Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-05T23:24:07.7421231Z [INFO 2025-06-05 23:24:07,710 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_88, aten.permute_copy.default 2025-06-05T23:24:07.7422626Z [INFO 2025-06-05 23:24:07,711 qnn_preprocess.py:50] Visiting: aten_index_put_default_4, aten.index_put.default 2025-06-05T23:24:07.7424073Z [INFO 2025-06-05 23:24:07,712 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_89, aten.permute_copy.default 2025-06-05T23:24:07.7425497Z [INFO 2025-06-05 23:24:07,713 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-05T23:24:07.7426937Z [INFO 2025-06-05 23:24:07,713 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-05T23:24:07.7428355Z [INFO 2025-06-05 23:24:07,714 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-06-05T23:24:07.7429786Z [INFO 2025-06-05 23:24:07,714 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-06-05T23:24:07.7431280Z [INFO 2025-06-05 23:24:07,715 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-05T23:24:07.7432698Z [INFO 2025-06-05 23:24:07,716 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-05T23:24:07.7434181Z [INFO 2025-06-05 23:24:07,716 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-05T23:24:07.7435602Z [INFO 2025-06-05 23:24:07,717 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-06-05T23:24:07.7437041Z [INFO 2025-06-05 23:24:07,717 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-06-05T23:24:07.7438479Z [INFO 2025-06-05 23:24:07,718 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-05T23:24:07.7439903Z [INFO 2025-06-05 23:24:07,719 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-05T23:24:07.7441308Z [INFO 2025-06-05 23:24:07,719 qnn_preprocess.py:50] Visiting: aten_select_copy_int_96, aten.select_copy.int 2025-06-05T23:24:07.7442675Z [INFO 2025-06-05 23:24:07,720 qnn_preprocess.py:50] Visiting: aten_select_copy_int_98, aten.select_copy.int 2025-06-05T23:24:07.7444143Z [INFO 2025-06-05 23:24:07,720 qnn_preprocess.py:50] Visiting: aten_select_copy_int_100, aten.select_copy.int 2025-06-05T23:24:07.7445516Z [INFO 2025-06-05 23:24:07,720 qnn_preprocess.py:50] Visiting: aten_select_copy_int_102, aten.select_copy.int 2025-06-05T23:24:07.7446876Z [INFO 2025-06-05 23:24:07,721 qnn_preprocess.py:50] Visiting: aten_select_copy_int_104, aten.select_copy.int 2025-06-05T23:24:07.7448240Z [INFO 2025-06-05 23:24:07,721 qnn_preprocess.py:50] Visiting: aten_select_copy_int_106, aten.select_copy.int 2025-06-05T23:24:07.7449566Z [INFO 2025-06-05 23:24:07,722 qnn_preprocess.py:50] Visiting: aten_select_copy_int_108, aten.select_copy.int 2025-06-05T23:24:07.7450904Z [INFO 2025-06-05 23:24:07,722 qnn_preprocess.py:50] Visiting: aten_select_copy_int_110, aten.select_copy.int 2025-06-05T23:24:07.7452232Z [INFO 2025-06-05 23:24:07,722 qnn_preprocess.py:50] Visiting: aten_select_copy_int_112, aten.select_copy.int 2025-06-05T23:24:07.7453570Z [INFO 2025-06-05 23:24:07,723 qnn_preprocess.py:50] Visiting: aten_select_copy_int_114, aten.select_copy.int 2025-06-05T23:24:07.7454897Z [INFO 2025-06-05 23:24:07,723 qnn_preprocess.py:50] Visiting: aten_select_copy_int_116, aten.select_copy.int 2025-06-05T23:24:07.7456360Z [INFO 2025-06-05 23:24:07,724 qnn_preprocess.py:50] Visiting: aten_select_copy_int_118, aten.select_copy.int 2025-06-05T23:24:07.7457729Z [INFO 2025-06-05 23:24:07,724 qnn_preprocess.py:50] Visiting: aten_select_copy_int_97, aten.select_copy.int 2025-06-05T23:24:07.7459028Z [INFO 2025-06-05 23:24:07,724 qnn_preprocess.py:50] Visiting: aten_select_copy_int_99, aten.select_copy.int 2025-06-05T23:24:07.7460347Z [INFO 2025-06-05 23:24:07,725 qnn_preprocess.py:50] Visiting: aten_select_copy_int_101, aten.select_copy.int 2025-06-05T23:24:07.7461672Z [INFO 2025-06-05 23:24:07,725 qnn_preprocess.py:50] Visiting: aten_select_copy_int_103, aten.select_copy.int 2025-06-05T23:24:07.7462992Z [INFO 2025-06-05 23:24:07,725 qnn_preprocess.py:50] Visiting: aten_select_copy_int_105, aten.select_copy.int 2025-06-05T23:24:07.7464465Z [INFO 2025-06-05 23:24:07,726 qnn_preprocess.py:50] Visiting: aten_select_copy_int_107, aten.select_copy.int 2025-06-05T23:24:07.7465813Z [INFO 2025-06-05 23:24:07,726 qnn_preprocess.py:50] Visiting: aten_select_copy_int_109, aten.select_copy.int 2025-06-05T23:24:07.7467158Z [INFO 2025-06-05 23:24:07,727 qnn_preprocess.py:50] Visiting: aten_select_copy_int_111, aten.select_copy.int 2025-06-05T23:24:07.7468456Z [INFO 2025-06-05 23:24:07,727 qnn_preprocess.py:50] Visiting: aten_select_copy_int_113, aten.select_copy.int 2025-06-05T23:24:07.7469744Z [INFO 2025-06-05 23:24:07,727 qnn_preprocess.py:50] Visiting: aten_select_copy_int_115, aten.select_copy.int 2025-06-05T23:24:07.7471317Z [INFO 2025-06-05 23:24:07,728 qnn_preprocess.py:50] Visiting: aten_select_copy_int_117, aten.select_copy.int 2025-06-05T23:24:07.7472614Z [INFO 2025-06-05 23:24:07,728 qnn_preprocess.py:50] Visiting: aten_select_copy_int_119, aten.select_copy.int 2025-06-05T23:24:07.7473993Z [INFO 2025-06-05 23:24:07,729 qnn_preprocess.py:50] Visiting: aten_cat_default_10, aten.cat.default 2025-06-05T23:24:07.7475273Z [INFO 2025-06-05 23:24:07,730 qnn_preprocess.py:50] Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-05T23:24:07.7476659Z [INFO 2025-06-05 23:24:07,730 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_113, aten.permute_copy.default 2025-06-05T23:24:07.7478017Z [INFO 2025-06-05 23:24:07,731 qnn_preprocess.py:50] Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-05T23:24:07.7479237Z [INFO 2025-06-05 23:24:07,731 qnn_preprocess.py:50] Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-05T23:24:07.7480401Z [INFO 2025-06-05 23:24:07,732 qnn_preprocess.py:50] Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-05T23:24:07.7481642Z [INFO 2025-06-05 23:24:07,732 qnn_preprocess.py:50] Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-05T23:24:07.7482902Z [INFO 2025-06-05 23:24:07,733 qnn_preprocess.py:50] Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-05T23:24:07.7484302Z [INFO 2025-06-05 23:24:07,733 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_114, aten.permute_copy.default 2025-06-05T23:24:07.7485691Z [INFO 2025-06-05 23:24:07,734 qnn_preprocess.py:50] Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-05T23:24:07.7487096Z [INFO 2025-06-05 23:24:07,734 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_29, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7488567Z [INFO 2025-06-05 23:24:07,735 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_698, aten.permute_copy.default 2025-06-05T23:24:07.7489994Z [INFO 2025-06-05 23:24:07,735 qnn_preprocess.py:50] Visiting: aten_convolution_default_17, aten.convolution.default 2025-06-05T23:24:07.7986614Z [INFO 2025-06-05 23:24:07,738 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_699, aten.permute_copy.default 2025-06-05T23:24:07.7988054Z [INFO 2025-06-05 23:24:07,739 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_29, aten.squeeze_copy.dims 2025-06-05T23:24:07.7989358Z [INFO 2025-06-05 23:24:07,740 qnn_preprocess.py:50] Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-05T23:24:07.7990632Z [INFO 2025-06-05 23:24:07,740 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-06-05T23:24:07.7992314Z [INFO 2025-06-05 23:24:07,741 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_30, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7993782Z [INFO 2025-06-05 23:24:07,741 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_700, aten.permute_copy.default 2025-06-05T23:24:07.7995293Z [INFO 2025-06-05 23:24:07,742 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_31, aten.unsqueeze_copy.default 2025-06-05T23:24:07.7996766Z [INFO 2025-06-05 23:24:07,742 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_701, aten.permute_copy.default 2025-06-05T23:24:07.7998196Z [INFO 2025-06-05 23:24:07,743 qnn_preprocess.py:50] Visiting: aten_convolution_default_18, aten.convolution.default 2025-06-05T23:24:07.7999723Z [INFO 2025-06-05 23:24:07,751 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_702, aten.permute_copy.default 2025-06-05T23:24:07.8001168Z [INFO 2025-06-05 23:24:07,752 qnn_preprocess.py:50] Visiting: aten_convolution_default_19, aten.convolution.default 2025-06-05T23:24:07.8002590Z [INFO 2025-06-05 23:24:07,757 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_703, aten.permute_copy.default 2025-06-05T23:24:07.8003990Z [INFO 2025-06-05 23:24:07,758 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_30, aten.squeeze_copy.dims 2025-06-05T23:24:07.8005326Z [INFO 2025-06-05 23:24:07,759 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_31, aten.squeeze_copy.dims 2025-06-05T23:24:07.8006654Z [INFO 2025-06-05 23:24:07,759 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-06-05T23:24:07.8007892Z [INFO 2025-06-05 23:24:07,759 qnn_preprocess.py:50] Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-05T23:24:07.8009128Z [INFO 2025-06-05 23:24:07,760 qnn_preprocess.py:50] Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-05T23:24:07.8010474Z [INFO 2025-06-05 23:24:07,760 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_32, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8011951Z [INFO 2025-06-05 23:24:07,761 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_704, aten.permute_copy.default 2025-06-05T23:24:07.8013393Z [INFO 2025-06-05 23:24:07,761 qnn_preprocess.py:50] Visiting: aten_convolution_default_20, aten.convolution.default 2025-06-05T23:24:07.8014836Z [INFO 2025-06-05 23:24:07,766 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_705, aten.permute_copy.default 2025-06-05T23:24:07.8016232Z [INFO 2025-06-05 23:24:07,767 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_32, aten.squeeze_copy.dims 2025-06-05T23:24:07.8017500Z [INFO 2025-06-05 23:24:07,767 qnn_preprocess.py:50] Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-05T23:24:07.8018799Z [INFO 2025-06-05 23:24:07,768 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-06-05T23:24:07.8020216Z [INFO 2025-06-05 23:24:07,769 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_33, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8021696Z [INFO 2025-06-05 23:24:07,769 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_706, aten.permute_copy.default 2025-06-05T23:24:07.8023155Z [INFO 2025-06-05 23:24:07,770 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_34, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8024628Z [INFO 2025-06-05 23:24:07,770 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_707, aten.permute_copy.default 2025-06-05T23:24:07.8026086Z [INFO 2025-06-05 23:24:07,771 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_35, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8027669Z [INFO 2025-06-05 23:24:07,771 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_708, aten.permute_copy.default 2025-06-05T23:24:07.8029118Z [INFO 2025-06-05 23:24:07,772 qnn_preprocess.py:50] Visiting: aten_convolution_default_21, aten.convolution.default 2025-06-05T23:24:07.8030601Z [INFO 2025-06-05 23:24:07,774 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_709, aten.permute_copy.default 2025-06-05T23:24:07.8032100Z [INFO 2025-06-05 23:24:07,775 qnn_preprocess.py:50] Visiting: aten_convolution_default_22, aten.convolution.default 2025-06-05T23:24:07.8033534Z [INFO 2025-06-05 23:24:07,777 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_710, aten.permute_copy.default 2025-06-05T23:24:07.8034981Z [INFO 2025-06-05 23:24:07,778 qnn_preprocess.py:50] Visiting: aten_convolution_default_23, aten.convolution.default 2025-06-05T23:24:07.8036418Z [INFO 2025-06-05 23:24:07,781 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_711, aten.permute_copy.default 2025-06-05T23:24:07.8037815Z [INFO 2025-06-05 23:24:07,781 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_33, aten.squeeze_copy.dims 2025-06-05T23:24:07.8039171Z [INFO 2025-06-05 23:24:07,782 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_34, aten.squeeze_copy.dims 2025-06-05T23:24:07.8040561Z [INFO 2025-06-05 23:24:07,782 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_35, aten.squeeze_copy.dims 2025-06-05T23:24:07.8041899Z [INFO 2025-06-05 23:24:07,783 qnn_preprocess.py:50] Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-05T23:24:07.8043236Z [INFO 2025-06-05 23:24:07,783 qnn_preprocess.py:50] Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-05T23:24:07.8044567Z [INFO 2025-06-05 23:24:07,783 qnn_preprocess.py:50] Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-05T23:24:07.8045914Z [INFO 2025-06-05 23:24:07,783 qnn_preprocess.py:50] Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-05T23:24:07.8047255Z [INFO 2025-06-05 23:24:07,784 qnn_preprocess.py:50] Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-05T23:24:07.8048631Z [INFO 2025-06-05 23:24:07,784 qnn_preprocess.py:50] Visiting: aten_index_put_default_7, aten.index_put.default 2025-06-05T23:24:07.8049978Z [INFO 2025-06-05 23:24:07,785 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-06-05T23:24:07.8051311Z [INFO 2025-06-05 23:24:07,785 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-06-05T23:24:07.8052653Z [INFO 2025-06-05 23:24:07,786 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-06-05T23:24:07.8054001Z [INFO 2025-06-05 23:24:07,786 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-06-05T23:24:07.8055390Z [INFO 2025-06-05 23:24:07,787 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_142, aten.permute_copy.default 2025-06-05T23:24:07.8056839Z [INFO 2025-06-05 23:24:07,787 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-05T23:24:07.8058277Z [INFO 2025-06-05 23:24:07,788 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-06-05T23:24:07.8059767Z [INFO 2025-06-05 23:24:07,788 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-06-05T23:24:07.8061212Z [INFO 2025-06-05 23:24:07,789 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-06-05T23:24:07.8062653Z [INFO 2025-06-05 23:24:07,790 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-06-05T23:24:07.8064111Z [INFO 2025-06-05 23:24:07,790 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-06-05T23:24:07.8065545Z [INFO 2025-06-05 23:24:07,791 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-06-05T23:24:07.8066995Z [INFO 2025-06-05 23:24:07,791 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-06-05T23:24:07.8068439Z [INFO 2025-06-05 23:24:07,792 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-06-05T23:24:07.8069879Z [INFO 2025-06-05 23:24:07,793 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-06-05T23:24:07.8071548Z [INFO 2025-06-05 23:24:07,793 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-06-05T23:24:07.8073021Z [INFO 2025-06-05 23:24:07,794 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_36, aten.squeeze_copy.dims 2025-06-05T23:24:07.8074371Z [INFO 2025-06-05 23:24:07,794 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_37, aten.squeeze_copy.dims 2025-06-05T23:24:07.8075725Z [INFO 2025-06-05 23:24:07,795 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_38, aten.squeeze_copy.dims 2025-06-05T23:24:07.8077058Z [INFO 2025-06-05 23:24:07,795 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_39, aten.squeeze_copy.dims 2025-06-05T23:24:07.8078388Z [INFO 2025-06-05 23:24:07,795 qnn_preprocess.py:50] Visiting: aten_select_copy_int_168, aten.select_copy.int 2025-06-05T23:24:07.8079739Z [INFO 2025-06-05 23:24:07,796 qnn_preprocess.py:50] Visiting: aten_select_copy_int_170, aten.select_copy.int 2025-06-05T23:24:07.8081048Z [INFO 2025-06-05 23:24:07,796 qnn_preprocess.py:50] Visiting: aten_select_copy_int_172, aten.select_copy.int 2025-06-05T23:24:07.8082359Z [INFO 2025-06-05 23:24:07,797 qnn_preprocess.py:50] Visiting: aten_select_copy_int_174, aten.select_copy.int 2025-06-05T23:24:07.8083657Z [INFO 2025-06-05 23:24:07,797 qnn_preprocess.py:50] Visiting: aten_select_copy_int_176, aten.select_copy.int 2025-06-05T23:24:07.8084967Z [INFO 2025-06-05 23:24:07,797 qnn_preprocess.py:50] Visiting: aten_select_copy_int_178, aten.select_copy.int 2025-06-05T23:24:07.8325296Z [INFO 2025-06-05 23:24:07,798 qnn_preprocess.py:50] Visiting: aten_select_copy_int_180, aten.select_copy.int 2025-06-05T23:24:07.8326639Z [INFO 2025-06-05 23:24:07,798 qnn_preprocess.py:50] Visiting: aten_select_copy_int_182, aten.select_copy.int 2025-06-05T23:24:07.8328190Z [INFO 2025-06-05 23:24:07,799 qnn_preprocess.py:50] Visiting: aten_select_copy_int_184, aten.select_copy.int 2025-06-05T23:24:07.8329497Z [INFO 2025-06-05 23:24:07,799 qnn_preprocess.py:50] Visiting: aten_select_copy_int_186, aten.select_copy.int 2025-06-05T23:24:07.8330822Z [INFO 2025-06-05 23:24:07,799 qnn_preprocess.py:50] Visiting: aten_select_copy_int_188, aten.select_copy.int 2025-06-05T23:24:07.8332130Z [INFO 2025-06-05 23:24:07,800 qnn_preprocess.py:50] Visiting: aten_select_copy_int_190, aten.select_copy.int 2025-06-05T23:24:07.8333366Z [INFO 2025-06-05 23:24:07,800 qnn_preprocess.py:50] Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-05T23:24:07.8334560Z [INFO 2025-06-05 23:24:07,801 qnn_preprocess.py:50] Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-05T23:24:07.8335729Z [INFO 2025-06-05 23:24:07,801 qnn_preprocess.py:50] Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-05T23:24:07.8336901Z [INFO 2025-06-05 23:24:07,802 qnn_preprocess.py:50] Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-05T23:24:07.8338151Z [INFO 2025-06-05 23:24:07,802 qnn_preprocess.py:50] Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-05T23:24:07.8339320Z [INFO 2025-06-05 23:24:07,802 qnn_preprocess.py:50] Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-05T23:24:07.8340498Z [INFO 2025-06-05 23:24:07,803 qnn_preprocess.py:50] Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-05T23:24:07.8341661Z [INFO 2025-06-05 23:24:07,803 qnn_preprocess.py:50] Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-05T23:24:07.8342919Z [INFO 2025-06-05 23:24:07,804 qnn_preprocess.py:50] Visiting: aten_select_copy_int_169, aten.select_copy.int 2025-06-05T23:24:07.8344238Z [INFO 2025-06-05 23:24:07,804 qnn_preprocess.py:50] Visiting: aten_select_copy_int_171, aten.select_copy.int 2025-06-05T23:24:07.8345535Z [INFO 2025-06-05 23:24:07,804 qnn_preprocess.py:50] Visiting: aten_select_copy_int_173, aten.select_copy.int 2025-06-05T23:24:07.8346840Z [INFO 2025-06-05 23:24:07,805 qnn_preprocess.py:50] Visiting: aten_select_copy_int_175, aten.select_copy.int 2025-06-05T23:24:07.8348137Z [INFO 2025-06-05 23:24:07,805 qnn_preprocess.py:50] Visiting: aten_select_copy_int_177, aten.select_copy.int 2025-06-05T23:24:07.8349438Z [INFO 2025-06-05 23:24:07,806 qnn_preprocess.py:50] Visiting: aten_select_copy_int_179, aten.select_copy.int 2025-06-05T23:24:07.8350880Z [INFO 2025-06-05 23:24:07,806 qnn_preprocess.py:50] Visiting: aten_select_copy_int_181, aten.select_copy.int 2025-06-05T23:24:07.8352269Z [INFO 2025-06-05 23:24:07,806 qnn_preprocess.py:50] Visiting: aten_select_copy_int_183, aten.select_copy.int 2025-06-05T23:24:07.8353572Z [INFO 2025-06-05 23:24:07,807 qnn_preprocess.py:50] Visiting: aten_select_copy_int_185, aten.select_copy.int 2025-06-05T23:24:07.8354864Z [INFO 2025-06-05 23:24:07,807 qnn_preprocess.py:50] Visiting: aten_select_copy_int_187, aten.select_copy.int 2025-06-05T23:24:07.8356171Z [INFO 2025-06-05 23:24:07,808 qnn_preprocess.py:50] Visiting: aten_select_copy_int_189, aten.select_copy.int 2025-06-05T23:24:07.8357479Z [INFO 2025-06-05 23:24:07,808 qnn_preprocess.py:50] Visiting: aten_select_copy_int_191, aten.select_copy.int 2025-06-05T23:24:07.8358859Z [INFO 2025-06-05 23:24:07,808 qnn_preprocess.py:50] Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-06-05T23:24:07.8360036Z [INFO 2025-06-05 23:24:07,809 qnn_preprocess.py:50] Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-05T23:24:07.8361240Z [INFO 2025-06-05 23:24:07,809 qnn_preprocess.py:50] Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-06-05T23:24:07.8362401Z [INFO 2025-06-05 23:24:07,810 qnn_preprocess.py:50] Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-05T23:24:07.8363588Z [INFO 2025-06-05 23:24:07,810 qnn_preprocess.py:50] Visiting: aten_cat_default_15, aten.cat.default 2025-06-05T23:24:07.8364926Z [INFO 2025-06-05 23:24:07,811 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_36, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8366435Z [INFO 2025-06-05 23:24:07,812 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_37, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8367991Z [INFO 2025-06-05 23:24:07,812 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_38, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8369483Z [INFO 2025-06-05 23:24:07,813 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_39, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8371057Z [INFO 2025-06-05 23:24:07,813 qnn_preprocess.py:50] Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-05T23:24:07.8372328Z [INFO 2025-06-05 23:24:07,813 qnn_preprocess.py:50] Visiting: aten_cat_default_12, aten.cat.default 2025-06-05T23:24:07.8373528Z [INFO 2025-06-05 23:24:07,814 qnn_preprocess.py:50] Visiting: aten_cat_default_13, aten.cat.default 2025-06-05T23:24:07.8374801Z [INFO 2025-06-05 23:24:07,814 qnn_preprocess.py:50] Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-05T23:24:07.8376136Z [INFO 2025-06-05 23:24:07,815 qnn_preprocess.py:50] Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-05T23:24:07.8377686Z [INFO 2025-06-05 23:24:07,815 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_129, aten.permute_copy.default 2025-06-05T23:24:07.8379078Z [INFO 2025-06-05 23:24:07,815 qnn_preprocess.py:50] Visiting: aten_index_put_default_6, aten.index_put.default 2025-06-05T23:24:07.8380484Z [INFO 2025-06-05 23:24:07,817 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_130, aten.permute_copy.default 2025-06-05T23:24:07.8381933Z [INFO 2025-06-05 23:24:07,817 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_131, aten.permute_copy.default 2025-06-05T23:24:07.8383370Z [INFO 2025-06-05 23:24:07,818 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_132, aten.permute_copy.default 2025-06-05T23:24:07.8384815Z [INFO 2025-06-05 23:24:07,818 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_133, aten.permute_copy.default 2025-06-05T23:24:07.8386254Z [INFO 2025-06-05 23:24:07,819 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_134, aten.permute_copy.default 2025-06-05T23:24:07.8387722Z [INFO 2025-06-05 23:24:07,820 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_135, aten.permute_copy.default 2025-06-05T23:24:07.8389178Z [INFO 2025-06-05 23:24:07,820 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_136, aten.permute_copy.default 2025-06-05T23:24:07.8390715Z [INFO 2025-06-05 23:24:07,821 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_137, aten.permute_copy.default 2025-06-05T23:24:07.8392170Z [INFO 2025-06-05 23:24:07,822 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_138, aten.permute_copy.default 2025-06-05T23:24:07.8393611Z [INFO 2025-06-05 23:24:07,822 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_139, aten.permute_copy.default 2025-06-05T23:24:07.8395066Z [INFO 2025-06-05 23:24:07,823 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_140, aten.permute_copy.default 2025-06-05T23:24:07.8396520Z [INFO 2025-06-05 23:24:07,823 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_141, aten.permute_copy.default 2025-06-05T23:24:07.8397954Z [INFO 2025-06-05 23:24:07,824 qnn_preprocess.py:50] Visiting: aten_select_copy_int_144, aten.select_copy.int 2025-06-05T23:24:07.8399270Z [INFO 2025-06-05 23:24:07,824 qnn_preprocess.py:50] Visiting: aten_select_copy_int_146, aten.select_copy.int 2025-06-05T23:24:07.8400573Z [INFO 2025-06-05 23:24:07,825 qnn_preprocess.py:50] Visiting: aten_select_copy_int_148, aten.select_copy.int 2025-06-05T23:24:07.8401888Z [INFO 2025-06-05 23:24:07,825 qnn_preprocess.py:50] Visiting: aten_select_copy_int_150, aten.select_copy.int 2025-06-05T23:24:07.8403186Z [INFO 2025-06-05 23:24:07,826 qnn_preprocess.py:50] Visiting: aten_select_copy_int_152, aten.select_copy.int 2025-06-05T23:24:07.8404477Z [INFO 2025-06-05 23:24:07,826 qnn_preprocess.py:50] Visiting: aten_select_copy_int_154, aten.select_copy.int 2025-06-05T23:24:07.8405782Z [INFO 2025-06-05 23:24:07,826 qnn_preprocess.py:50] Visiting: aten_select_copy_int_156, aten.select_copy.int 2025-06-05T23:24:07.8407128Z [INFO 2025-06-05 23:24:07,827 qnn_preprocess.py:50] Visiting: aten_select_copy_int_158, aten.select_copy.int 2025-06-05T23:24:07.8408440Z [INFO 2025-06-05 23:24:07,827 qnn_preprocess.py:50] Visiting: aten_select_copy_int_160, aten.select_copy.int 2025-06-05T23:24:07.8409744Z [INFO 2025-06-05 23:24:07,828 qnn_preprocess.py:50] Visiting: aten_select_copy_int_162, aten.select_copy.int 2025-06-05T23:24:07.8411029Z [INFO 2025-06-05 23:24:07,828 qnn_preprocess.py:50] Visiting: aten_select_copy_int_164, aten.select_copy.int 2025-06-05T23:24:07.8412336Z [INFO 2025-06-05 23:24:07,828 qnn_preprocess.py:50] Visiting: aten_select_copy_int_166, aten.select_copy.int 2025-06-05T23:24:07.8413618Z [INFO 2025-06-05 23:24:07,829 qnn_preprocess.py:50] Visiting: aten_select_copy_int_145, aten.select_copy.int 2025-06-05T23:24:07.8414860Z [INFO 2025-06-05 23:24:07,829 qnn_preprocess.py:50] Visiting: aten_select_copy_int_147, aten.select_copy.int 2025-06-05T23:24:07.8416152Z [INFO 2025-06-05 23:24:07,830 qnn_preprocess.py:50] Visiting: aten_select_copy_int_149, aten.select_copy.int 2025-06-05T23:24:07.8417553Z [INFO 2025-06-05 23:24:07,830 qnn_preprocess.py:50] Visiting: aten_select_copy_int_151, aten.select_copy.int 2025-06-05T23:24:07.8418819Z [INFO 2025-06-05 23:24:07,830 qnn_preprocess.py:50] Visiting: aten_select_copy_int_153, aten.select_copy.int 2025-06-05T23:24:07.8420069Z [INFO 2025-06-05 23:24:07,831 qnn_preprocess.py:50] Visiting: aten_select_copy_int_155, aten.select_copy.int 2025-06-05T23:24:07.8421365Z [INFO 2025-06-05 23:24:07,831 qnn_preprocess.py:50] Visiting: aten_select_copy_int_157, aten.select_copy.int 2025-06-05T23:24:07.8422663Z [INFO 2025-06-05 23:24:07,831 qnn_preprocess.py:50] Visiting: aten_select_copy_int_159, aten.select_copy.int 2025-06-05T23:24:07.8935400Z [INFO 2025-06-05 23:24:07,832 qnn_preprocess.py:50] Visiting: aten_select_copy_int_161, aten.select_copy.int 2025-06-05T23:24:07.8936756Z [INFO 2025-06-05 23:24:07,832 qnn_preprocess.py:50] Visiting: aten_select_copy_int_163, aten.select_copy.int 2025-06-05T23:24:07.8938090Z [INFO 2025-06-05 23:24:07,833 qnn_preprocess.py:50] Visiting: aten_select_copy_int_165, aten.select_copy.int 2025-06-05T23:24:07.8939386Z [INFO 2025-06-05 23:24:07,833 qnn_preprocess.py:50] Visiting: aten_select_copy_int_167, aten.select_copy.int 2025-06-05T23:24:07.8940884Z [INFO 2025-06-05 23:24:07,833 qnn_preprocess.py:50] Visiting: aten_cat_default_14, aten.cat.default 2025-06-05T23:24:07.8942146Z [INFO 2025-06-05 23:24:07,835 qnn_preprocess.py:50] Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-05T23:24:07.8943542Z [INFO 2025-06-05 23:24:07,835 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-06-05T23:24:07.8944899Z [INFO 2025-06-05 23:24:07,836 qnn_preprocess.py:50] Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-05T23:24:07.8946105Z [INFO 2025-06-05 23:24:07,836 qnn_preprocess.py:50] Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-05T23:24:07.8947277Z [INFO 2025-06-05 23:24:07,837 qnn_preprocess.py:50] Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-05T23:24:07.8948589Z [INFO 2025-06-05 23:24:07,837 qnn_preprocess.py:50] Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-05T23:24:07.8949876Z [INFO 2025-06-05 23:24:07,838 qnn_preprocess.py:50] Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-05T23:24:07.8951295Z [INFO 2025-06-05 23:24:07,838 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_155, aten.permute_copy.default 2025-06-05T23:24:07.8952678Z [INFO 2025-06-05 23:24:07,839 qnn_preprocess.py:50] Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-05T23:24:07.8954101Z [INFO 2025-06-05 23:24:07,839 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_40, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8955558Z [INFO 2025-06-05 23:24:07,840 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_712, aten.permute_copy.default 2025-06-05T23:24:07.8957010Z [INFO 2025-06-05 23:24:07,840 qnn_preprocess.py:50] Visiting: aten_convolution_default_24, aten.convolution.default 2025-06-05T23:24:07.8958508Z [INFO 2025-06-05 23:24:07,843 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_713, aten.permute_copy.default 2025-06-05T23:24:07.8959897Z [INFO 2025-06-05 23:24:07,844 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_40, aten.squeeze_copy.dims 2025-06-05T23:24:07.8961156Z [INFO 2025-06-05 23:24:07,844 qnn_preprocess.py:50] Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-05T23:24:07.8962399Z [INFO 2025-06-05 23:24:07,844 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-06-05T23:24:07.8963914Z [INFO 2025-06-05 23:24:07,845 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_41, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8965391Z [INFO 2025-06-05 23:24:07,846 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_714, aten.permute_copy.default 2025-06-05T23:24:07.8966853Z [INFO 2025-06-05 23:24:07,846 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_42, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8968387Z [INFO 2025-06-05 23:24:07,847 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_715, aten.permute_copy.default 2025-06-05T23:24:07.8969824Z [INFO 2025-06-05 23:24:07,847 qnn_preprocess.py:50] Visiting: aten_convolution_default_25, aten.convolution.default 2025-06-05T23:24:07.8971425Z [INFO 2025-06-05 23:24:07,855 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_716, aten.permute_copy.default 2025-06-05T23:24:07.8972859Z [INFO 2025-06-05 23:24:07,856 qnn_preprocess.py:50] Visiting: aten_convolution_default_26, aten.convolution.default 2025-06-05T23:24:07.8974351Z [INFO 2025-06-05 23:24:07,861 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_717, aten.permute_copy.default 2025-06-05T23:24:07.8975740Z [INFO 2025-06-05 23:24:07,862 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_41, aten.squeeze_copy.dims 2025-06-05T23:24:07.8977081Z [INFO 2025-06-05 23:24:07,862 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_42, aten.squeeze_copy.dims 2025-06-05T23:24:07.8978381Z [INFO 2025-06-05 23:24:07,863 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-06-05T23:24:07.8979607Z [INFO 2025-06-05 23:24:07,863 qnn_preprocess.py:50] Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-05T23:24:07.8980824Z [INFO 2025-06-05 23:24:07,863 qnn_preprocess.py:50] Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-05T23:24:07.8982160Z [INFO 2025-06-05 23:24:07,864 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_43, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8983635Z [INFO 2025-06-05 23:24:07,864 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_718, aten.permute_copy.default 2025-06-05T23:24:07.8985083Z [INFO 2025-06-05 23:24:07,865 qnn_preprocess.py:50] Visiting: aten_convolution_default_27, aten.convolution.default 2025-06-05T23:24:07.8986511Z [INFO 2025-06-05 23:24:07,870 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_719, aten.permute_copy.default 2025-06-05T23:24:07.8987913Z [INFO 2025-06-05 23:24:07,871 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_43, aten.squeeze_copy.dims 2025-06-05T23:24:07.8989209Z [INFO 2025-06-05 23:24:07,871 qnn_preprocess.py:50] Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-05T23:24:07.8990484Z [INFO 2025-06-05 23:24:07,871 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-06-05T23:24:07.8991874Z [INFO 2025-06-05 23:24:07,872 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_44, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8993337Z [INFO 2025-06-05 23:24:07,873 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_720, aten.permute_copy.default 2025-06-05T23:24:07.8994802Z [INFO 2025-06-05 23:24:07,873 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_45, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8996258Z [INFO 2025-06-05 23:24:07,874 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_721, aten.permute_copy.default 2025-06-05T23:24:07.8997799Z [INFO 2025-06-05 23:24:07,874 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_46, aten.unsqueeze_copy.default 2025-06-05T23:24:07.8999256Z [INFO 2025-06-05 23:24:07,875 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_722, aten.permute_copy.default 2025-06-05T23:24:07.9000684Z [INFO 2025-06-05 23:24:07,875 qnn_preprocess.py:50] Visiting: aten_convolution_default_28, aten.convolution.default 2025-06-05T23:24:07.9002108Z [INFO 2025-06-05 23:24:07,877 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_723, aten.permute_copy.default 2025-06-05T23:24:07.9003527Z [INFO 2025-06-05 23:24:07,878 qnn_preprocess.py:50] Visiting: aten_convolution_default_29, aten.convolution.default 2025-06-05T23:24:07.9004960Z [INFO 2025-06-05 23:24:07,880 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_724, aten.permute_copy.default 2025-06-05T23:24:07.9006373Z [INFO 2025-06-05 23:24:07,881 qnn_preprocess.py:50] Visiting: aten_convolution_default_30, aten.convolution.default 2025-06-05T23:24:07.9007855Z [INFO 2025-06-05 23:24:07,883 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_725, aten.permute_copy.default 2025-06-05T23:24:07.9009246Z [INFO 2025-06-05 23:24:07,884 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_44, aten.squeeze_copy.dims 2025-06-05T23:24:07.9010572Z [INFO 2025-06-05 23:24:07,884 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_45, aten.squeeze_copy.dims 2025-06-05T23:24:07.9011916Z [INFO 2025-06-05 23:24:07,885 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_46, aten.squeeze_copy.dims 2025-06-05T23:24:07.9013254Z [INFO 2025-06-05 23:24:07,885 qnn_preprocess.py:50] Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-05T23:24:07.9014577Z [INFO 2025-06-05 23:24:07,885 qnn_preprocess.py:50] Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-05T23:24:07.9015909Z [INFO 2025-06-05 23:24:07,886 qnn_preprocess.py:50] Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-05T23:24:07.9017233Z [INFO 2025-06-05 23:24:07,886 qnn_preprocess.py:50] Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-05T23:24:07.9018570Z [INFO 2025-06-05 23:24:07,886 qnn_preprocess.py:50] Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-05T23:24:07.9019893Z [INFO 2025-06-05 23:24:07,886 qnn_preprocess.py:50] Visiting: aten_index_put_default_9, aten.index_put.default 2025-06-05T23:24:07.9021250Z [INFO 2025-06-05 23:24:07,888 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-06-05T23:24:07.9022589Z [INFO 2025-06-05 23:24:07,888 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-06-05T23:24:07.9023916Z [INFO 2025-06-05 23:24:07,888 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-06-05T23:24:07.9025247Z [INFO 2025-06-05 23:24:07,889 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-06-05T23:24:07.9026627Z [INFO 2025-06-05 23:24:07,889 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_183, aten.permute_copy.default 2025-06-05T23:24:07.9028089Z [INFO 2025-06-05 23:24:07,890 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_184, aten.permute_copy.default 2025-06-05T23:24:07.9029522Z [INFO 2025-06-05 23:24:07,890 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_185, aten.permute_copy.default 2025-06-05T23:24:07.9031012Z [INFO 2025-06-05 23:24:07,891 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_186, aten.permute_copy.default 2025-06-05T23:24:07.9032451Z [INFO 2025-06-05 23:24:07,892 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_187, aten.permute_copy.default 2025-06-05T23:24:07.9033883Z [INFO 2025-06-05 23:24:07,892 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_188, aten.permute_copy.default 2025-06-05T23:24:07.9280799Z [INFO 2025-06-05 23:24:07,893 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_189, aten.permute_copy.default 2025-06-05T23:24:07.9282319Z [INFO 2025-06-05 23:24:07,893 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_190, aten.permute_copy.default 2025-06-05T23:24:07.9283955Z [INFO 2025-06-05 23:24:07,894 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_191, aten.permute_copy.default 2025-06-05T23:24:07.9285385Z [INFO 2025-06-05 23:24:07,895 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_192, aten.permute_copy.default 2025-06-05T23:24:07.9286847Z [INFO 2025-06-05 23:24:07,895 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_193, aten.permute_copy.default 2025-06-05T23:24:07.9288279Z [INFO 2025-06-05 23:24:07,896 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_194, aten.permute_copy.default 2025-06-05T23:24:07.9289662Z [INFO 2025-06-05 23:24:07,896 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_47, aten.squeeze_copy.dims 2025-06-05T23:24:07.9291010Z [INFO 2025-06-05 23:24:07,897 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_48, aten.squeeze_copy.dims 2025-06-05T23:24:07.9292350Z [INFO 2025-06-05 23:24:07,897 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_49, aten.squeeze_copy.dims 2025-06-05T23:24:07.9293748Z [INFO 2025-06-05 23:24:07,897 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_50, aten.squeeze_copy.dims 2025-06-05T23:24:07.9295083Z [INFO 2025-06-05 23:24:07,898 qnn_preprocess.py:50] Visiting: aten_select_copy_int_216, aten.select_copy.int 2025-06-05T23:24:07.9296373Z [INFO 2025-06-05 23:24:07,898 qnn_preprocess.py:50] Visiting: aten_select_copy_int_218, aten.select_copy.int 2025-06-05T23:24:07.9297668Z [INFO 2025-06-05 23:24:07,899 qnn_preprocess.py:50] Visiting: aten_select_copy_int_220, aten.select_copy.int 2025-06-05T23:24:07.9298943Z [INFO 2025-06-05 23:24:07,899 qnn_preprocess.py:50] Visiting: aten_select_copy_int_222, aten.select_copy.int 2025-06-05T23:24:07.9300245Z [INFO 2025-06-05 23:24:07,899 qnn_preprocess.py:50] Visiting: aten_select_copy_int_224, aten.select_copy.int 2025-06-05T23:24:07.9301545Z [INFO 2025-06-05 23:24:07,900 qnn_preprocess.py:50] Visiting: aten_select_copy_int_226, aten.select_copy.int 2025-06-05T23:24:07.9302829Z [INFO 2025-06-05 23:24:07,900 qnn_preprocess.py:50] Visiting: aten_select_copy_int_228, aten.select_copy.int 2025-06-05T23:24:07.9304124Z [INFO 2025-06-05 23:24:07,900 qnn_preprocess.py:50] Visiting: aten_select_copy_int_230, aten.select_copy.int 2025-06-05T23:24:07.9305460Z [INFO 2025-06-05 23:24:07,901 qnn_preprocess.py:50] Visiting: aten_select_copy_int_232, aten.select_copy.int 2025-06-05T23:24:07.9306751Z [INFO 2025-06-05 23:24:07,901 qnn_preprocess.py:50] Visiting: aten_select_copy_int_234, aten.select_copy.int 2025-06-05T23:24:07.9308054Z [INFO 2025-06-05 23:24:07,902 qnn_preprocess.py:50] Visiting: aten_select_copy_int_236, aten.select_copy.int 2025-06-05T23:24:07.9309335Z [INFO 2025-06-05 23:24:07,902 qnn_preprocess.py:50] Visiting: aten_select_copy_int_238, aten.select_copy.int 2025-06-05T23:24:07.9310642Z [INFO 2025-06-05 23:24:07,902 qnn_preprocess.py:50] Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-05T23:24:07.9311800Z [INFO 2025-06-05 23:24:07,903 qnn_preprocess.py:50] Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-05T23:24:07.9312981Z [INFO 2025-06-05 23:24:07,903 qnn_preprocess.py:50] Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-05T23:24:07.9314212Z [INFO 2025-06-05 23:24:07,904 qnn_preprocess.py:50] Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-05T23:24:07.9315365Z [INFO 2025-06-05 23:24:07,904 qnn_preprocess.py:50] Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-05T23:24:07.9316532Z [INFO 2025-06-05 23:24:07,905 qnn_preprocess.py:50] Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-05T23:24:07.9317684Z [INFO 2025-06-05 23:24:07,905 qnn_preprocess.py:50] Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-05T23:24:07.9318849Z [INFO 2025-06-05 23:24:07,905 qnn_preprocess.py:50] Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-05T23:24:07.9320089Z [INFO 2025-06-05 23:24:07,906 qnn_preprocess.py:50] Visiting: aten_select_copy_int_217, aten.select_copy.int 2025-06-05T23:24:07.9321368Z [INFO 2025-06-05 23:24:07,906 qnn_preprocess.py:50] Visiting: aten_select_copy_int_219, aten.select_copy.int 2025-06-05T23:24:07.9322706Z [INFO 2025-06-05 23:24:07,907 qnn_preprocess.py:50] Visiting: aten_select_copy_int_221, aten.select_copy.int 2025-06-05T23:24:07.9323988Z [INFO 2025-06-05 23:24:07,907 qnn_preprocess.py:50] Visiting: aten_select_copy_int_223, aten.select_copy.int 2025-06-05T23:24:07.9325279Z [INFO 2025-06-05 23:24:07,907 qnn_preprocess.py:50] Visiting: aten_select_copy_int_225, aten.select_copy.int 2025-06-05T23:24:07.9326572Z [INFO 2025-06-05 23:24:07,908 qnn_preprocess.py:50] Visiting: aten_select_copy_int_227, aten.select_copy.int 2025-06-05T23:24:07.9327856Z [INFO 2025-06-05 23:24:07,908 qnn_preprocess.py:50] Visiting: aten_select_copy_int_229, aten.select_copy.int 2025-06-05T23:24:07.9329148Z [INFO 2025-06-05 23:24:07,909 qnn_preprocess.py:50] Visiting: aten_select_copy_int_231, aten.select_copy.int 2025-06-05T23:24:07.9330426Z [INFO 2025-06-05 23:24:07,909 qnn_preprocess.py:50] Visiting: aten_select_copy_int_233, aten.select_copy.int 2025-06-05T23:24:07.9331752Z [INFO 2025-06-05 23:24:07,909 qnn_preprocess.py:50] Visiting: aten_select_copy_int_235, aten.select_copy.int 2025-06-05T23:24:07.9333059Z [INFO 2025-06-05 23:24:07,910 qnn_preprocess.py:50] Visiting: aten_select_copy_int_237, aten.select_copy.int 2025-06-05T23:24:07.9334339Z [INFO 2025-06-05 23:24:07,910 qnn_preprocess.py:50] Visiting: aten_select_copy_int_239, aten.select_copy.int 2025-06-05T23:24:07.9335573Z [INFO 2025-06-05 23:24:07,910 qnn_preprocess.py:50] Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-06-05T23:24:07.9336728Z [INFO 2025-06-05 23:24:07,911 qnn_preprocess.py:50] Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-05T23:24:07.9337893Z [INFO 2025-06-05 23:24:07,911 qnn_preprocess.py:50] Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-06-05T23:24:07.9352922Z [INFO 2025-06-05 23:24:07,912 qnn_preprocess.py:50] Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-05T23:24:07.9354266Z [INFO 2025-06-05 23:24:07,912 qnn_preprocess.py:50] Visiting: aten_cat_default_19, aten.cat.default 2025-06-05T23:24:07.9355641Z [INFO 2025-06-05 23:24:07,914 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_47, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9357136Z [INFO 2025-06-05 23:24:07,914 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_48, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9358728Z [INFO 2025-06-05 23:24:07,914 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_49, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9360220Z [INFO 2025-06-05 23:24:07,915 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_50, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9361630Z [INFO 2025-06-05 23:24:07,915 qnn_preprocess.py:50] Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-05T23:24:07.9362900Z [INFO 2025-06-05 23:24:07,915 qnn_preprocess.py:50] Visiting: aten_cat_default_16, aten.cat.default 2025-06-05T23:24:07.9364088Z [INFO 2025-06-05 23:24:07,916 qnn_preprocess.py:50] Visiting: aten_cat_default_17, aten.cat.default 2025-06-05T23:24:07.9365340Z [INFO 2025-06-05 23:24:07,916 qnn_preprocess.py:50] Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-05T23:24:07.9366717Z [INFO 2025-06-05 23:24:07,917 qnn_preprocess.py:50] Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-05T23:24:07.9368096Z [INFO 2025-06-05 23:24:07,917 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_170, aten.permute_copy.default 2025-06-05T23:24:07.9369479Z [INFO 2025-06-05 23:24:07,918 qnn_preprocess.py:50] Visiting: aten_index_put_default_8, aten.index_put.default 2025-06-05T23:24:07.9371011Z [INFO 2025-06-05 23:24:07,919 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_171, aten.permute_copy.default 2025-06-05T23:24:07.9372445Z [INFO 2025-06-05 23:24:07,919 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_172, aten.permute_copy.default 2025-06-05T23:24:07.9373893Z [INFO 2025-06-05 23:24:07,920 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_173, aten.permute_copy.default 2025-06-05T23:24:07.9375407Z [INFO 2025-06-05 23:24:07,920 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_174, aten.permute_copy.default 2025-06-05T23:24:07.9376851Z [INFO 2025-06-05 23:24:07,921 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_175, aten.permute_copy.default 2025-06-05T23:24:07.9378306Z [INFO 2025-06-05 23:24:07,922 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_176, aten.permute_copy.default 2025-06-05T23:24:07.9379735Z [INFO 2025-06-05 23:24:07,922 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_177, aten.permute_copy.default 2025-06-05T23:24:07.9381176Z [INFO 2025-06-05 23:24:07,923 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_178, aten.permute_copy.default 2025-06-05T23:24:07.9382599Z [INFO 2025-06-05 23:24:07,923 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_179, aten.permute_copy.default 2025-06-05T23:24:07.9384038Z [INFO 2025-06-05 23:24:07,924 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_180, aten.permute_copy.default 2025-06-05T23:24:07.9385527Z [INFO 2025-06-05 23:24:07,925 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_181, aten.permute_copy.default 2025-06-05T23:24:07.9386956Z [INFO 2025-06-05 23:24:07,925 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_182, aten.permute_copy.default 2025-06-05T23:24:07.9388324Z [INFO 2025-06-05 23:24:07,926 qnn_preprocess.py:50] Visiting: aten_select_copy_int_192, aten.select_copy.int 2025-06-05T23:24:07.9389622Z [INFO 2025-06-05 23:24:07,926 qnn_preprocess.py:50] Visiting: aten_select_copy_int_194, aten.select_copy.int 2025-06-05T23:24:07.9390967Z [INFO 2025-06-05 23:24:07,927 qnn_preprocess.py:50] Visiting: aten_select_copy_int_196, aten.select_copy.int 2025-06-05T23:24:07.9392263Z [INFO 2025-06-05 23:24:07,927 qnn_preprocess.py:50] Visiting: aten_select_copy_int_198, aten.select_copy.int 2025-06-05T23:24:07.9898516Z [INFO 2025-06-05 23:24:07,927 qnn_preprocess.py:50] Visiting: aten_select_copy_int_200, aten.select_copy.int 2025-06-05T23:24:07.9899910Z [INFO 2025-06-05 23:24:07,928 qnn_preprocess.py:50] Visiting: aten_select_copy_int_202, aten.select_copy.int 2025-06-05T23:24:07.9901247Z [INFO 2025-06-05 23:24:07,928 qnn_preprocess.py:50] Visiting: aten_select_copy_int_204, aten.select_copy.int 2025-06-05T23:24:07.9902628Z [INFO 2025-06-05 23:24:07,928 qnn_preprocess.py:50] Visiting: aten_select_copy_int_206, aten.select_copy.int 2025-06-05T23:24:07.9904143Z [INFO 2025-06-05 23:24:07,929 qnn_preprocess.py:50] Visiting: aten_select_copy_int_208, aten.select_copy.int 2025-06-05T23:24:07.9905435Z [INFO 2025-06-05 23:24:07,929 qnn_preprocess.py:50] Visiting: aten_select_copy_int_210, aten.select_copy.int 2025-06-05T23:24:07.9906749Z [INFO 2025-06-05 23:24:07,930 qnn_preprocess.py:50] Visiting: aten_select_copy_int_212, aten.select_copy.int 2025-06-05T23:24:07.9908059Z [INFO 2025-06-05 23:24:07,930 qnn_preprocess.py:50] Visiting: aten_select_copy_int_214, aten.select_copy.int 2025-06-05T23:24:07.9909350Z [INFO 2025-06-05 23:24:07,930 qnn_preprocess.py:50] Visiting: aten_select_copy_int_193, aten.select_copy.int 2025-06-05T23:24:07.9910793Z [INFO 2025-06-05 23:24:07,931 qnn_preprocess.py:50] Visiting: aten_select_copy_int_195, aten.select_copy.int 2025-06-05T23:24:07.9912088Z [INFO 2025-06-05 23:24:07,931 qnn_preprocess.py:50] Visiting: aten_select_copy_int_197, aten.select_copy.int 2025-06-05T23:24:07.9913411Z [INFO 2025-06-05 23:24:07,931 qnn_preprocess.py:50] Visiting: aten_select_copy_int_199, aten.select_copy.int 2025-06-05T23:24:07.9914725Z [INFO 2025-06-05 23:24:07,932 qnn_preprocess.py:50] Visiting: aten_select_copy_int_201, aten.select_copy.int 2025-06-05T23:24:07.9916020Z [INFO 2025-06-05 23:24:07,932 qnn_preprocess.py:50] Visiting: aten_select_copy_int_203, aten.select_copy.int 2025-06-05T23:24:07.9917325Z [INFO 2025-06-05 23:24:07,933 qnn_preprocess.py:50] Visiting: aten_select_copy_int_205, aten.select_copy.int 2025-06-05T23:24:07.9918619Z [INFO 2025-06-05 23:24:07,933 qnn_preprocess.py:50] Visiting: aten_select_copy_int_207, aten.select_copy.int 2025-06-05T23:24:07.9920000Z [INFO 2025-06-05 23:24:07,933 qnn_preprocess.py:50] Visiting: aten_select_copy_int_209, aten.select_copy.int 2025-06-05T23:24:07.9921304Z [INFO 2025-06-05 23:24:07,934 qnn_preprocess.py:50] Visiting: aten_select_copy_int_211, aten.select_copy.int 2025-06-05T23:24:07.9922602Z [INFO 2025-06-05 23:24:07,934 qnn_preprocess.py:50] Visiting: aten_select_copy_int_213, aten.select_copy.int 2025-06-05T23:24:07.9923905Z [INFO 2025-06-05 23:24:07,934 qnn_preprocess.py:50] Visiting: aten_select_copy_int_215, aten.select_copy.int 2025-06-05T23:24:07.9925142Z [INFO 2025-06-05 23:24:07,935 qnn_preprocess.py:50] Visiting: aten_cat_default_18, aten.cat.default 2025-06-05T23:24:07.9926418Z [INFO 2025-06-05 23:24:07,936 qnn_preprocess.py:50] Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-05T23:24:07.9927820Z [INFO 2025-06-05 23:24:07,936 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_195, aten.permute_copy.default 2025-06-05T23:24:07.9929167Z [INFO 2025-06-05 23:24:07,937 qnn_preprocess.py:50] Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-05T23:24:07.9930450Z [INFO 2025-06-05 23:24:07,938 qnn_preprocess.py:50] Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-05T23:24:07.9931623Z [INFO 2025-06-05 23:24:07,938 qnn_preprocess.py:50] Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-05T23:24:07.9932869Z [INFO 2025-06-05 23:24:07,939 qnn_preprocess.py:50] Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-05T23:24:07.9934152Z [INFO 2025-06-05 23:24:07,939 qnn_preprocess.py:50] Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-05T23:24:07.9935495Z [INFO 2025-06-05 23:24:07,940 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-06-05T23:24:07.9936916Z [INFO 2025-06-05 23:24:07,940 qnn_preprocess.py:50] Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-05T23:24:07.9938343Z [INFO 2025-06-05 23:24:07,941 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_51, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9939823Z [INFO 2025-06-05 23:24:07,941 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_726, aten.permute_copy.default 2025-06-05T23:24:07.9941266Z [INFO 2025-06-05 23:24:07,942 qnn_preprocess.py:50] Visiting: aten_convolution_default_31, aten.convolution.default 2025-06-05T23:24:07.9942732Z [INFO 2025-06-05 23:24:07,945 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_727, aten.permute_copy.default 2025-06-05T23:24:07.9944139Z [INFO 2025-06-05 23:24:07,946 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_51, aten.squeeze_copy.dims 2025-06-05T23:24:07.9945411Z [INFO 2025-06-05 23:24:07,946 qnn_preprocess.py:50] Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-05T23:24:07.9946649Z [INFO 2025-06-05 23:24:07,946 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-06-05T23:24:07.9948055Z [INFO 2025-06-05 23:24:07,947 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_52, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9949527Z [INFO 2025-06-05 23:24:07,948 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_728, aten.permute_copy.default 2025-06-05T23:24:07.9951107Z [INFO 2025-06-05 23:24:07,948 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_53, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9952605Z [INFO 2025-06-05 23:24:07,948 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_729, aten.permute_copy.default 2025-06-05T23:24:07.9954039Z [INFO 2025-06-05 23:24:07,949 qnn_preprocess.py:50] Visiting: aten_convolution_default_32, aten.convolution.default 2025-06-05T23:24:07.9955486Z [INFO 2025-06-05 23:24:07,957 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_730, aten.permute_copy.default 2025-06-05T23:24:07.9956930Z [INFO 2025-06-05 23:24:07,958 qnn_preprocess.py:50] Visiting: aten_convolution_default_33, aten.convolution.default 2025-06-05T23:24:07.9958355Z [INFO 2025-06-05 23:24:07,963 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_731, aten.permute_copy.default 2025-06-05T23:24:07.9959802Z [INFO 2025-06-05 23:24:07,964 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_52, aten.squeeze_copy.dims 2025-06-05T23:24:07.9961150Z [INFO 2025-06-05 23:24:07,964 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_53, aten.squeeze_copy.dims 2025-06-05T23:24:07.9962479Z [INFO 2025-06-05 23:24:07,965 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-06-05T23:24:07.9963721Z [INFO 2025-06-05 23:24:07,965 qnn_preprocess.py:50] Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-05T23:24:07.9964886Z [INFO 2025-06-05 23:24:07,966 qnn_preprocess.py:50] Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-05T23:24:07.9966234Z [INFO 2025-06-05 23:24:07,966 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_54, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9967704Z [INFO 2025-06-05 23:24:07,966 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_732, aten.permute_copy.default 2025-06-05T23:24:07.9969147Z [INFO 2025-06-05 23:24:07,967 qnn_preprocess.py:50] Visiting: aten_convolution_default_34, aten.convolution.default 2025-06-05T23:24:07.9970831Z [INFO 2025-06-05 23:24:07,973 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_733, aten.permute_copy.default 2025-06-05T23:24:07.9972235Z [INFO 2025-06-05 23:24:07,974 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_54, aten.squeeze_copy.dims 2025-06-05T23:24:07.9973509Z [INFO 2025-06-05 23:24:07,974 qnn_preprocess.py:50] Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-05T23:24:07.9974751Z [INFO 2025-06-05 23:24:07,975 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-06-05T23:24:07.9976176Z [INFO 2025-06-05 23:24:07,975 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_55, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9977659Z [INFO 2025-06-05 23:24:07,976 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_734, aten.permute_copy.default 2025-06-05T23:24:07.9979125Z [INFO 2025-06-05 23:24:07,976 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_56, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9980619Z [INFO 2025-06-05 23:24:07,977 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_735, aten.permute_copy.default 2025-06-05T23:24:07.9982090Z [INFO 2025-06-05 23:24:07,977 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_57, aten.unsqueeze_copy.default 2025-06-05T23:24:07.9983618Z [INFO 2025-06-05 23:24:07,978 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_736, aten.permute_copy.default 2025-06-05T23:24:07.9985064Z [INFO 2025-06-05 23:24:07,978 qnn_preprocess.py:50] Visiting: aten_convolution_default_35, aten.convolution.default 2025-06-05T23:24:07.9986491Z [INFO 2025-06-05 23:24:07,980 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_737, aten.permute_copy.default 2025-06-05T23:24:07.9987934Z [INFO 2025-06-05 23:24:07,981 qnn_preprocess.py:50] Visiting: aten_convolution_default_36, aten.convolution.default 2025-06-05T23:24:07.9989356Z [INFO 2025-06-05 23:24:07,983 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_738, aten.permute_copy.default 2025-06-05T23:24:07.9990924Z [INFO 2025-06-05 23:24:07,984 qnn_preprocess.py:50] Visiting: aten_convolution_default_37, aten.convolution.default 2025-06-05T23:24:07.9992368Z [INFO 2025-06-05 23:24:07,987 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_739, aten.permute_copy.default 2025-06-05T23:24:07.9993756Z [INFO 2025-06-05 23:24:07,988 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_55, aten.squeeze_copy.dims 2025-06-05T23:24:07.9995109Z [INFO 2025-06-05 23:24:07,988 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_56, aten.squeeze_copy.dims 2025-06-05T23:24:07.9996458Z [INFO 2025-06-05 23:24:07,989 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_57, aten.squeeze_copy.dims 2025-06-05T23:24:08.0233456Z [INFO 2025-06-05 23:24:07,989 qnn_preprocess.py:50] Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-05T23:24:08.0234894Z [INFO 2025-06-05 23:24:07,989 qnn_preprocess.py:50] Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-05T23:24:08.0236453Z [INFO 2025-06-05 23:24:07,990 qnn_preprocess.py:50] Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-05T23:24:08.0237795Z [INFO 2025-06-05 23:24:07,990 qnn_preprocess.py:50] Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-05T23:24:08.0239154Z [INFO 2025-06-05 23:24:07,990 qnn_preprocess.py:50] Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-05T23:24:08.0240493Z [INFO 2025-06-05 23:24:07,991 qnn_preprocess.py:50] Visiting: aten_index_put_default_11, aten.index_put.default 2025-06-05T23:24:08.0241851Z [INFO 2025-06-05 23:24:07,992 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-06-05T23:24:08.0243204Z [INFO 2025-06-05 23:24:07,992 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-06-05T23:24:08.0244545Z [INFO 2025-06-05 23:24:07,993 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-06-05T23:24:08.0245967Z [INFO 2025-06-05 23:24:07,993 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-06-05T23:24:08.0247364Z [INFO 2025-06-05 23:24:07,993 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_224, aten.permute_copy.default 2025-06-05T23:24:08.0248825Z [INFO 2025-06-05 23:24:07,994 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_225, aten.permute_copy.default 2025-06-05T23:24:08.0250282Z [INFO 2025-06-05 23:24:07,995 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_226, aten.permute_copy.default 2025-06-05T23:24:08.0251719Z [INFO 2025-06-05 23:24:07,995 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_227, aten.permute_copy.default 2025-06-05T23:24:08.0253175Z [INFO 2025-06-05 23:24:07,996 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_228, aten.permute_copy.default 2025-06-05T23:24:08.0254636Z [INFO 2025-06-05 23:24:07,996 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_229, aten.permute_copy.default 2025-06-05T23:24:08.0256083Z [INFO 2025-06-05 23:24:07,997 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_230, aten.permute_copy.default 2025-06-05T23:24:08.0257538Z [INFO 2025-06-05 23:24:07,998 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_231, aten.permute_copy.default 2025-06-05T23:24:08.0259028Z [INFO 2025-06-05 23:24:07,998 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_232, aten.permute_copy.default 2025-06-05T23:24:08.0260491Z [INFO 2025-06-05 23:24:07,999 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_233, aten.permute_copy.default 2025-06-05T23:24:08.0261944Z [INFO 2025-06-05 23:24:07,999 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_234, aten.permute_copy.default 2025-06-05T23:24:08.0263382Z [INFO 2025-06-05 23:24:08,000 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_235, aten.permute_copy.default 2025-06-05T23:24:08.0264795Z [INFO 2025-06-05 23:24:08,001 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_58, aten.squeeze_copy.dims 2025-06-05T23:24:08.0266146Z [INFO 2025-06-05 23:24:08,001 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_59, aten.squeeze_copy.dims 2025-06-05T23:24:08.0267558Z [INFO 2025-06-05 23:24:08,001 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_60, aten.squeeze_copy.dims 2025-06-05T23:24:08.0268929Z [INFO 2025-06-05 23:24:08,002 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_61, aten.squeeze_copy.dims 2025-06-05T23:24:08.0270313Z [INFO 2025-06-05 23:24:08,002 qnn_preprocess.py:50] Visiting: aten_select_copy_int_264, aten.select_copy.int 2025-06-05T23:24:08.0271781Z [INFO 2025-06-05 23:24:08,002 qnn_preprocess.py:50] Visiting: aten_select_copy_int_266, aten.select_copy.int 2025-06-05T23:24:08.0273083Z [INFO 2025-06-05 23:24:08,003 qnn_preprocess.py:50] Visiting: aten_select_copy_int_268, aten.select_copy.int 2025-06-05T23:24:08.0274403Z [INFO 2025-06-05 23:24:08,003 qnn_preprocess.py:50] Visiting: aten_select_copy_int_270, aten.select_copy.int 2025-06-05T23:24:08.0275783Z [INFO 2025-06-05 23:24:08,004 qnn_preprocess.py:50] Visiting: aten_select_copy_int_272, aten.select_copy.int 2025-06-05T23:24:08.0277088Z [INFO 2025-06-05 23:24:08,004 qnn_preprocess.py:50] Visiting: aten_select_copy_int_274, aten.select_copy.int 2025-06-05T23:24:08.0278403Z [INFO 2025-06-05 23:24:08,004 qnn_preprocess.py:50] Visiting: aten_select_copy_int_276, aten.select_copy.int 2025-06-05T23:24:08.0279711Z [INFO 2025-06-05 23:24:08,005 qnn_preprocess.py:50] Visiting: aten_select_copy_int_278, aten.select_copy.int 2025-06-05T23:24:08.0281028Z [INFO 2025-06-05 23:24:08,005 qnn_preprocess.py:50] Visiting: aten_select_copy_int_280, aten.select_copy.int 2025-06-05T23:24:08.0282347Z [INFO 2025-06-05 23:24:08,005 qnn_preprocess.py:50] Visiting: aten_select_copy_int_282, aten.select_copy.int 2025-06-05T23:24:08.0283648Z [INFO 2025-06-05 23:24:08,006 qnn_preprocess.py:50] Visiting: aten_select_copy_int_284, aten.select_copy.int 2025-06-05T23:24:08.0284962Z [INFO 2025-06-05 23:24:08,006 qnn_preprocess.py:50] Visiting: aten_select_copy_int_286, aten.select_copy.int 2025-06-05T23:24:08.0286249Z [INFO 2025-06-05 23:24:08,007 qnn_preprocess.py:50] Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-05T23:24:08.0287439Z [INFO 2025-06-05 23:24:08,007 qnn_preprocess.py:50] Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-05T23:24:08.0288620Z [INFO 2025-06-05 23:24:08,008 qnn_preprocess.py:50] Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-05T23:24:08.0289788Z [INFO 2025-06-05 23:24:08,008 qnn_preprocess.py:50] Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-05T23:24:08.0290962Z [INFO 2025-06-05 23:24:08,008 qnn_preprocess.py:50] Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-05T23:24:08.0292126Z [INFO 2025-06-05 23:24:08,009 qnn_preprocess.py:50] Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-05T23:24:08.0293302Z [INFO 2025-06-05 23:24:08,009 qnn_preprocess.py:50] Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-05T23:24:08.0294481Z [INFO 2025-06-05 23:24:08,010 qnn_preprocess.py:50] Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-05T23:24:08.0295723Z [INFO 2025-06-05 23:24:08,010 qnn_preprocess.py:50] Visiting: aten_select_copy_int_265, aten.select_copy.int 2025-06-05T23:24:08.0297037Z [INFO 2025-06-05 23:24:08,011 qnn_preprocess.py:50] Visiting: aten_select_copy_int_267, aten.select_copy.int 2025-06-05T23:24:08.0298388Z [INFO 2025-06-05 23:24:08,011 qnn_preprocess.py:50] Visiting: aten_select_copy_int_269, aten.select_copy.int 2025-06-05T23:24:08.0299699Z [INFO 2025-06-05 23:24:08,011 qnn_preprocess.py:50] Visiting: aten_select_copy_int_271, aten.select_copy.int 2025-06-05T23:24:08.0301010Z [INFO 2025-06-05 23:24:08,012 qnn_preprocess.py:50] Visiting: aten_select_copy_int_273, aten.select_copy.int 2025-06-05T23:24:08.0302308Z [INFO 2025-06-05 23:24:08,012 qnn_preprocess.py:50] Visiting: aten_select_copy_int_275, aten.select_copy.int 2025-06-05T23:24:08.0303615Z [INFO 2025-06-05 23:24:08,012 qnn_preprocess.py:50] Visiting: aten_select_copy_int_277, aten.select_copy.int 2025-06-05T23:24:08.0304937Z [INFO 2025-06-05 23:24:08,013 qnn_preprocess.py:50] Visiting: aten_select_copy_int_279, aten.select_copy.int 2025-06-05T23:24:08.0306277Z [INFO 2025-06-05 23:24:08,013 qnn_preprocess.py:50] Visiting: aten_select_copy_int_281, aten.select_copy.int 2025-06-05T23:24:08.0307588Z [INFO 2025-06-05 23:24:08,013 qnn_preprocess.py:50] Visiting: aten_select_copy_int_283, aten.select_copy.int 2025-06-05T23:24:08.0308897Z [INFO 2025-06-05 23:24:08,014 qnn_preprocess.py:50] Visiting: aten_select_copy_int_285, aten.select_copy.int 2025-06-05T23:24:08.0310233Z [INFO 2025-06-05 23:24:08,014 qnn_preprocess.py:50] Visiting: aten_select_copy_int_287, aten.select_copy.int 2025-06-05T23:24:08.0311492Z [INFO 2025-06-05 23:24:08,015 qnn_preprocess.py:50] Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-06-05T23:24:08.0312665Z [INFO 2025-06-05 23:24:08,015 qnn_preprocess.py:50] Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-05T23:24:08.0313851Z [INFO 2025-06-05 23:24:08,015 qnn_preprocess.py:50] Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-06-05T23:24:08.0315072Z [INFO 2025-06-05 23:24:08,016 qnn_preprocess.py:50] Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-05T23:24:08.0316262Z [INFO 2025-06-05 23:24:08,016 qnn_preprocess.py:50] Visiting: aten_cat_default_23, aten.cat.default 2025-06-05T23:24:08.0317635Z [INFO 2025-06-05 23:24:08,018 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_58, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0319143Z [INFO 2025-06-05 23:24:08,018 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_59, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0320652Z [INFO 2025-06-05 23:24:08,018 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_60, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0322170Z [INFO 2025-06-05 23:24:08,019 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_61, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0323595Z [INFO 2025-06-05 23:24:08,019 qnn_preprocess.py:50] Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-05T23:24:08.0324920Z [INFO 2025-06-05 23:24:08,019 qnn_preprocess.py:50] Visiting: aten_cat_default_20, aten.cat.default 2025-06-05T23:24:08.0326118Z [INFO 2025-06-05 23:24:08,020 qnn_preprocess.py:50] Visiting: aten_cat_default_21, aten.cat.default 2025-06-05T23:24:08.0327403Z [INFO 2025-06-05 23:24:08,020 qnn_preprocess.py:50] Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-05T23:24:08.0328758Z [INFO 2025-06-05 23:24:08,021 qnn_preprocess.py:50] Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-05T23:24:08.0330150Z [INFO 2025-06-05 23:24:08,021 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_211, aten.permute_copy.default 2025-06-05T23:24:08.0331560Z [INFO 2025-06-05 23:24:08,021 qnn_preprocess.py:50] Visiting: aten_index_put_default_10, aten.index_put.default 2025-06-05T23:24:08.0790878Z [INFO 2025-06-05 23:24:08,023 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_212, aten.permute_copy.default 2025-06-05T23:24:08.0792414Z [INFO 2025-06-05 23:24:08,023 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_213, aten.permute_copy.default 2025-06-05T23:24:08.0793881Z [INFO 2025-06-05 23:24:08,024 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_214, aten.permute_copy.default 2025-06-05T23:24:08.0795588Z [INFO 2025-06-05 23:24:08,024 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_215, aten.permute_copy.default 2025-06-05T23:24:08.0797071Z [INFO 2025-06-05 23:24:08,025 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_216, aten.permute_copy.default 2025-06-05T23:24:08.0798527Z [INFO 2025-06-05 23:24:08,026 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_217, aten.permute_copy.default 2025-06-05T23:24:08.0799963Z [INFO 2025-06-05 23:24:08,026 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_218, aten.permute_copy.default 2025-06-05T23:24:08.0801411Z [INFO 2025-06-05 23:24:08,027 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_219, aten.permute_copy.default 2025-06-05T23:24:08.0802865Z [INFO 2025-06-05 23:24:08,028 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_220, aten.permute_copy.default 2025-06-05T23:24:08.0804377Z [INFO 2025-06-05 23:24:08,028 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_221, aten.permute_copy.default 2025-06-05T23:24:08.0805835Z [INFO 2025-06-05 23:24:08,029 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_222, aten.permute_copy.default 2025-06-05T23:24:08.0807272Z [INFO 2025-06-05 23:24:08,030 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_223, aten.permute_copy.default 2025-06-05T23:24:08.0808662Z [INFO 2025-06-05 23:24:08,030 qnn_preprocess.py:50] Visiting: aten_select_copy_int_240, aten.select_copy.int 2025-06-05T23:24:08.0809976Z [INFO 2025-06-05 23:24:08,031 qnn_preprocess.py:50] Visiting: aten_select_copy_int_242, aten.select_copy.int 2025-06-05T23:24:08.0811267Z [INFO 2025-06-05 23:24:08,031 qnn_preprocess.py:50] Visiting: aten_select_copy_int_244, aten.select_copy.int 2025-06-05T23:24:08.0812671Z [INFO 2025-06-05 23:24:08,031 qnn_preprocess.py:50] Visiting: aten_select_copy_int_246, aten.select_copy.int 2025-06-05T23:24:08.0813979Z [INFO 2025-06-05 23:24:08,032 qnn_preprocess.py:50] Visiting: aten_select_copy_int_248, aten.select_copy.int 2025-06-05T23:24:08.0815292Z [INFO 2025-06-05 23:24:08,032 qnn_preprocess.py:50] Visiting: aten_select_copy_int_250, aten.select_copy.int 2025-06-05T23:24:08.0816608Z [INFO 2025-06-05 23:24:08,033 qnn_preprocess.py:50] Visiting: aten_select_copy_int_252, aten.select_copy.int 2025-06-05T23:24:08.0817902Z [INFO 2025-06-05 23:24:08,033 qnn_preprocess.py:50] Visiting: aten_select_copy_int_254, aten.select_copy.int 2025-06-05T23:24:08.0819217Z [INFO 2025-06-05 23:24:08,033 qnn_preprocess.py:50] Visiting: aten_select_copy_int_256, aten.select_copy.int 2025-06-05T23:24:08.0820512Z [INFO 2025-06-05 23:24:08,034 qnn_preprocess.py:50] Visiting: aten_select_copy_int_258, aten.select_copy.int 2025-06-05T23:24:08.0821825Z [INFO 2025-06-05 23:24:08,034 qnn_preprocess.py:50] Visiting: aten_select_copy_int_260, aten.select_copy.int 2025-06-05T23:24:08.0823204Z [INFO 2025-06-05 23:24:08,035 qnn_preprocess.py:50] Visiting: aten_select_copy_int_262, aten.select_copy.int 2025-06-05T23:24:08.0824508Z [INFO 2025-06-05 23:24:08,035 qnn_preprocess.py:50] Visiting: aten_select_copy_int_241, aten.select_copy.int 2025-06-05T23:24:08.0825822Z [INFO 2025-06-05 23:24:08,035 qnn_preprocess.py:50] Visiting: aten_select_copy_int_243, aten.select_copy.int 2025-06-05T23:24:08.0827121Z [INFO 2025-06-05 23:24:08,036 qnn_preprocess.py:50] Visiting: aten_select_copy_int_245, aten.select_copy.int 2025-06-05T23:24:08.0828437Z [INFO 2025-06-05 23:24:08,036 qnn_preprocess.py:50] Visiting: aten_select_copy_int_247, aten.select_copy.int 2025-06-05T23:24:08.0829754Z [INFO 2025-06-05 23:24:08,037 qnn_preprocess.py:50] Visiting: aten_select_copy_int_249, aten.select_copy.int 2025-06-05T23:24:08.0831122Z [INFO 2025-06-05 23:24:08,037 qnn_preprocess.py:50] Visiting: aten_select_copy_int_251, aten.select_copy.int 2025-06-05T23:24:08.0832446Z [INFO 2025-06-05 23:24:08,037 qnn_preprocess.py:50] Visiting: aten_select_copy_int_253, aten.select_copy.int 2025-06-05T23:24:08.0833736Z [INFO 2025-06-05 23:24:08,038 qnn_preprocess.py:50] Visiting: aten_select_copy_int_255, aten.select_copy.int 2025-06-05T23:24:08.0835079Z [INFO 2025-06-05 23:24:08,038 qnn_preprocess.py:50] Visiting: aten_select_copy_int_257, aten.select_copy.int 2025-06-05T23:24:08.0836498Z [INFO 2025-06-05 23:24:08,038 qnn_preprocess.py:50] Visiting: aten_select_copy_int_259, aten.select_copy.int 2025-06-05T23:24:08.0837791Z [INFO 2025-06-05 23:24:08,039 qnn_preprocess.py:50] Visiting: aten_select_copy_int_261, aten.select_copy.int 2025-06-05T23:24:08.0839092Z [INFO 2025-06-05 23:24:08,039 qnn_preprocess.py:50] Visiting: aten_select_copy_int_263, aten.select_copy.int 2025-06-05T23:24:08.0840336Z [INFO 2025-06-05 23:24:08,040 qnn_preprocess.py:50] Visiting: aten_cat_default_22, aten.cat.default 2025-06-05T23:24:08.0841607Z [INFO 2025-06-05 23:24:08,041 qnn_preprocess.py:50] Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-05T23:24:08.0843071Z [INFO 2025-06-05 23:24:08,041 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_236, aten.permute_copy.default 2025-06-05T23:24:08.0844429Z [INFO 2025-06-05 23:24:08,042 qnn_preprocess.py:50] Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-05T23:24:08.0845660Z [INFO 2025-06-05 23:24:08,042 qnn_preprocess.py:50] Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-05T23:24:08.0846830Z [INFO 2025-06-05 23:24:08,043 qnn_preprocess.py:50] Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-05T23:24:08.0848072Z [INFO 2025-06-05 23:24:08,044 qnn_preprocess.py:50] Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-05T23:24:08.0849364Z [INFO 2025-06-05 23:24:08,044 qnn_preprocess.py:50] Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-05T23:24:08.0850717Z [INFO 2025-06-05 23:24:08,044 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_237, aten.permute_copy.default 2025-06-05T23:24:08.0852198Z [INFO 2025-06-05 23:24:08,045 qnn_preprocess.py:50] Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-05T23:24:08.0853623Z [INFO 2025-06-05 23:24:08,045 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_62, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0855102Z [INFO 2025-06-05 23:24:08,046 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_740, aten.permute_copy.default 2025-06-05T23:24:08.0856535Z [INFO 2025-06-05 23:24:08,046 qnn_preprocess.py:50] Visiting: aten_convolution_default_38, aten.convolution.default 2025-06-05T23:24:08.0857956Z [INFO 2025-06-05 23:24:08,049 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_741, aten.permute_copy.default 2025-06-05T23:24:08.0859344Z [INFO 2025-06-05 23:24:08,049 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_62, aten.squeeze_copy.dims 2025-06-05T23:24:08.0860620Z [INFO 2025-06-05 23:24:08,050 qnn_preprocess.py:50] Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-05T23:24:08.0861908Z [INFO 2025-06-05 23:24:08,050 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-06-05T23:24:08.0863320Z [INFO 2025-06-05 23:24:08,051 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_63, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0864710Z [INFO 2025-06-05 23:24:08,052 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_742, aten.permute_copy.default 2025-06-05T23:24:08.0866183Z [INFO 2025-06-05 23:24:08,052 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_64, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0867677Z [INFO 2025-06-05 23:24:08,053 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_743, aten.permute_copy.default 2025-06-05T23:24:08.0869116Z [INFO 2025-06-05 23:24:08,053 qnn_preprocess.py:50] Visiting: aten_convolution_default_39, aten.convolution.default 2025-06-05T23:24:08.0870801Z [INFO 2025-06-05 23:24:08,061 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_744, aten.permute_copy.default 2025-06-05T23:24:08.0872251Z [INFO 2025-06-05 23:24:08,062 qnn_preprocess.py:50] Visiting: aten_convolution_default_40, aten.convolution.default 2025-06-05T23:24:08.0873696Z [INFO 2025-06-05 23:24:08,067 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_745, aten.permute_copy.default 2025-06-05T23:24:08.0875224Z [INFO 2025-06-05 23:24:08,068 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_63, aten.squeeze_copy.dims 2025-06-05T23:24:08.0876569Z [INFO 2025-06-05 23:24:08,068 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_64, aten.squeeze_copy.dims 2025-06-05T23:24:08.0877898Z [INFO 2025-06-05 23:24:08,069 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-06-05T23:24:08.0879123Z [INFO 2025-06-05 23:24:08,069 qnn_preprocess.py:50] Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-05T23:24:08.0880302Z [INFO 2025-06-05 23:24:08,070 qnn_preprocess.py:50] Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-05T23:24:08.0881653Z [INFO 2025-06-05 23:24:08,070 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_65, aten.unsqueeze_copy.default 2025-06-05T23:24:08.0883187Z [INFO 2025-06-05 23:24:08,070 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_746, aten.permute_copy.default 2025-06-05T23:24:08.0884638Z [INFO 2025-06-05 23:24:08,071 qnn_preprocess.py:50] Visiting: aten_convolution_default_41, aten.convolution.default 2025-06-05T23:24:08.0886074Z [INFO 2025-06-05 23:24:08,077 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_747, aten.permute_copy.default 2025-06-05T23:24:08.0887483Z [INFO 2025-06-05 23:24:08,077 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_65, aten.squeeze_copy.dims 2025-06-05T23:24:08.0888755Z [INFO 2025-06-05 23:24:08,078 qnn_preprocess.py:50] Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-05T23:24:08.1187442Z [INFO 2025-06-05 23:24:08,078 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-06-05T23:24:08.1188880Z [INFO 2025-06-05 23:24:08,079 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_66, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1190732Z [INFO 2025-06-05 23:24:08,080 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_748, aten.permute_copy.default 2025-06-05T23:24:08.1192222Z [INFO 2025-06-05 23:24:08,080 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_67, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1193699Z [INFO 2025-06-05 23:24:08,081 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_749, aten.permute_copy.default 2025-06-05T23:24:08.1195172Z [INFO 2025-06-05 23:24:08,081 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_68, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1196633Z [INFO 2025-06-05 23:24:08,082 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_750, aten.permute_copy.default 2025-06-05T23:24:08.1198080Z [INFO 2025-06-05 23:24:08,082 qnn_preprocess.py:50] Visiting: aten_convolution_default_42, aten.convolution.default 2025-06-05T23:24:08.1199521Z [INFO 2025-06-05 23:24:08,084 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_751, aten.permute_copy.default 2025-06-05T23:24:08.1201024Z [INFO 2025-06-05 23:24:08,085 qnn_preprocess.py:50] Visiting: aten_convolution_default_43, aten.convolution.default 2025-06-05T23:24:08.1202464Z [INFO 2025-06-05 23:24:08,087 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_752, aten.permute_copy.default 2025-06-05T23:24:08.1203902Z [INFO 2025-06-05 23:24:08,088 qnn_preprocess.py:50] Visiting: aten_convolution_default_44, aten.convolution.default 2025-06-05T23:24:08.1205327Z [INFO 2025-06-05 23:24:08,090 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_753, aten.permute_copy.default 2025-06-05T23:24:08.1206738Z [INFO 2025-06-05 23:24:08,091 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_66, aten.squeeze_copy.dims 2025-06-05T23:24:08.1208079Z [INFO 2025-06-05 23:24:08,092 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_67, aten.squeeze_copy.dims 2025-06-05T23:24:08.1209425Z [INFO 2025-06-05 23:24:08,092 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_68, aten.squeeze_copy.dims 2025-06-05T23:24:08.1210817Z [INFO 2025-06-05 23:24:08,092 qnn_preprocess.py:50] Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-05T23:24:08.1212160Z [INFO 2025-06-05 23:24:08,093 qnn_preprocess.py:50] Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-05T23:24:08.1213583Z [INFO 2025-06-05 23:24:08,093 qnn_preprocess.py:50] Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-05T23:24:08.1214942Z [INFO 2025-06-05 23:24:08,093 qnn_preprocess.py:50] Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-05T23:24:08.1216285Z [INFO 2025-06-05 23:24:08,093 qnn_preprocess.py:50] Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-05T23:24:08.1217633Z [INFO 2025-06-05 23:24:08,094 qnn_preprocess.py:50] Visiting: aten_index_put_default_13, aten.index_put.default 2025-06-05T23:24:08.1218967Z [INFO 2025-06-05 23:24:08,095 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-06-05T23:24:08.1220322Z [INFO 2025-06-05 23:24:08,095 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-06-05T23:24:08.1221719Z [INFO 2025-06-05 23:24:08,096 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-06-05T23:24:08.1223058Z [INFO 2025-06-05 23:24:08,096 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-06-05T23:24:08.1224461Z [INFO 2025-06-05 23:24:08,096 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_265, aten.permute_copy.default 2025-06-05T23:24:08.1225898Z [INFO 2025-06-05 23:24:08,097 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_266, aten.permute_copy.default 2025-06-05T23:24:08.1227341Z [INFO 2025-06-05 23:24:08,098 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_267, aten.permute_copy.default 2025-06-05T23:24:08.1228787Z [INFO 2025-06-05 23:24:08,098 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_268, aten.permute_copy.default 2025-06-05T23:24:08.1230291Z [INFO 2025-06-05 23:24:08,099 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_269, aten.permute_copy.default 2025-06-05T23:24:08.1231750Z [INFO 2025-06-05 23:24:08,099 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_270, aten.permute_copy.default 2025-06-05T23:24:08.1233187Z [INFO 2025-06-05 23:24:08,100 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_271, aten.permute_copy.default 2025-06-05T23:24:08.1234636Z [INFO 2025-06-05 23:24:08,101 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_272, aten.permute_copy.default 2025-06-05T23:24:08.1236077Z [INFO 2025-06-05 23:24:08,101 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_273, aten.permute_copy.default 2025-06-05T23:24:08.1237505Z [INFO 2025-06-05 23:24:08,102 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_274, aten.permute_copy.default 2025-06-05T23:24:08.1238955Z [INFO 2025-06-05 23:24:08,102 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_275, aten.permute_copy.default 2025-06-05T23:24:08.1240421Z [INFO 2025-06-05 23:24:08,103 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_276, aten.permute_copy.default 2025-06-05T23:24:08.1241821Z [INFO 2025-06-05 23:24:08,104 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_69, aten.squeeze_copy.dims 2025-06-05T23:24:08.1243174Z [INFO 2025-06-05 23:24:08,104 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_70, aten.squeeze_copy.dims 2025-06-05T23:24:08.1244507Z [INFO 2025-06-05 23:24:08,104 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_71, aten.squeeze_copy.dims 2025-06-05T23:24:08.1245855Z [INFO 2025-06-05 23:24:08,105 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_72, aten.squeeze_copy.dims 2025-06-05T23:24:08.1247177Z [INFO 2025-06-05 23:24:08,105 qnn_preprocess.py:50] Visiting: aten_select_copy_int_312, aten.select_copy.int 2025-06-05T23:24:08.1248480Z [INFO 2025-06-05 23:24:08,106 qnn_preprocess.py:50] Visiting: aten_select_copy_int_314, aten.select_copy.int 2025-06-05T23:24:08.1249786Z [INFO 2025-06-05 23:24:08,106 qnn_preprocess.py:50] Visiting: aten_select_copy_int_316, aten.select_copy.int 2025-06-05T23:24:08.1251080Z [INFO 2025-06-05 23:24:08,106 qnn_preprocess.py:50] Visiting: aten_select_copy_int_318, aten.select_copy.int 2025-06-05T23:24:08.1252378Z [INFO 2025-06-05 23:24:08,107 qnn_preprocess.py:50] Visiting: aten_select_copy_int_320, aten.select_copy.int 2025-06-05T23:24:08.1253723Z [INFO 2025-06-05 23:24:08,107 qnn_preprocess.py:50] Visiting: aten_select_copy_int_322, aten.select_copy.int 2025-06-05T23:24:08.1255020Z [INFO 2025-06-05 23:24:08,108 qnn_preprocess.py:50] Visiting: aten_select_copy_int_324, aten.select_copy.int 2025-06-05T23:24:08.1256321Z [INFO 2025-06-05 23:24:08,108 qnn_preprocess.py:50] Visiting: aten_select_copy_int_326, aten.select_copy.int 2025-06-05T23:24:08.1257609Z [INFO 2025-06-05 23:24:08,108 qnn_preprocess.py:50] Visiting: aten_select_copy_int_328, aten.select_copy.int 2025-06-05T23:24:08.1258905Z [INFO 2025-06-05 23:24:08,109 qnn_preprocess.py:50] Visiting: aten_select_copy_int_330, aten.select_copy.int 2025-06-05T23:24:08.1260241Z [INFO 2025-06-05 23:24:08,109 qnn_preprocess.py:50] Visiting: aten_select_copy_int_332, aten.select_copy.int 2025-06-05T23:24:08.1261537Z [INFO 2025-06-05 23:24:08,110 qnn_preprocess.py:50] Visiting: aten_select_copy_int_334, aten.select_copy.int 2025-06-05T23:24:08.1262786Z [INFO 2025-06-05 23:24:08,110 qnn_preprocess.py:50] Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-05T23:24:08.1263951Z [INFO 2025-06-05 23:24:08,110 qnn_preprocess.py:50] Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-05T23:24:08.1265128Z [INFO 2025-06-05 23:24:08,111 qnn_preprocess.py:50] Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-05T23:24:08.1266286Z [INFO 2025-06-05 23:24:08,111 qnn_preprocess.py:50] Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-05T23:24:08.1267462Z [INFO 2025-06-05 23:24:08,112 qnn_preprocess.py:50] Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-05T23:24:08.1268659Z [INFO 2025-06-05 23:24:08,112 qnn_preprocess.py:50] Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-05T23:24:08.1269819Z [INFO 2025-06-05 23:24:08,113 qnn_preprocess.py:50] Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-05T23:24:08.1271291Z [INFO 2025-06-05 23:24:08,113 qnn_preprocess.py:50] Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-05T23:24:08.1272524Z [INFO 2025-06-05 23:24:08,114 qnn_preprocess.py:50] Visiting: aten_select_copy_int_313, aten.select_copy.int 2025-06-05T23:24:08.1273827Z [INFO 2025-06-05 23:24:08,114 qnn_preprocess.py:50] Visiting: aten_select_copy_int_315, aten.select_copy.int 2025-06-05T23:24:08.1275137Z [INFO 2025-06-05 23:24:08,115 qnn_preprocess.py:50] Visiting: aten_select_copy_int_317, aten.select_copy.int 2025-06-05T23:24:08.1276435Z [INFO 2025-06-05 23:24:08,115 qnn_preprocess.py:50] Visiting: aten_select_copy_int_319, aten.select_copy.int 2025-06-05T23:24:08.1277738Z [INFO 2025-06-05 23:24:08,115 qnn_preprocess.py:50] Visiting: aten_select_copy_int_321, aten.select_copy.int 2025-06-05T23:24:08.1279119Z [INFO 2025-06-05 23:24:08,116 qnn_preprocess.py:50] Visiting: aten_select_copy_int_323, aten.select_copy.int 2025-06-05T23:24:08.1280434Z [INFO 2025-06-05 23:24:08,116 qnn_preprocess.py:50] Visiting: aten_select_copy_int_325, aten.select_copy.int 2025-06-05T23:24:08.1281742Z [INFO 2025-06-05 23:24:08,116 qnn_preprocess.py:50] Visiting: aten_select_copy_int_327, aten.select_copy.int 2025-06-05T23:24:08.1283036Z [INFO 2025-06-05 23:24:08,117 qnn_preprocess.py:50] Visiting: aten_select_copy_int_329, aten.select_copy.int 2025-06-05T23:24:08.1284348Z [INFO 2025-06-05 23:24:08,117 qnn_preprocess.py:50] Visiting: aten_select_copy_int_331, aten.select_copy.int 2025-06-05T23:24:08.1285635Z [INFO 2025-06-05 23:24:08,118 qnn_preprocess.py:50] Visiting: aten_select_copy_int_333, aten.select_copy.int 2025-06-05T23:24:08.1573413Z [INFO 2025-06-05 23:24:08,118 qnn_preprocess.py:50] Visiting: aten_select_copy_int_335, aten.select_copy.int 2025-06-05T23:24:08.1574701Z [INFO 2025-06-05 23:24:08,118 qnn_preprocess.py:50] Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-06-05T23:24:08.1575909Z [INFO 2025-06-05 23:24:08,119 qnn_preprocess.py:50] Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-05T23:24:08.1577088Z [INFO 2025-06-05 23:24:08,119 qnn_preprocess.py:50] Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-06-05T23:24:08.1578417Z [INFO 2025-06-05 23:24:08,120 qnn_preprocess.py:50] Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-05T23:24:08.1579596Z [INFO 2025-06-05 23:24:08,120 qnn_preprocess.py:50] Visiting: aten_cat_default_27, aten.cat.default 2025-06-05T23:24:08.1580960Z [INFO 2025-06-05 23:24:08,121 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_69, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1582459Z [INFO 2025-06-05 23:24:08,122 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_70, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1583973Z [INFO 2025-06-05 23:24:08,122 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_71, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1585479Z [INFO 2025-06-05 23:24:08,123 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_72, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1587078Z [INFO 2025-06-05 23:24:08,123 qnn_preprocess.py:50] Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-05T23:24:08.1588460Z [INFO 2025-06-05 23:24:08,123 qnn_preprocess.py:50] Visiting: aten_cat_default_24, aten.cat.default 2025-06-05T23:24:08.1589683Z [INFO 2025-06-05 23:24:08,124 qnn_preprocess.py:50] Visiting: aten_cat_default_25, aten.cat.default 2025-06-05T23:24:08.1591068Z [INFO 2025-06-05 23:24:08,124 qnn_preprocess.py:50] Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-05T23:24:08.1592482Z [INFO 2025-06-05 23:24:08,124 qnn_preprocess.py:50] Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-05T23:24:08.1593924Z [INFO 2025-06-05 23:24:08,125 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-06-05T23:24:08.1595440Z [INFO 2025-06-05 23:24:08,125 qnn_preprocess.py:50] Visiting: aten_index_put_default_12, aten.index_put.default 2025-06-05T23:24:08.1596905Z [INFO 2025-06-05 23:24:08,126 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-06-05T23:24:08.1598363Z [INFO 2025-06-05 23:24:08,127 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-06-05T23:24:08.1599872Z [INFO 2025-06-05 23:24:08,128 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-06-05T23:24:08.1601354Z [INFO 2025-06-05 23:24:08,128 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-06-05T23:24:08.1602842Z [INFO 2025-06-05 23:24:08,129 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-06-05T23:24:08.1604337Z [INFO 2025-06-05 23:24:08,129 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-06-05T23:24:08.1605946Z [INFO 2025-06-05 23:24:08,130 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-06-05T23:24:08.1607434Z [INFO 2025-06-05 23:24:08,131 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-06-05T23:24:08.1608951Z [INFO 2025-06-05 23:24:08,131 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_261, aten.permute_copy.default 2025-06-05T23:24:08.1610400Z [INFO 2025-06-05 23:24:08,132 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_262, aten.permute_copy.default 2025-06-05T23:24:08.1611864Z [INFO 2025-06-05 23:24:08,132 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_263, aten.permute_copy.default 2025-06-05T23:24:08.1613312Z [INFO 2025-06-05 23:24:08,133 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_264, aten.permute_copy.default 2025-06-05T23:24:08.1614690Z [INFO 2025-06-05 23:24:08,134 qnn_preprocess.py:50] Visiting: aten_select_copy_int_288, aten.select_copy.int 2025-06-05T23:24:08.1616012Z [INFO 2025-06-05 23:24:08,134 qnn_preprocess.py:50] Visiting: aten_select_copy_int_290, aten.select_copy.int 2025-06-05T23:24:08.1617316Z [INFO 2025-06-05 23:24:08,134 qnn_preprocess.py:50] Visiting: aten_select_copy_int_292, aten.select_copy.int 2025-06-05T23:24:08.1618621Z [INFO 2025-06-05 23:24:08,135 qnn_preprocess.py:50] Visiting: aten_select_copy_int_294, aten.select_copy.int 2025-06-05T23:24:08.1619974Z [INFO 2025-06-05 23:24:08,135 qnn_preprocess.py:50] Visiting: aten_select_copy_int_296, aten.select_copy.int 2025-06-05T23:24:08.1621300Z [INFO 2025-06-05 23:24:08,136 qnn_preprocess.py:50] Visiting: aten_select_copy_int_298, aten.select_copy.int 2025-06-05T23:24:08.1622599Z [INFO 2025-06-05 23:24:08,136 qnn_preprocess.py:50] Visiting: aten_select_copy_int_300, aten.select_copy.int 2025-06-05T23:24:08.1623911Z [INFO 2025-06-05 23:24:08,136 qnn_preprocess.py:50] Visiting: aten_select_copy_int_302, aten.select_copy.int 2025-06-05T23:24:08.1625203Z [INFO 2025-06-05 23:24:08,137 qnn_preprocess.py:50] Visiting: aten_select_copy_int_304, aten.select_copy.int 2025-06-05T23:24:08.1626558Z [INFO 2025-06-05 23:24:08,137 qnn_preprocess.py:50] Visiting: aten_select_copy_int_306, aten.select_copy.int 2025-06-05T23:24:08.1627864Z [INFO 2025-06-05 23:24:08,138 qnn_preprocess.py:50] Visiting: aten_select_copy_int_308, aten.select_copy.int 2025-06-05T23:24:08.1629161Z [INFO 2025-06-05 23:24:08,138 qnn_preprocess.py:50] Visiting: aten_select_copy_int_310, aten.select_copy.int 2025-06-05T23:24:08.1630551Z [INFO 2025-06-05 23:24:08,138 qnn_preprocess.py:50] Visiting: aten_select_copy_int_289, aten.select_copy.int 2025-06-05T23:24:08.1631848Z [INFO 2025-06-05 23:24:08,139 qnn_preprocess.py:50] Visiting: aten_select_copy_int_291, aten.select_copy.int 2025-06-05T23:24:08.1633155Z [INFO 2025-06-05 23:24:08,139 qnn_preprocess.py:50] Visiting: aten_select_copy_int_293, aten.select_copy.int 2025-06-05T23:24:08.1634464Z [INFO 2025-06-05 23:24:08,140 qnn_preprocess.py:50] Visiting: aten_select_copy_int_295, aten.select_copy.int 2025-06-05T23:24:08.1635806Z [INFO 2025-06-05 23:24:08,140 qnn_preprocess.py:50] Visiting: aten_select_copy_int_297, aten.select_copy.int 2025-06-05T23:24:08.1637112Z [INFO 2025-06-05 23:24:08,140 qnn_preprocess.py:50] Visiting: aten_select_copy_int_299, aten.select_copy.int 2025-06-05T23:24:08.1638409Z [INFO 2025-06-05 23:24:08,141 qnn_preprocess.py:50] Visiting: aten_select_copy_int_301, aten.select_copy.int 2025-06-05T23:24:08.1639722Z [INFO 2025-06-05 23:24:08,141 qnn_preprocess.py:50] Visiting: aten_select_copy_int_303, aten.select_copy.int 2025-06-05T23:24:08.1641023Z [INFO 2025-06-05 23:24:08,141 qnn_preprocess.py:50] Visiting: aten_select_copy_int_305, aten.select_copy.int 2025-06-05T23:24:08.1642317Z [INFO 2025-06-05 23:24:08,142 qnn_preprocess.py:50] Visiting: aten_select_copy_int_307, aten.select_copy.int 2025-06-05T23:24:08.1643626Z [INFO 2025-06-05 23:24:08,142 qnn_preprocess.py:50] Visiting: aten_select_copy_int_309, aten.select_copy.int 2025-06-05T23:24:08.1644917Z [INFO 2025-06-05 23:24:08,143 qnn_preprocess.py:50] Visiting: aten_select_copy_int_311, aten.select_copy.int 2025-06-05T23:24:08.1646211Z [INFO 2025-06-05 23:24:08,143 qnn_preprocess.py:50] Visiting: aten_cat_default_26, aten.cat.default 2025-06-05T23:24:08.1647496Z [INFO 2025-06-05 23:24:08,144 qnn_preprocess.py:50] Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-05T23:24:08.1648893Z [INFO 2025-06-05 23:24:08,145 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_277, aten.permute_copy.default 2025-06-05T23:24:08.1650259Z [INFO 2025-06-05 23:24:08,145 qnn_preprocess.py:50] Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-05T23:24:08.1651476Z [INFO 2025-06-05 23:24:08,146 qnn_preprocess.py:50] Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-05T23:24:08.1652652Z [INFO 2025-06-05 23:24:08,146 qnn_preprocess.py:50] Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-05T23:24:08.1653894Z [INFO 2025-06-05 23:24:08,147 qnn_preprocess.py:50] Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-05T23:24:08.1655177Z [INFO 2025-06-05 23:24:08,147 qnn_preprocess.py:50] Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-05T23:24:08.1656533Z [INFO 2025-06-05 23:24:08,148 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_278, aten.permute_copy.default 2025-06-05T23:24:08.1657958Z [INFO 2025-06-05 23:24:08,148 qnn_preprocess.py:50] Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-05T23:24:08.1659391Z [INFO 2025-06-05 23:24:08,149 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_73, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1660866Z [INFO 2025-06-05 23:24:08,149 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_754, aten.permute_copy.default 2025-06-05T23:24:08.1662293Z [INFO 2025-06-05 23:24:08,150 qnn_preprocess.py:50] Visiting: aten_convolution_default_45, aten.convolution.default 2025-06-05T23:24:08.1663735Z [INFO 2025-06-05 23:24:08,153 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_755, aten.permute_copy.default 2025-06-05T23:24:08.1665124Z [INFO 2025-06-05 23:24:08,153 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_73, aten.squeeze_copy.dims 2025-06-05T23:24:08.1666418Z [INFO 2025-06-05 23:24:08,154 qnn_preprocess.py:50] Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-05T23:24:08.1667673Z [INFO 2025-06-05 23:24:08,154 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-06-05T23:24:08.1669081Z [INFO 2025-06-05 23:24:08,155 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_74, aten.unsqueeze_copy.default 2025-06-05T23:24:08.1670779Z [INFO 2025-06-05 23:24:08,156 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_756, aten.permute_copy.default 2025-06-05T23:24:08.1672249Z [INFO 2025-06-05 23:24:08,156 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_75, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2160908Z [INFO 2025-06-05 23:24:08,157 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_757, aten.permute_copy.default 2025-06-05T23:24:08.2162678Z [INFO 2025-06-05 23:24:08,157 qnn_preprocess.py:50] Visiting: aten_convolution_default_46, aten.convolution.default 2025-06-05T23:24:08.2164130Z [INFO 2025-06-05 23:24:08,165 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_758, aten.permute_copy.default 2025-06-05T23:24:08.2165581Z [INFO 2025-06-05 23:24:08,166 qnn_preprocess.py:50] Visiting: aten_convolution_default_47, aten.convolution.default 2025-06-05T23:24:08.2167155Z [INFO 2025-06-05 23:24:08,172 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_759, aten.permute_copy.default 2025-06-05T23:24:08.2168550Z [INFO 2025-06-05 23:24:08,172 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_74, aten.squeeze_copy.dims 2025-06-05T23:24:08.2169906Z [INFO 2025-06-05 23:24:08,173 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_75, aten.squeeze_copy.dims 2025-06-05T23:24:08.2171363Z [INFO 2025-06-05 23:24:08,173 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-06-05T23:24:08.2172603Z [INFO 2025-06-05 23:24:08,174 qnn_preprocess.py:50] Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-05T23:24:08.2173893Z [INFO 2025-06-05 23:24:08,174 qnn_preprocess.py:50] Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-05T23:24:08.2175236Z [INFO 2025-06-05 23:24:08,174 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_76, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2176729Z [INFO 2025-06-05 23:24:08,175 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_760, aten.permute_copy.default 2025-06-05T23:24:08.2178178Z [INFO 2025-06-05 23:24:08,175 qnn_preprocess.py:50] Visiting: aten_convolution_default_48, aten.convolution.default 2025-06-05T23:24:08.2179613Z [INFO 2025-06-05 23:24:08,180 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_761, aten.permute_copy.default 2025-06-05T23:24:08.2181021Z [INFO 2025-06-05 23:24:08,181 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_76, aten.squeeze_copy.dims 2025-06-05T23:24:08.2182280Z [INFO 2025-06-05 23:24:08,182 qnn_preprocess.py:50] Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-05T23:24:08.2183556Z [INFO 2025-06-05 23:24:08,182 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-06-05T23:24:08.2184977Z [INFO 2025-06-05 23:24:08,183 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_77, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2186508Z [INFO 2025-06-05 23:24:08,183 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_762, aten.permute_copy.default 2025-06-05T23:24:08.2187993Z [INFO 2025-06-05 23:24:08,184 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_78, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2189457Z [INFO 2025-06-05 23:24:08,184 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_763, aten.permute_copy.default 2025-06-05T23:24:08.2191007Z [INFO 2025-06-05 23:24:08,185 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_79, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2192493Z [INFO 2025-06-05 23:24:08,185 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_764, aten.permute_copy.default 2025-06-05T23:24:08.2193996Z [INFO 2025-06-05 23:24:08,186 qnn_preprocess.py:50] Visiting: aten_convolution_default_49, aten.convolution.default 2025-06-05T23:24:08.2195437Z [INFO 2025-06-05 23:24:08,188 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_765, aten.permute_copy.default 2025-06-05T23:24:08.2196888Z [INFO 2025-06-05 23:24:08,189 qnn_preprocess.py:50] Visiting: aten_convolution_default_50, aten.convolution.default 2025-06-05T23:24:08.2198316Z [INFO 2025-06-05 23:24:08,191 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_766, aten.permute_copy.default 2025-06-05T23:24:08.2199760Z [INFO 2025-06-05 23:24:08,192 qnn_preprocess.py:50] Visiting: aten_convolution_default_51, aten.convolution.default 2025-06-05T23:24:08.2201193Z [INFO 2025-06-05 23:24:08,195 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_767, aten.permute_copy.default 2025-06-05T23:24:08.2202601Z [INFO 2025-06-05 23:24:08,196 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_77, aten.squeeze_copy.dims 2025-06-05T23:24:08.2204015Z [INFO 2025-06-05 23:24:08,196 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_78, aten.squeeze_copy.dims 2025-06-05T23:24:08.2205348Z [INFO 2025-06-05 23:24:08,196 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_79, aten.squeeze_copy.dims 2025-06-05T23:24:08.2206712Z [INFO 2025-06-05 23:24:08,197 qnn_preprocess.py:50] Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-05T23:24:08.2208059Z [INFO 2025-06-05 23:24:08,197 qnn_preprocess.py:50] Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-05T23:24:08.2209421Z [INFO 2025-06-05 23:24:08,197 qnn_preprocess.py:50] Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-05T23:24:08.2210783Z [INFO 2025-06-05 23:24:08,198 qnn_preprocess.py:50] Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-05T23:24:08.2212128Z [INFO 2025-06-05 23:24:08,198 qnn_preprocess.py:50] Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-05T23:24:08.2213518Z [INFO 2025-06-05 23:24:08,198 qnn_preprocess.py:50] Visiting: aten_index_put_default_15, aten.index_put.default 2025-06-05T23:24:08.2214860Z [INFO 2025-06-05 23:24:08,199 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-06-05T23:24:08.2216221Z [INFO 2025-06-05 23:24:08,200 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-06-05T23:24:08.2217572Z [INFO 2025-06-05 23:24:08,200 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-06-05T23:24:08.2218909Z [INFO 2025-06-05 23:24:08,200 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-06-05T23:24:08.2220308Z [INFO 2025-06-05 23:24:08,201 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-06-05T23:24:08.2221745Z [INFO 2025-06-05 23:24:08,201 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-06-05T23:24:08.2223205Z [INFO 2025-06-05 23:24:08,202 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-06-05T23:24:08.2224652Z [INFO 2025-06-05 23:24:08,203 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-06-05T23:24:08.2226124Z [INFO 2025-06-05 23:24:08,203 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-06-05T23:24:08.2227569Z [INFO 2025-06-05 23:24:08,204 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-06-05T23:24:08.2229005Z [INFO 2025-06-05 23:24:08,205 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-06-05T23:24:08.2230529Z [INFO 2025-06-05 23:24:08,205 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-06-05T23:24:08.2231983Z [INFO 2025-06-05 23:24:08,206 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_314, aten.permute_copy.default 2025-06-05T23:24:08.2233424Z [INFO 2025-06-05 23:24:08,206 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_315, aten.permute_copy.default 2025-06-05T23:24:08.2234906Z [INFO 2025-06-05 23:24:08,207 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_316, aten.permute_copy.default 2025-06-05T23:24:08.2236365Z [INFO 2025-06-05 23:24:08,208 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_317, aten.permute_copy.default 2025-06-05T23:24:08.2237752Z [INFO 2025-06-05 23:24:08,208 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_80, aten.squeeze_copy.dims 2025-06-05T23:24:08.2239108Z [INFO 2025-06-05 23:24:08,209 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_81, aten.squeeze_copy.dims 2025-06-05T23:24:08.2240445Z [INFO 2025-06-05 23:24:08,209 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_82, aten.squeeze_copy.dims 2025-06-05T23:24:08.2241789Z [INFO 2025-06-05 23:24:08,209 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_83, aten.squeeze_copy.dims 2025-06-05T23:24:08.2243158Z [INFO 2025-06-05 23:24:08,210 qnn_preprocess.py:50] Visiting: aten_select_copy_int_360, aten.select_copy.int 2025-06-05T23:24:08.2244458Z [INFO 2025-06-05 23:24:08,210 qnn_preprocess.py:50] Visiting: aten_select_copy_int_362, aten.select_copy.int 2025-06-05T23:24:08.2245769Z [INFO 2025-06-05 23:24:08,211 qnn_preprocess.py:50] Visiting: aten_select_copy_int_364, aten.select_copy.int 2025-06-05T23:24:08.2247159Z [INFO 2025-06-05 23:24:08,211 qnn_preprocess.py:50] Visiting: aten_select_copy_int_366, aten.select_copy.int 2025-06-05T23:24:08.2248469Z [INFO 2025-06-05 23:24:08,211 qnn_preprocess.py:50] Visiting: aten_select_copy_int_368, aten.select_copy.int 2025-06-05T23:24:08.2249782Z [INFO 2025-06-05 23:24:08,212 qnn_preprocess.py:50] Visiting: aten_select_copy_int_370, aten.select_copy.int 2025-06-05T23:24:08.2251078Z [INFO 2025-06-05 23:24:08,212 qnn_preprocess.py:50] Visiting: aten_select_copy_int_372, aten.select_copy.int 2025-06-05T23:24:08.2252393Z [INFO 2025-06-05 23:24:08,212 qnn_preprocess.py:50] Visiting: aten_select_copy_int_374, aten.select_copy.int 2025-06-05T23:24:08.2253731Z [INFO 2025-06-05 23:24:08,213 qnn_preprocess.py:50] Visiting: aten_select_copy_int_376, aten.select_copy.int 2025-06-05T23:24:08.2255119Z [INFO 2025-06-05 23:24:08,213 qnn_preprocess.py:50] Visiting: aten_select_copy_int_378, aten.select_copy.int 2025-06-05T23:24:08.2256438Z [INFO 2025-06-05 23:24:08,214 qnn_preprocess.py:50] Visiting: aten_select_copy_int_380, aten.select_copy.int 2025-06-05T23:24:08.2257734Z [INFO 2025-06-05 23:24:08,214 qnn_preprocess.py:50] Visiting: aten_select_copy_int_382, aten.select_copy.int 2025-06-05T23:24:08.2258993Z [INFO 2025-06-05 23:24:08,214 qnn_preprocess.py:50] Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-05T23:24:08.2260184Z [INFO 2025-06-05 23:24:08,215 qnn_preprocess.py:50] Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-05T23:24:08.2513890Z [INFO 2025-06-05 23:24:08,215 qnn_preprocess.py:50] Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-05T23:24:08.2515156Z [INFO 2025-06-05 23:24:08,216 qnn_preprocess.py:50] Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-05T23:24:08.2516348Z [INFO 2025-06-05 23:24:08,216 qnn_preprocess.py:50] Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-05T23:24:08.2517541Z [INFO 2025-06-05 23:24:08,217 qnn_preprocess.py:50] Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-05T23:24:08.2518875Z [INFO 2025-06-05 23:24:08,217 qnn_preprocess.py:50] Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-05T23:24:08.2520061Z [INFO 2025-06-05 23:24:08,218 qnn_preprocess.py:50] Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-05T23:24:08.2521324Z [INFO 2025-06-05 23:24:08,218 qnn_preprocess.py:50] Visiting: aten_select_copy_int_361, aten.select_copy.int 2025-06-05T23:24:08.2522630Z [INFO 2025-06-05 23:24:08,218 qnn_preprocess.py:50] Visiting: aten_select_copy_int_363, aten.select_copy.int 2025-06-05T23:24:08.2523948Z [INFO 2025-06-05 23:24:08,219 qnn_preprocess.py:50] Visiting: aten_select_copy_int_365, aten.select_copy.int 2025-06-05T23:24:08.2525254Z [INFO 2025-06-05 23:24:08,219 qnn_preprocess.py:50] Visiting: aten_select_copy_int_367, aten.select_copy.int 2025-06-05T23:24:08.2526618Z [INFO 2025-06-05 23:24:08,220 qnn_preprocess.py:50] Visiting: aten_select_copy_int_369, aten.select_copy.int 2025-06-05T23:24:08.2527931Z [INFO 2025-06-05 23:24:08,220 qnn_preprocess.py:50] Visiting: aten_select_copy_int_371, aten.select_copy.int 2025-06-05T23:24:08.2529221Z [INFO 2025-06-05 23:24:08,220 qnn_preprocess.py:50] Visiting: aten_select_copy_int_373, aten.select_copy.int 2025-06-05T23:24:08.2530522Z [INFO 2025-06-05 23:24:08,221 qnn_preprocess.py:50] Visiting: aten_select_copy_int_375, aten.select_copy.int 2025-06-05T23:24:08.2531813Z [INFO 2025-06-05 23:24:08,221 qnn_preprocess.py:50] Visiting: aten_select_copy_int_377, aten.select_copy.int 2025-06-05T23:24:08.2533122Z [INFO 2025-06-05 23:24:08,222 qnn_preprocess.py:50] Visiting: aten_select_copy_int_379, aten.select_copy.int 2025-06-05T23:24:08.2534483Z [INFO 2025-06-05 23:24:08,222 qnn_preprocess.py:50] Visiting: aten_select_copy_int_381, aten.select_copy.int 2025-06-05T23:24:08.2535787Z [INFO 2025-06-05 23:24:08,222 qnn_preprocess.py:50] Visiting: aten_select_copy_int_383, aten.select_copy.int 2025-06-05T23:24:08.2537026Z [INFO 2025-06-05 23:24:08,223 qnn_preprocess.py:50] Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-06-05T23:24:08.2538200Z [INFO 2025-06-05 23:24:08,223 qnn_preprocess.py:50] Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-05T23:24:08.2539380Z [INFO 2025-06-05 23:24:08,224 qnn_preprocess.py:50] Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-06-05T23:24:08.2540553Z [INFO 2025-06-05 23:24:08,224 qnn_preprocess.py:50] Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-05T23:24:08.2541737Z [INFO 2025-06-05 23:24:08,225 qnn_preprocess.py:50] Visiting: aten_cat_default_31, aten.cat.default 2025-06-05T23:24:08.2543094Z [INFO 2025-06-05 23:24:08,226 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_80, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2544706Z [INFO 2025-06-05 23:24:08,226 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_81, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2546218Z [INFO 2025-06-05 23:24:08,227 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_82, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2547723Z [INFO 2025-06-05 23:24:08,227 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_83, aten.unsqueeze_copy.default 2025-06-05T23:24:08.2549150Z [INFO 2025-06-05 23:24:08,227 qnn_preprocess.py:50] Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-05T23:24:08.2550502Z [INFO 2025-06-05 23:24:08,228 qnn_preprocess.py:50] Visiting: aten_cat_default_28, aten.cat.default 2025-06-05T23:24:08.2551706Z [INFO 2025-06-05 23:24:08,228 qnn_preprocess.py:50] Visiting: aten_cat_default_29, aten.cat.default 2025-06-05T23:24:08.2552976Z [INFO 2025-06-05 23:24:08,229 qnn_preprocess.py:50] Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-05T23:24:08.2554341Z [INFO 2025-06-05 23:24:08,229 qnn_preprocess.py:50] Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-05T23:24:08.2555738Z [INFO 2025-06-05 23:24:08,229 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_293, aten.permute_copy.default 2025-06-05T23:24:08.2557148Z [INFO 2025-06-05 23:24:08,230 qnn_preprocess.py:50] Visiting: aten_index_put_default_14, aten.index_put.default 2025-06-05T23:24:08.2558584Z [INFO 2025-06-05 23:24:08,231 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_294, aten.permute_copy.default 2025-06-05T23:24:08.2560026Z [INFO 2025-06-05 23:24:08,232 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_295, aten.permute_copy.default 2025-06-05T23:24:08.2561445Z [INFO 2025-06-05 23:24:08,232 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_296, aten.permute_copy.default 2025-06-05T23:24:08.2562849Z [INFO 2025-06-05 23:24:08,233 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_297, aten.permute_copy.default 2025-06-05T23:24:08.2564311Z [INFO 2025-06-05 23:24:08,233 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_298, aten.permute_copy.default 2025-06-05T23:24:08.2565838Z [INFO 2025-06-05 23:24:08,234 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_299, aten.permute_copy.default 2025-06-05T23:24:08.2567282Z [INFO 2025-06-05 23:24:08,235 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_300, aten.permute_copy.default 2025-06-05T23:24:08.2568740Z [INFO 2025-06-05 23:24:08,235 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_301, aten.permute_copy.default 2025-06-05T23:24:08.2570176Z [INFO 2025-06-05 23:24:08,236 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-06-05T23:24:08.2571890Z [INFO 2025-06-05 23:24:08,236 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-06-05T23:24:08.2573411Z [INFO 2025-06-05 23:24:08,237 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-06-05T23:24:08.2575007Z [INFO 2025-06-05 23:24:08,238 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-06-05T23:24:08.2576460Z [INFO 2025-06-05 23:24:08,238 qnn_preprocess.py:50] Visiting: aten_select_copy_int_336, aten.select_copy.int 2025-06-05T23:24:08.2577841Z [INFO 2025-06-05 23:24:08,239 qnn_preprocess.py:50] Visiting: aten_select_copy_int_338, aten.select_copy.int 2025-06-05T23:24:08.2579213Z [INFO 2025-06-05 23:24:08,239 qnn_preprocess.py:50] Visiting: aten_select_copy_int_340, aten.select_copy.int 2025-06-05T23:24:08.2580579Z [INFO 2025-06-05 23:24:08,239 qnn_preprocess.py:50] Visiting: aten_select_copy_int_342, aten.select_copy.int 2025-06-05T23:24:08.2581933Z [INFO 2025-06-05 23:24:08,240 qnn_preprocess.py:50] Visiting: aten_select_copy_int_344, aten.select_copy.int 2025-06-05T23:24:08.2583310Z [INFO 2025-06-05 23:24:08,240 qnn_preprocess.py:50] Visiting: aten_select_copy_int_346, aten.select_copy.int 2025-06-05T23:24:08.2584697Z [INFO 2025-06-05 23:24:08,241 qnn_preprocess.py:50] Visiting: aten_select_copy_int_348, aten.select_copy.int 2025-06-05T23:24:08.2586109Z [INFO 2025-06-05 23:24:08,241 qnn_preprocess.py:50] Visiting: aten_select_copy_int_350, aten.select_copy.int 2025-06-05T23:24:08.2587472Z [INFO 2025-06-05 23:24:08,241 qnn_preprocess.py:50] Visiting: aten_select_copy_int_352, aten.select_copy.int 2025-06-05T23:24:08.2588824Z [INFO 2025-06-05 23:24:08,242 qnn_preprocess.py:50] Visiting: aten_select_copy_int_354, aten.select_copy.int 2025-06-05T23:24:08.2590262Z [INFO 2025-06-05 23:24:08,242 qnn_preprocess.py:50] Visiting: aten_select_copy_int_356, aten.select_copy.int 2025-06-05T23:24:08.2591630Z [INFO 2025-06-05 23:24:08,243 qnn_preprocess.py:50] Visiting: aten_select_copy_int_358, aten.select_copy.int 2025-06-05T23:24:08.2592986Z [INFO 2025-06-05 23:24:08,243 qnn_preprocess.py:50] Visiting: aten_select_copy_int_337, aten.select_copy.int 2025-06-05T23:24:08.2594353Z [INFO 2025-06-05 23:24:08,244 qnn_preprocess.py:50] Visiting: aten_select_copy_int_339, aten.select_copy.int 2025-06-05T23:24:08.2595712Z [INFO 2025-06-05 23:24:08,244 qnn_preprocess.py:50] Visiting: aten_select_copy_int_341, aten.select_copy.int 2025-06-05T23:24:08.2597077Z [INFO 2025-06-05 23:24:08,244 qnn_preprocess.py:50] Visiting: aten_select_copy_int_343, aten.select_copy.int 2025-06-05T23:24:08.2598497Z [INFO 2025-06-05 23:24:08,245 qnn_preprocess.py:50] Visiting: aten_select_copy_int_345, aten.select_copy.int 2025-06-05T23:24:08.2599850Z [INFO 2025-06-05 23:24:08,245 qnn_preprocess.py:50] Visiting: aten_select_copy_int_347, aten.select_copy.int 2025-06-05T23:24:08.2601220Z [INFO 2025-06-05 23:24:08,246 qnn_preprocess.py:50] Visiting: aten_select_copy_int_349, aten.select_copy.int 2025-06-05T23:24:08.2602564Z [INFO 2025-06-05 23:24:08,246 qnn_preprocess.py:50] Visiting: aten_select_copy_int_351, aten.select_copy.int 2025-06-05T23:24:08.2603931Z [INFO 2025-06-05 23:24:08,246 qnn_preprocess.py:50] Visiting: aten_select_copy_int_353, aten.select_copy.int 2025-06-05T23:24:08.2605294Z [INFO 2025-06-05 23:24:08,247 qnn_preprocess.py:50] Visiting: aten_select_copy_int_355, aten.select_copy.int 2025-06-05T23:24:08.2606693Z [INFO 2025-06-05 23:24:08,247 qnn_preprocess.py:50] Visiting: aten_select_copy_int_357, aten.select_copy.int 2025-06-05T23:24:08.2608072Z [INFO 2025-06-05 23:24:08,247 qnn_preprocess.py:50] Visiting: aten_select_copy_int_359, aten.select_copy.int 2025-06-05T23:24:08.2609377Z [INFO 2025-06-05 23:24:08,248 qnn_preprocess.py:50] Visiting: aten_cat_default_30, aten.cat.default 2025-06-05T23:24:08.2610718Z [INFO 2025-06-05 23:24:08,249 qnn_preprocess.py:50] Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-05T23:24:08.2612185Z [INFO 2025-06-05 23:24:08,250 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_318, aten.permute_copy.default 2025-06-05T23:24:08.2613589Z [INFO 2025-06-05 23:24:08,250 qnn_preprocess.py:50] Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-05T23:24:08.3127295Z [INFO 2025-06-05 23:24:08,251 qnn_preprocess.py:50] Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-05T23:24:08.3128849Z [INFO 2025-06-05 23:24:08,251 qnn_preprocess.py:50] Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-05T23:24:08.3130109Z [INFO 2025-06-05 23:24:08,252 qnn_preprocess.py:50] Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-05T23:24:08.3131419Z [INFO 2025-06-05 23:24:08,252 qnn_preprocess.py:50] Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-05T23:24:08.3132764Z [INFO 2025-06-05 23:24:08,253 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_319, aten.permute_copy.default 2025-06-05T23:24:08.3134175Z [INFO 2025-06-05 23:24:08,253 qnn_preprocess.py:50] Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-05T23:24:08.3135638Z [INFO 2025-06-05 23:24:08,254 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_84, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3137111Z [INFO 2025-06-05 23:24:08,254 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_768, aten.permute_copy.default 2025-06-05T23:24:08.3138631Z [INFO 2025-06-05 23:24:08,255 qnn_preprocess.py:50] Visiting: aten_convolution_default_52, aten.convolution.default 2025-06-05T23:24:08.3140085Z [INFO 2025-06-05 23:24:08,257 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_769, aten.permute_copy.default 2025-06-05T23:24:08.3141474Z [INFO 2025-06-05 23:24:08,258 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_84, aten.squeeze_copy.dims 2025-06-05T23:24:08.3142746Z [INFO 2025-06-05 23:24:08,258 qnn_preprocess.py:50] Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-05T23:24:08.3143993Z [INFO 2025-06-05 23:24:08,259 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-06-05T23:24:08.3145401Z [INFO 2025-06-05 23:24:08,260 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_85, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3146886Z [INFO 2025-06-05 23:24:08,260 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_770, aten.permute_copy.default 2025-06-05T23:24:08.3148350Z [INFO 2025-06-05 23:24:08,261 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_86, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3149833Z [INFO 2025-06-05 23:24:08,261 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_771, aten.permute_copy.default 2025-06-05T23:24:08.3151329Z [INFO 2025-06-05 23:24:08,262 qnn_preprocess.py:50] Visiting: aten_convolution_default_53, aten.convolution.default 2025-06-05T23:24:08.3152844Z [INFO 2025-06-05 23:24:08,270 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_772, aten.permute_copy.default 2025-06-05T23:24:08.3154289Z [INFO 2025-06-05 23:24:08,270 qnn_preprocess.py:50] Visiting: aten_convolution_default_54, aten.convolution.default 2025-06-05T23:24:08.3155715Z [INFO 2025-06-05 23:24:08,276 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_773, aten.permute_copy.default 2025-06-05T23:24:08.3157131Z [INFO 2025-06-05 23:24:08,276 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_85, aten.squeeze_copy.dims 2025-06-05T23:24:08.3158479Z [INFO 2025-06-05 23:24:08,277 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_86, aten.squeeze_copy.dims 2025-06-05T23:24:08.3159873Z [INFO 2025-06-05 23:24:08,277 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-06-05T23:24:08.3161130Z [INFO 2025-06-05 23:24:08,278 qnn_preprocess.py:50] Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-05T23:24:08.3162311Z [INFO 2025-06-05 23:24:08,278 qnn_preprocess.py:50] Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-05T23:24:08.3163669Z [INFO 2025-06-05 23:24:08,279 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_87, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3165135Z [INFO 2025-06-05 23:24:08,279 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_774, aten.permute_copy.default 2025-06-05T23:24:08.3166590Z [INFO 2025-06-05 23:24:08,280 qnn_preprocess.py:50] Visiting: aten_convolution_default_55, aten.convolution.default 2025-06-05T23:24:08.3168032Z [INFO 2025-06-05 23:24:08,285 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_775, aten.permute_copy.default 2025-06-05T23:24:08.3169461Z [INFO 2025-06-05 23:24:08,285 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_87, aten.squeeze_copy.dims 2025-06-05T23:24:08.3170892Z [INFO 2025-06-05 23:24:08,286 qnn_preprocess.py:50] Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-05T23:24:08.3172449Z [INFO 2025-06-05 23:24:08,286 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-06-05T23:24:08.3173863Z [INFO 2025-06-05 23:24:08,287 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_88, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3175341Z [INFO 2025-06-05 23:24:08,288 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_776, aten.permute_copy.default 2025-06-05T23:24:08.3176806Z [INFO 2025-06-05 23:24:08,288 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_89, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3178275Z [INFO 2025-06-05 23:24:08,289 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_777, aten.permute_copy.default 2025-06-05T23:24:08.3179825Z [INFO 2025-06-05 23:24:08,289 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_90, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3181283Z [INFO 2025-06-05 23:24:08,290 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_778, aten.permute_copy.default 2025-06-05T23:24:08.3182728Z [INFO 2025-06-05 23:24:08,290 qnn_preprocess.py:50] Visiting: aten_convolution_default_56, aten.convolution.default 2025-06-05T23:24:08.3184149Z [INFO 2025-06-05 23:24:08,292 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_779, aten.permute_copy.default 2025-06-05T23:24:08.3185590Z [INFO 2025-06-05 23:24:08,293 qnn_preprocess.py:50] Visiting: aten_convolution_default_57, aten.convolution.default 2025-06-05T23:24:08.3187021Z [INFO 2025-06-05 23:24:08,295 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_780, aten.permute_copy.default 2025-06-05T23:24:08.3188445Z [INFO 2025-06-05 23:24:08,296 qnn_preprocess.py:50] Visiting: aten_convolution_default_58, aten.convolution.default 2025-06-05T23:24:08.3189888Z [INFO 2025-06-05 23:24:08,298 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_781, aten.permute_copy.default 2025-06-05T23:24:08.3191318Z [INFO 2025-06-05 23:24:08,299 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_88, aten.squeeze_copy.dims 2025-06-05T23:24:08.3192725Z [INFO 2025-06-05 23:24:08,299 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_89, aten.squeeze_copy.dims 2025-06-05T23:24:08.3194070Z [INFO 2025-06-05 23:24:08,300 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_90, aten.squeeze_copy.dims 2025-06-05T23:24:08.3195415Z [INFO 2025-06-05 23:24:08,300 qnn_preprocess.py:50] Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-05T23:24:08.3196771Z [INFO 2025-06-05 23:24:08,301 qnn_preprocess.py:50] Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-05T23:24:08.3198115Z [INFO 2025-06-05 23:24:08,301 qnn_preprocess.py:50] Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-05T23:24:08.3199481Z [INFO 2025-06-05 23:24:08,301 qnn_preprocess.py:50] Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-05T23:24:08.3200908Z [INFO 2025-06-05 23:24:08,301 qnn_preprocess.py:50] Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-05T23:24:08.3202530Z [INFO 2025-06-05 23:24:08,302 qnn_preprocess.py:50] Visiting: aten_index_put_default_17, aten.index_put.default 2025-06-05T23:24:08.3203882Z [INFO 2025-06-05 23:24:08,303 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-06-05T23:24:08.3205216Z [INFO 2025-06-05 23:24:08,303 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-06-05T23:24:08.3206565Z [INFO 2025-06-05 23:24:08,304 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-06-05T23:24:08.3207912Z [INFO 2025-06-05 23:24:08,304 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-06-05T23:24:08.3209367Z [INFO 2025-06-05 23:24:08,304 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_347, aten.permute_copy.default 2025-06-05T23:24:08.3210822Z [INFO 2025-06-05 23:24:08,305 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_348, aten.permute_copy.default 2025-06-05T23:24:08.3212266Z [INFO 2025-06-05 23:24:08,305 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_349, aten.permute_copy.default 2025-06-05T23:24:08.3213710Z [INFO 2025-06-05 23:24:08,306 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_350, aten.permute_copy.default 2025-06-05T23:24:08.3215152Z [INFO 2025-06-05 23:24:08,307 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_351, aten.permute_copy.default 2025-06-05T23:24:08.3216586Z [INFO 2025-06-05 23:24:08,307 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_352, aten.permute_copy.default 2025-06-05T23:24:08.3218036Z [INFO 2025-06-05 23:24:08,308 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_353, aten.permute_copy.default 2025-06-05T23:24:08.3219498Z [INFO 2025-06-05 23:24:08,309 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_354, aten.permute_copy.default 2025-06-05T23:24:08.3220946Z [INFO 2025-06-05 23:24:08,309 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-06-05T23:24:08.3222405Z [INFO 2025-06-05 23:24:08,310 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-06-05T23:24:08.3223841Z [INFO 2025-06-05 23:24:08,310 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-06-05T23:24:08.3225290Z [INFO 2025-06-05 23:24:08,311 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-06-05T23:24:08.3226693Z [INFO 2025-06-05 23:24:08,312 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_91, aten.squeeze_copy.dims 2025-06-05T23:24:08.3464685Z [INFO 2025-06-05 23:24:08,312 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_92, aten.squeeze_copy.dims 2025-06-05T23:24:08.3466321Z [INFO 2025-06-05 23:24:08,312 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_93, aten.squeeze_copy.dims 2025-06-05T23:24:08.3467805Z [INFO 2025-06-05 23:24:08,313 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_94, aten.squeeze_copy.dims 2025-06-05T23:24:08.3469324Z [INFO 2025-06-05 23:24:08,313 qnn_preprocess.py:50] Visiting: aten_select_copy_int_408, aten.select_copy.int 2025-06-05T23:24:08.3470778Z [INFO 2025-06-05 23:24:08,313 qnn_preprocess.py:50] Visiting: aten_select_copy_int_410, aten.select_copy.int 2025-06-05T23:24:08.3472088Z [INFO 2025-06-05 23:24:08,314 qnn_preprocess.py:50] Visiting: aten_select_copy_int_412, aten.select_copy.int 2025-06-05T23:24:08.3473398Z [INFO 2025-06-05 23:24:08,314 qnn_preprocess.py:50] Visiting: aten_select_copy_int_414, aten.select_copy.int 2025-06-05T23:24:08.3474691Z [INFO 2025-06-05 23:24:08,315 qnn_preprocess.py:50] Visiting: aten_select_copy_int_416, aten.select_copy.int 2025-06-05T23:24:08.3476001Z [INFO 2025-06-05 23:24:08,315 qnn_preprocess.py:50] Visiting: aten_select_copy_int_418, aten.select_copy.int 2025-06-05T23:24:08.3477389Z [INFO 2025-06-05 23:24:08,315 qnn_preprocess.py:50] Visiting: aten_select_copy_int_420, aten.select_copy.int 2025-06-05T23:24:08.3478688Z [INFO 2025-06-05 23:24:08,316 qnn_preprocess.py:50] Visiting: aten_select_copy_int_422, aten.select_copy.int 2025-06-05T23:24:08.3479993Z [INFO 2025-06-05 23:24:08,316 qnn_preprocess.py:50] Visiting: aten_select_copy_int_424, aten.select_copy.int 2025-06-05T23:24:08.3481278Z [INFO 2025-06-05 23:24:08,317 qnn_preprocess.py:50] Visiting: aten_select_copy_int_426, aten.select_copy.int 2025-06-05T23:24:08.3482581Z [INFO 2025-06-05 23:24:08,317 qnn_preprocess.py:50] Visiting: aten_select_copy_int_428, aten.select_copy.int 2025-06-05T23:24:08.3483885Z [INFO 2025-06-05 23:24:08,317 qnn_preprocess.py:50] Visiting: aten_select_copy_int_430, aten.select_copy.int 2025-06-05T23:24:08.3485124Z [INFO 2025-06-05 23:24:08,318 qnn_preprocess.py:50] Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-05T23:24:08.3486378Z [INFO 2025-06-05 23:24:08,318 qnn_preprocess.py:50] Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-05T23:24:08.3487552Z [INFO 2025-06-05 23:24:08,319 qnn_preprocess.py:50] Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-05T23:24:08.3488735Z [INFO 2025-06-05 23:24:08,319 qnn_preprocess.py:50] Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-05T23:24:08.3489913Z [INFO 2025-06-05 23:24:08,320 qnn_preprocess.py:50] Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-05T23:24:08.3491077Z [INFO 2025-06-05 23:24:08,320 qnn_preprocess.py:50] Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-05T23:24:08.3492259Z [INFO 2025-06-05 23:24:08,320 qnn_preprocess.py:50] Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-05T23:24:08.3493429Z [INFO 2025-06-05 23:24:08,321 qnn_preprocess.py:50] Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-05T23:24:08.3494703Z [INFO 2025-06-05 23:24:08,321 qnn_preprocess.py:50] Visiting: aten_select_copy_int_409, aten.select_copy.int 2025-06-05T23:24:08.3496063Z [INFO 2025-06-05 23:24:08,322 qnn_preprocess.py:50] Visiting: aten_select_copy_int_411, aten.select_copy.int 2025-06-05T23:24:08.3497371Z [INFO 2025-06-05 23:24:08,322 qnn_preprocess.py:50] Visiting: aten_select_copy_int_413, aten.select_copy.int 2025-06-05T23:24:08.3498686Z [INFO 2025-06-05 23:24:08,323 qnn_preprocess.py:50] Visiting: aten_select_copy_int_415, aten.select_copy.int 2025-06-05T23:24:08.3499990Z [INFO 2025-06-05 23:24:08,323 qnn_preprocess.py:50] Visiting: aten_select_copy_int_417, aten.select_copy.int 2025-06-05T23:24:08.3501282Z [INFO 2025-06-05 23:24:08,323 qnn_preprocess.py:50] Visiting: aten_select_copy_int_419, aten.select_copy.int 2025-06-05T23:24:08.3502588Z [INFO 2025-06-05 23:24:08,324 qnn_preprocess.py:50] Visiting: aten_select_copy_int_421, aten.select_copy.int 2025-06-05T23:24:08.3503880Z [INFO 2025-06-05 23:24:08,324 qnn_preprocess.py:50] Visiting: aten_select_copy_int_423, aten.select_copy.int 2025-06-05T23:24:08.3505192Z [INFO 2025-06-05 23:24:08,325 qnn_preprocess.py:50] Visiting: aten_select_copy_int_425, aten.select_copy.int 2025-06-05T23:24:08.3506501Z [INFO 2025-06-05 23:24:08,325 qnn_preprocess.py:50] Visiting: aten_select_copy_int_427, aten.select_copy.int 2025-06-05T23:24:08.3507799Z [INFO 2025-06-05 23:24:08,325 qnn_preprocess.py:50] Visiting: aten_select_copy_int_429, aten.select_copy.int 2025-06-05T23:24:08.3509147Z [INFO 2025-06-05 23:24:08,326 qnn_preprocess.py:50] Visiting: aten_select_copy_int_431, aten.select_copy.int 2025-06-05T23:24:08.3510442Z [INFO 2025-06-05 23:24:08,326 qnn_preprocess.py:50] Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-06-05T23:24:08.3511626Z [INFO 2025-06-05 23:24:08,327 qnn_preprocess.py:50] Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-05T23:24:08.3512810Z [INFO 2025-06-05 23:24:08,327 qnn_preprocess.py:50] Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-06-05T23:24:08.3513969Z [INFO 2025-06-05 23:24:08,328 qnn_preprocess.py:50] Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-05T23:24:08.3515163Z [INFO 2025-06-05 23:24:08,328 qnn_preprocess.py:50] Visiting: aten_cat_default_35, aten.cat.default 2025-06-05T23:24:08.3516548Z [INFO 2025-06-05 23:24:08,329 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_91, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3518059Z [INFO 2025-06-05 23:24:08,330 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_92, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3519561Z [INFO 2025-06-05 23:24:08,330 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_93, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3521056Z [INFO 2025-06-05 23:24:08,330 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_94, aten.unsqueeze_copy.default 2025-06-05T23:24:08.3522492Z [INFO 2025-06-05 23:24:08,331 qnn_preprocess.py:50] Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-05T23:24:08.3523759Z [INFO 2025-06-05 23:24:08,331 qnn_preprocess.py:50] Visiting: aten_cat_default_32, aten.cat.default 2025-06-05T23:24:08.3525008Z [INFO 2025-06-05 23:24:08,332 qnn_preprocess.py:50] Visiting: aten_cat_default_33, aten.cat.default 2025-06-05T23:24:08.3526292Z [INFO 2025-06-05 23:24:08,332 qnn_preprocess.py:50] Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-05T23:24:08.3527625Z [INFO 2025-06-05 23:24:08,332 qnn_preprocess.py:50] Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-05T23:24:08.3529040Z [INFO 2025-06-05 23:24:08,333 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_334, aten.permute_copy.default 2025-06-05T23:24:08.3530447Z [INFO 2025-06-05 23:24:08,333 qnn_preprocess.py:50] Visiting: aten_index_put_default_16, aten.index_put.default 2025-06-05T23:24:08.3531842Z [INFO 2025-06-05 23:24:08,334 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_335, aten.permute_copy.default 2025-06-05T23:24:08.3533297Z [INFO 2025-06-05 23:24:08,335 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_336, aten.permute_copy.default 2025-06-05T23:24:08.3534779Z [INFO 2025-06-05 23:24:08,335 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_337, aten.permute_copy.default 2025-06-05T23:24:08.3536230Z [INFO 2025-06-05 23:24:08,336 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_338, aten.permute_copy.default 2025-06-05T23:24:08.3537667Z [INFO 2025-06-05 23:24:08,337 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_339, aten.permute_copy.default 2025-06-05T23:24:08.3539119Z [INFO 2025-06-05 23:24:08,337 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_340, aten.permute_copy.default 2025-06-05T23:24:08.3540578Z [INFO 2025-06-05 23:24:08,338 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_341, aten.permute_copy.default 2025-06-05T23:24:08.3542003Z [INFO 2025-06-05 23:24:08,338 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_342, aten.permute_copy.default 2025-06-05T23:24:08.3543445Z [INFO 2025-06-05 23:24:08,339 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_343, aten.permute_copy.default 2025-06-05T23:24:08.3544894Z [INFO 2025-06-05 23:24:08,340 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_344, aten.permute_copy.default 2025-06-05T23:24:08.3546335Z [INFO 2025-06-05 23:24:08,340 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_345, aten.permute_copy.default 2025-06-05T23:24:08.3547813Z [INFO 2025-06-05 23:24:08,341 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_346, aten.permute_copy.default 2025-06-05T23:24:08.3549174Z [INFO 2025-06-05 23:24:08,341 qnn_preprocess.py:50] Visiting: aten_select_copy_int_384, aten.select_copy.int 2025-06-05T23:24:08.3550543Z [INFO 2025-06-05 23:24:08,342 qnn_preprocess.py:50] Visiting: aten_select_copy_int_386, aten.select_copy.int 2025-06-05T23:24:08.3551851Z [INFO 2025-06-05 23:24:08,342 qnn_preprocess.py:50] Visiting: aten_select_copy_int_388, aten.select_copy.int 2025-06-05T23:24:08.3553138Z [INFO 2025-06-05 23:24:08,343 qnn_preprocess.py:50] Visiting: aten_select_copy_int_390, aten.select_copy.int 2025-06-05T23:24:08.3554450Z [INFO 2025-06-05 23:24:08,343 qnn_preprocess.py:50] Visiting: aten_select_copy_int_392, aten.select_copy.int 2025-06-05T23:24:08.3555780Z [INFO 2025-06-05 23:24:08,343 qnn_preprocess.py:50] Visiting: aten_select_copy_int_394, aten.select_copy.int 2025-06-05T23:24:08.3557087Z [INFO 2025-06-05 23:24:08,344 qnn_preprocess.py:50] Visiting: aten_select_copy_int_396, aten.select_copy.int 2025-06-05T23:24:08.3558395Z [INFO 2025-06-05 23:24:08,344 qnn_preprocess.py:50] Visiting: aten_select_copy_int_398, aten.select_copy.int 2025-06-05T23:24:08.3559687Z [INFO 2025-06-05 23:24:08,345 qnn_preprocess.py:50] Visiting: aten_select_copy_int_400, aten.select_copy.int 2025-06-05T23:24:08.3560995Z [INFO 2025-06-05 23:24:08,345 qnn_preprocess.py:50] Visiting: aten_select_copy_int_402, aten.select_copy.int 2025-06-05T23:24:08.3562290Z [INFO 2025-06-05 23:24:08,345 qnn_preprocess.py:50] Visiting: aten_select_copy_int_404, aten.select_copy.int 2025-06-05T23:24:08.4071118Z [INFO 2025-06-05 23:24:08,346 qnn_preprocess.py:50] Visiting: aten_select_copy_int_406, aten.select_copy.int 2025-06-05T23:24:08.4072827Z [INFO 2025-06-05 23:24:08,346 qnn_preprocess.py:50] Visiting: aten_select_copy_int_385, aten.select_copy.int 2025-06-05T23:24:08.4074155Z [INFO 2025-06-05 23:24:08,347 qnn_preprocess.py:50] Visiting: aten_select_copy_int_387, aten.select_copy.int 2025-06-05T23:24:08.4075468Z [INFO 2025-06-05 23:24:08,347 qnn_preprocess.py:50] Visiting: aten_select_copy_int_389, aten.select_copy.int 2025-06-05T23:24:08.4076783Z [INFO 2025-06-05 23:24:08,347 qnn_preprocess.py:50] Visiting: aten_select_copy_int_391, aten.select_copy.int 2025-06-05T23:24:08.4078081Z [INFO 2025-06-05 23:24:08,348 qnn_preprocess.py:50] Visiting: aten_select_copy_int_393, aten.select_copy.int 2025-06-05T23:24:08.4079392Z [INFO 2025-06-05 23:24:08,348 qnn_preprocess.py:50] Visiting: aten_select_copy_int_395, aten.select_copy.int 2025-06-05T23:24:08.4080700Z [INFO 2025-06-05 23:24:08,349 qnn_preprocess.py:50] Visiting: aten_select_copy_int_397, aten.select_copy.int 2025-06-05T23:24:08.4082076Z [INFO 2025-06-05 23:24:08,349 qnn_preprocess.py:50] Visiting: aten_select_copy_int_399, aten.select_copy.int 2025-06-05T23:24:08.4083389Z [INFO 2025-06-05 23:24:08,349 qnn_preprocess.py:50] Visiting: aten_select_copy_int_401, aten.select_copy.int 2025-06-05T23:24:08.4084684Z [INFO 2025-06-05 23:24:08,350 qnn_preprocess.py:50] Visiting: aten_select_copy_int_403, aten.select_copy.int 2025-06-05T23:24:08.4086003Z [INFO 2025-06-05 23:24:08,350 qnn_preprocess.py:50] Visiting: aten_select_copy_int_405, aten.select_copy.int 2025-06-05T23:24:08.4087316Z [INFO 2025-06-05 23:24:08,350 qnn_preprocess.py:50] Visiting: aten_select_copy_int_407, aten.select_copy.int 2025-06-05T23:24:08.4088562Z [INFO 2025-06-05 23:24:08,351 qnn_preprocess.py:50] Visiting: aten_cat_default_34, aten.cat.default 2025-06-05T23:24:08.4089850Z [INFO 2025-06-05 23:24:08,352 qnn_preprocess.py:50] Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-05T23:24:08.4091251Z [INFO 2025-06-05 23:24:08,352 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-06-05T23:24:08.4092629Z [INFO 2025-06-05 23:24:08,353 qnn_preprocess.py:50] Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-05T23:24:08.4093867Z [INFO 2025-06-05 23:24:08,354 qnn_preprocess.py:50] Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-05T23:24:08.4095097Z [INFO 2025-06-05 23:24:08,354 qnn_preprocess.py:50] Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-05T23:24:08.4096353Z [INFO 2025-06-05 23:24:08,355 qnn_preprocess.py:50] Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-05T23:24:08.4097634Z [INFO 2025-06-05 23:24:08,355 qnn_preprocess.py:50] Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-05T23:24:08.4098988Z [INFO 2025-06-05 23:24:08,356 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-06-05T23:24:08.4100402Z [INFO 2025-06-05 23:24:08,356 qnn_preprocess.py:50] Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-05T23:24:08.4101834Z [INFO 2025-06-05 23:24:08,357 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_95, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4103378Z [INFO 2025-06-05 23:24:08,357 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_782, aten.permute_copy.default 2025-06-05T23:24:08.4104817Z [INFO 2025-06-05 23:24:08,358 qnn_preprocess.py:50] Visiting: aten_convolution_default_59, aten.convolution.default 2025-06-05T23:24:08.4106264Z [INFO 2025-06-05 23:24:08,361 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_783, aten.permute_copy.default 2025-06-05T23:24:08.4107675Z [INFO 2025-06-05 23:24:08,361 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_95, aten.squeeze_copy.dims 2025-06-05T23:24:08.4108947Z [INFO 2025-06-05 23:24:08,362 qnn_preprocess.py:50] Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-05T23:24:08.4110268Z [INFO 2025-06-05 23:24:08,362 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-06-05T23:24:08.4111713Z [INFO 2025-06-05 23:24:08,363 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_96, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4113201Z [INFO 2025-06-05 23:24:08,364 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_784, aten.permute_copy.default 2025-06-05T23:24:08.4114678Z [INFO 2025-06-05 23:24:08,364 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_97, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4116141Z [INFO 2025-06-05 23:24:08,365 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_785, aten.permute_copy.default 2025-06-05T23:24:08.4117578Z [INFO 2025-06-05 23:24:08,365 qnn_preprocess.py:50] Visiting: aten_convolution_default_60, aten.convolution.default 2025-06-05T23:24:08.4119010Z [INFO 2025-06-05 23:24:08,373 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_786, aten.permute_copy.default 2025-06-05T23:24:08.4120452Z [INFO 2025-06-05 23:24:08,374 qnn_preprocess.py:50] Visiting: aten_convolution_default_61, aten.convolution.default 2025-06-05T23:24:08.4121933Z [INFO 2025-06-05 23:24:08,379 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_787, aten.permute_copy.default 2025-06-05T23:24:08.4123326Z [INFO 2025-06-05 23:24:08,380 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_96, aten.squeeze_copy.dims 2025-06-05T23:24:08.4124674Z [INFO 2025-06-05 23:24:08,380 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_97, aten.squeeze_copy.dims 2025-06-05T23:24:08.4125981Z [INFO 2025-06-05 23:24:08,381 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-06-05T23:24:08.4127219Z [INFO 2025-06-05 23:24:08,381 qnn_preprocess.py:50] Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-05T23:24:08.4128415Z [INFO 2025-06-05 23:24:08,382 qnn_preprocess.py:50] Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-05T23:24:08.4129749Z [INFO 2025-06-05 23:24:08,382 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_98, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4131234Z [INFO 2025-06-05 23:24:08,382 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_788, aten.permute_copy.default 2025-06-05T23:24:08.4132674Z [INFO 2025-06-05 23:24:08,383 qnn_preprocess.py:50] Visiting: aten_convolution_default_62, aten.convolution.default 2025-06-05T23:24:08.4134124Z [INFO 2025-06-05 23:24:08,388 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_789, aten.permute_copy.default 2025-06-05T23:24:08.4135570Z [INFO 2025-06-05 23:24:08,389 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_98, aten.squeeze_copy.dims 2025-06-05T23:24:08.4136829Z [INFO 2025-06-05 23:24:08,389 qnn_preprocess.py:50] Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-05T23:24:08.4138084Z [INFO 2025-06-05 23:24:08,390 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-06-05T23:24:08.4139483Z [INFO 2025-06-05 23:24:08,390 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_99, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4140970Z [INFO 2025-06-05 23:24:08,391 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_790, aten.permute_copy.default 2025-06-05T23:24:08.4142498Z [INFO 2025-06-05 23:24:08,391 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_100, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4143978Z [INFO 2025-06-05 23:24:08,392 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_791, aten.permute_copy.default 2025-06-05T23:24:08.4145470Z [INFO 2025-06-05 23:24:08,392 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_101, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4146975Z [INFO 2025-06-05 23:24:08,393 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_792, aten.permute_copy.default 2025-06-05T23:24:08.4148404Z [INFO 2025-06-05 23:24:08,393 qnn_preprocess.py:50] Visiting: aten_convolution_default_63, aten.convolution.default 2025-06-05T23:24:08.4149846Z [INFO 2025-06-05 23:24:08,395 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_793, aten.permute_copy.default 2025-06-05T23:24:08.4151333Z [INFO 2025-06-05 23:24:08,396 qnn_preprocess.py:50] Visiting: aten_convolution_default_64, aten.convolution.default 2025-06-05T23:24:08.4152830Z [INFO 2025-06-05 23:24:08,398 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_794, aten.permute_copy.default 2025-06-05T23:24:08.4154277Z [INFO 2025-06-05 23:24:08,399 qnn_preprocess.py:50] Visiting: aten_convolution_default_65, aten.convolution.default 2025-06-05T23:24:08.4155717Z [INFO 2025-06-05 23:24:08,401 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_795, aten.permute_copy.default 2025-06-05T23:24:08.4157124Z [INFO 2025-06-05 23:24:08,402 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_99, aten.squeeze_copy.dims 2025-06-05T23:24:08.4158476Z [INFO 2025-06-05 23:24:08,403 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_100, aten.squeeze_copy.dims 2025-06-05T23:24:08.4159843Z [INFO 2025-06-05 23:24:08,403 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_101, aten.squeeze_copy.dims 2025-06-05T23:24:08.4161207Z [INFO 2025-06-05 23:24:08,403 qnn_preprocess.py:50] Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-05T23:24:08.4162597Z [INFO 2025-06-05 23:24:08,404 qnn_preprocess.py:50] Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-05T23:24:08.4163961Z [INFO 2025-06-05 23:24:08,404 qnn_preprocess.py:50] Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-05T23:24:08.4165311Z [INFO 2025-06-05 23:24:08,404 qnn_preprocess.py:50] Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-05T23:24:08.4166673Z [INFO 2025-06-05 23:24:08,404 qnn_preprocess.py:50] Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-05T23:24:08.4168028Z [INFO 2025-06-05 23:24:08,405 qnn_preprocess.py:50] Visiting: aten_index_put_default_19, aten.index_put.default 2025-06-05T23:24:08.4169369Z [INFO 2025-06-05 23:24:08,406 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-06-05T23:24:08.4433232Z [INFO 2025-06-05 23:24:08,406 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-06-05T23:24:08.4434659Z [INFO 2025-06-05 23:24:08,407 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-06-05T23:24:08.4436007Z [INFO 2025-06-05 23:24:08,407 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-06-05T23:24:08.4437623Z [INFO 2025-06-05 23:24:08,408 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_388, aten.permute_copy.default 2025-06-05T23:24:08.4439068Z [INFO 2025-06-05 23:24:08,408 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_389, aten.permute_copy.default 2025-06-05T23:24:08.4440532Z [INFO 2025-06-05 23:24:08,409 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_390, aten.permute_copy.default 2025-06-05T23:24:08.4441994Z [INFO 2025-06-05 23:24:08,409 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_391, aten.permute_copy.default 2025-06-05T23:24:08.4443429Z [INFO 2025-06-05 23:24:08,410 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_392, aten.permute_copy.default 2025-06-05T23:24:08.4444883Z [INFO 2025-06-05 23:24:08,411 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_393, aten.permute_copy.default 2025-06-05T23:24:08.4446376Z [INFO 2025-06-05 23:24:08,411 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_394, aten.permute_copy.default 2025-06-05T23:24:08.4447825Z [INFO 2025-06-05 23:24:08,412 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_395, aten.permute_copy.default 2025-06-05T23:24:08.4449268Z [INFO 2025-06-05 23:24:08,412 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_396, aten.permute_copy.default 2025-06-05T23:24:08.4450701Z [INFO 2025-06-05 23:24:08,413 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_397, aten.permute_copy.default 2025-06-05T23:24:08.4452147Z [INFO 2025-06-05 23:24:08,414 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_398, aten.permute_copy.default 2025-06-05T23:24:08.4453583Z [INFO 2025-06-05 23:24:08,414 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_399, aten.permute_copy.default 2025-06-05T23:24:08.4455061Z [INFO 2025-06-05 23:24:08,415 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_102, aten.squeeze_copy.dims 2025-06-05T23:24:08.4456422Z [INFO 2025-06-05 23:24:08,415 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_103, aten.squeeze_copy.dims 2025-06-05T23:24:08.4457768Z [INFO 2025-06-05 23:24:08,416 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_104, aten.squeeze_copy.dims 2025-06-05T23:24:08.4459131Z [INFO 2025-06-05 23:24:08,416 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_105, aten.squeeze_copy.dims 2025-06-05T23:24:08.4460456Z [INFO 2025-06-05 23:24:08,416 qnn_preprocess.py:50] Visiting: aten_select_copy_int_456, aten.select_copy.int 2025-06-05T23:24:08.4461774Z [INFO 2025-06-05 23:24:08,417 qnn_preprocess.py:50] Visiting: aten_select_copy_int_458, aten.select_copy.int 2025-06-05T23:24:08.4463086Z [INFO 2025-06-05 23:24:08,417 qnn_preprocess.py:50] Visiting: aten_select_copy_int_460, aten.select_copy.int 2025-06-05T23:24:08.4464472Z [INFO 2025-06-05 23:24:08,418 qnn_preprocess.py:50] Visiting: aten_select_copy_int_462, aten.select_copy.int 2025-06-05T23:24:08.4465790Z [INFO 2025-06-05 23:24:08,418 qnn_preprocess.py:50] Visiting: aten_select_copy_int_464, aten.select_copy.int 2025-06-05T23:24:08.4467127Z [INFO 2025-06-05 23:24:08,418 qnn_preprocess.py:50] Visiting: aten_select_copy_int_466, aten.select_copy.int 2025-06-05T23:24:08.4468424Z [INFO 2025-06-05 23:24:08,419 qnn_preprocess.py:50] Visiting: aten_select_copy_int_468, aten.select_copy.int 2025-06-05T23:24:08.4469729Z [INFO 2025-06-05 23:24:08,419 qnn_preprocess.py:50] Visiting: aten_select_copy_int_470, aten.select_copy.int 2025-06-05T23:24:08.4471223Z [INFO 2025-06-05 23:24:08,420 qnn_preprocess.py:50] Visiting: aten_select_copy_int_472, aten.select_copy.int 2025-06-05T23:24:08.4472542Z [INFO 2025-06-05 23:24:08,420 qnn_preprocess.py:50] Visiting: aten_select_copy_int_474, aten.select_copy.int 2025-06-05T23:24:08.4473858Z [INFO 2025-06-05 23:24:08,420 qnn_preprocess.py:50] Visiting: aten_select_copy_int_476, aten.select_copy.int 2025-06-05T23:24:08.4475166Z [INFO 2025-06-05 23:24:08,421 qnn_preprocess.py:50] Visiting: aten_select_copy_int_478, aten.select_copy.int 2025-06-05T23:24:08.4476422Z [INFO 2025-06-05 23:24:08,421 qnn_preprocess.py:50] Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-05T23:24:08.4477660Z [INFO 2025-06-05 23:24:08,422 qnn_preprocess.py:50] Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-05T23:24:08.4478847Z [INFO 2025-06-05 23:24:08,422 qnn_preprocess.py:50] Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-05T23:24:08.4480030Z [INFO 2025-06-05 23:24:08,423 qnn_preprocess.py:50] Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-05T23:24:08.4481199Z [INFO 2025-06-05 23:24:08,423 qnn_preprocess.py:50] Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-05T23:24:08.4482388Z [INFO 2025-06-05 23:24:08,424 qnn_preprocess.py:50] Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-05T23:24:08.4483556Z [INFO 2025-06-05 23:24:08,424 qnn_preprocess.py:50] Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-05T23:24:08.4484801Z [INFO 2025-06-05 23:24:08,425 qnn_preprocess.py:50] Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-05T23:24:08.4486052Z [INFO 2025-06-05 23:24:08,425 qnn_preprocess.py:50] Visiting: aten_select_copy_int_457, aten.select_copy.int 2025-06-05T23:24:08.4487432Z [INFO 2025-06-05 23:24:08,426 qnn_preprocess.py:50] Visiting: aten_select_copy_int_459, aten.select_copy.int 2025-06-05T23:24:08.4488747Z [INFO 2025-06-05 23:24:08,426 qnn_preprocess.py:50] Visiting: aten_select_copy_int_461, aten.select_copy.int 2025-06-05T23:24:08.4490040Z [INFO 2025-06-05 23:24:08,426 qnn_preprocess.py:50] Visiting: aten_select_copy_int_463, aten.select_copy.int 2025-06-05T23:24:08.4491349Z [INFO 2025-06-05 23:24:08,427 qnn_preprocess.py:50] Visiting: aten_select_copy_int_465, aten.select_copy.int 2025-06-05T23:24:08.4492662Z [INFO 2025-06-05 23:24:08,427 qnn_preprocess.py:50] Visiting: aten_select_copy_int_467, aten.select_copy.int 2025-06-05T23:24:08.4494015Z [INFO 2025-06-05 23:24:08,428 qnn_preprocess.py:50] Visiting: aten_select_copy_int_469, aten.select_copy.int 2025-06-05T23:24:08.4495413Z [INFO 2025-06-05 23:24:08,428 qnn_preprocess.py:50] Visiting: aten_select_copy_int_471, aten.select_copy.int 2025-06-05T23:24:08.4496703Z [INFO 2025-06-05 23:24:08,428 qnn_preprocess.py:50] Visiting: aten_select_copy_int_473, aten.select_copy.int 2025-06-05T23:24:08.4498020Z [INFO 2025-06-05 23:24:08,429 qnn_preprocess.py:50] Visiting: aten_select_copy_int_475, aten.select_copy.int 2025-06-05T23:24:08.4499325Z [INFO 2025-06-05 23:24:08,429 qnn_preprocess.py:50] Visiting: aten_select_copy_int_477, aten.select_copy.int 2025-06-05T23:24:08.4500619Z [INFO 2025-06-05 23:24:08,430 qnn_preprocess.py:50] Visiting: aten_select_copy_int_479, aten.select_copy.int 2025-06-05T23:24:08.4501868Z [INFO 2025-06-05 23:24:08,430 qnn_preprocess.py:50] Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-06-05T23:24:08.4503034Z [INFO 2025-06-05 23:24:08,431 qnn_preprocess.py:50] Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-05T23:24:08.4504265Z [INFO 2025-06-05 23:24:08,431 qnn_preprocess.py:50] Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-06-05T23:24:08.4505451Z [INFO 2025-06-05 23:24:08,432 qnn_preprocess.py:50] Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-05T23:24:08.4506635Z [INFO 2025-06-05 23:24:08,432 qnn_preprocess.py:50] Visiting: aten_cat_default_39, aten.cat.default 2025-06-05T23:24:08.4507997Z [INFO 2025-06-05 23:24:08,433 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_102, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4509502Z [INFO 2025-06-05 23:24:08,434 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_103, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4511080Z [INFO 2025-06-05 23:24:08,434 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_104, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4512597Z [INFO 2025-06-05 23:24:08,435 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_105, aten.unsqueeze_copy.default 2025-06-05T23:24:08.4514023Z [INFO 2025-06-05 23:24:08,435 qnn_preprocess.py:50] Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-05T23:24:08.4515305Z [INFO 2025-06-05 23:24:08,435 qnn_preprocess.py:50] Visiting: aten_cat_default_36, aten.cat.default 2025-06-05T23:24:08.4516528Z [INFO 2025-06-05 23:24:08,436 qnn_preprocess.py:50] Visiting: aten_cat_default_37, aten.cat.default 2025-06-05T23:24:08.4517106Z [INFO 2025-06-05 23:24:08,436 qnn_preprocess.py:50] Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-05T23:24:08.4517669Z [INFO 2025-06-05 23:24:08,437 qnn_preprocess.py:50] Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-05T23:24:08.4518277Z [INFO 2025-06-05 23:24:08,437 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_375, aten.permute_copy.default 2025-06-05T23:24:08.4518846Z [INFO 2025-06-05 23:24:08,438 qnn_preprocess.py:50] Visiting: aten_index_put_default_18, aten.index_put.default 2025-06-05T23:24:08.4519458Z [INFO 2025-06-05 23:24:08,439 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_376, aten.permute_copy.default 2025-06-05T23:24:08.4520101Z [INFO 2025-06-05 23:24:08,439 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_377, aten.permute_copy.default 2025-06-05T23:24:08.4520721Z [INFO 2025-06-05 23:24:08,440 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_378, aten.permute_copy.default 2025-06-05T23:24:08.4521329Z [INFO 2025-06-05 23:24:08,441 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_379, aten.permute_copy.default 2025-06-05T23:24:08.4521935Z [INFO 2025-06-05 23:24:08,441 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_380, aten.permute_copy.default 2025-06-05T23:24:08.4522556Z [INFO 2025-06-05 23:24:08,442 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_381, aten.permute_copy.default 2025-06-05T23:24:08.5034056Z [INFO 2025-06-05 23:24:08,443 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_382, aten.permute_copy.default 2025-06-05T23:24:08.5035860Z [INFO 2025-06-05 23:24:08,443 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_383, aten.permute_copy.default 2025-06-05T23:24:08.5037359Z [INFO 2025-06-05 23:24:08,444 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_384, aten.permute_copy.default 2025-06-05T23:24:08.5038834Z [INFO 2025-06-05 23:24:08,444 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_385, aten.permute_copy.default 2025-06-05T23:24:08.5040312Z [INFO 2025-06-05 23:24:08,445 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_386, aten.permute_copy.default 2025-06-05T23:24:08.5041798Z [INFO 2025-06-05 23:24:08,446 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_387, aten.permute_copy.default 2025-06-05T23:24:08.5043186Z [INFO 2025-06-05 23:24:08,446 qnn_preprocess.py:50] Visiting: aten_select_copy_int_432, aten.select_copy.int 2025-06-05T23:24:08.5044514Z [INFO 2025-06-05 23:24:08,447 qnn_preprocess.py:50] Visiting: aten_select_copy_int_434, aten.select_copy.int 2025-06-05T23:24:08.5046024Z [INFO 2025-06-05 23:24:08,447 qnn_preprocess.py:50] Visiting: aten_select_copy_int_436, aten.select_copy.int 2025-06-05T23:24:08.5047485Z [INFO 2025-06-05 23:24:08,448 qnn_preprocess.py:50] Visiting: aten_select_copy_int_438, aten.select_copy.int 2025-06-05T23:24:08.5048793Z [INFO 2025-06-05 23:24:08,448 qnn_preprocess.py:50] Visiting: aten_select_copy_int_440, aten.select_copy.int 2025-06-05T23:24:08.5050051Z [INFO 2025-06-05 23:24:08,448 qnn_preprocess.py:50] Visiting: aten_select_copy_int_442, aten.select_copy.int 2025-06-05T23:24:08.5051299Z [INFO 2025-06-05 23:24:08,449 qnn_preprocess.py:50] Visiting: aten_select_copy_int_444, aten.select_copy.int 2025-06-05T23:24:08.5052612Z [INFO 2025-06-05 23:24:08,449 qnn_preprocess.py:50] Visiting: aten_select_copy_int_446, aten.select_copy.int 2025-06-05T23:24:08.5054049Z [INFO 2025-06-05 23:24:08,450 qnn_preprocess.py:50] Visiting: aten_select_copy_int_448, aten.select_copy.int 2025-06-05T23:24:08.5055294Z [INFO 2025-06-05 23:24:08,450 qnn_preprocess.py:50] Visiting: aten_select_copy_int_450, aten.select_copy.int 2025-06-05T23:24:08.5056609Z [INFO 2025-06-05 23:24:08,451 qnn_preprocess.py:50] Visiting: aten_select_copy_int_452, aten.select_copy.int 2025-06-05T23:24:08.5057754Z [INFO 2025-06-05 23:24:08,451 qnn_preprocess.py:50] Visiting: aten_select_copy_int_454, aten.select_copy.int 2025-06-05T23:24:08.5059344Z [INFO 2025-06-05 23:24:08,451 qnn_preprocess.py:50] Visiting: aten_select_copy_int_433, aten.select_copy.int 2025-06-05T23:24:08.5060598Z [INFO 2025-06-05 23:24:08,452 qnn_preprocess.py:50] Visiting: aten_select_copy_int_435, aten.select_copy.int 2025-06-05T23:24:08.5061938Z [INFO 2025-06-05 23:24:08,452 qnn_preprocess.py:50] Visiting: aten_select_copy_int_437, aten.select_copy.int 2025-06-05T23:24:08.5063188Z [INFO 2025-06-05 23:24:08,453 qnn_preprocess.py:50] Visiting: aten_select_copy_int_439, aten.select_copy.int 2025-06-05T23:24:08.5064502Z [INFO 2025-06-05 23:24:08,453 qnn_preprocess.py:50] Visiting: aten_select_copy_int_441, aten.select_copy.int 2025-06-05T23:24:08.5065781Z [INFO 2025-06-05 23:24:08,453 qnn_preprocess.py:50] Visiting: aten_select_copy_int_443, aten.select_copy.int 2025-06-05T23:24:08.5067325Z [INFO 2025-06-05 23:24:08,454 qnn_preprocess.py:50] Visiting: aten_select_copy_int_445, aten.select_copy.int 2025-06-05T23:24:08.5068564Z [INFO 2025-06-05 23:24:08,454 qnn_preprocess.py:50] Visiting: aten_select_copy_int_447, aten.select_copy.int 2025-06-05T23:24:08.5069893Z [INFO 2025-06-05 23:24:08,455 qnn_preprocess.py:50] Visiting: aten_select_copy_int_449, aten.select_copy.int 2025-06-05T23:24:08.5071483Z [INFO 2025-06-05 23:24:08,455 qnn_preprocess.py:50] Visiting: aten_select_copy_int_451, aten.select_copy.int 2025-06-05T23:24:08.5072772Z [INFO 2025-06-05 23:24:08,455 qnn_preprocess.py:50] Visiting: aten_select_copy_int_453, aten.select_copy.int 2025-06-05T23:24:08.5074089Z [INFO 2025-06-05 23:24:08,456 qnn_preprocess.py:50] Visiting: aten_select_copy_int_455, aten.select_copy.int 2025-06-05T23:24:08.5075300Z [INFO 2025-06-05 23:24:08,456 qnn_preprocess.py:50] Visiting: aten_cat_default_38, aten.cat.default 2025-06-05T23:24:08.5076859Z [INFO 2025-06-05 23:24:08,458 qnn_preprocess.py:50] Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-05T23:24:08.5078221Z [INFO 2025-06-05 23:24:08,458 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_400, aten.permute_copy.default 2025-06-05T23:24:08.5079645Z [INFO 2025-06-05 23:24:08,459 qnn_preprocess.py:50] Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-05T23:24:08.5080876Z [INFO 2025-06-05 23:24:08,459 qnn_preprocess.py:50] Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-05T23:24:08.5082059Z [INFO 2025-06-05 23:24:08,460 qnn_preprocess.py:50] Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-05T23:24:08.5083432Z [INFO 2025-06-05 23:24:08,461 qnn_preprocess.py:50] Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-05T23:24:08.5084638Z [INFO 2025-06-05 23:24:08,461 qnn_preprocess.py:50] Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-05T23:24:08.5086327Z [INFO 2025-06-05 23:24:08,461 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_401, aten.permute_copy.default 2025-06-05T23:24:08.5087715Z [INFO 2025-06-05 23:24:08,462 qnn_preprocess.py:50] Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-05T23:24:08.5089303Z [INFO 2025-06-05 23:24:08,462 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_106, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5090888Z [INFO 2025-06-05 23:24:08,463 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_796, aten.permute_copy.default 2025-06-05T23:24:08.5092267Z [INFO 2025-06-05 23:24:08,463 qnn_preprocess.py:50] Visiting: aten_convolution_default_66, aten.convolution.default 2025-06-05T23:24:08.5093648Z [INFO 2025-06-05 23:24:08,466 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_797, aten.permute_copy.default 2025-06-05T23:24:08.5095099Z [INFO 2025-06-05 23:24:08,467 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_106, aten.squeeze_copy.dims 2025-06-05T23:24:08.5096491Z [INFO 2025-06-05 23:24:08,467 qnn_preprocess.py:50] Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-05T23:24:08.5097625Z [INFO 2025-06-05 23:24:08,467 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-06-05T23:24:08.5098886Z [INFO 2025-06-05 23:24:08,468 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_107, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5100581Z [INFO 2025-06-05 23:24:08,469 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_798, aten.permute_copy.default 2025-06-05T23:24:08.5102153Z [INFO 2025-06-05 23:24:08,469 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_108, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5103557Z [INFO 2025-06-05 23:24:08,470 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_799, aten.permute_copy.default 2025-06-05T23:24:08.5105024Z [INFO 2025-06-05 23:24:08,470 qnn_preprocess.py:50] Visiting: aten_convolution_default_67, aten.convolution.default 2025-06-05T23:24:08.5106437Z [INFO 2025-06-05 23:24:08,478 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_800, aten.permute_copy.default 2025-06-05T23:24:08.5108139Z [INFO 2025-06-05 23:24:08,479 qnn_preprocess.py:50] Visiting: aten_convolution_default_68, aten.convolution.default 2025-06-05T23:24:08.5109481Z [INFO 2025-06-05 23:24:08,485 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_801, aten.permute_copy.default 2025-06-05T23:24:08.5111035Z [INFO 2025-06-05 23:24:08,486 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_107, aten.squeeze_copy.dims 2025-06-05T23:24:08.5112402Z [INFO 2025-06-05 23:24:08,487 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_108, aten.squeeze_copy.dims 2025-06-05T23:24:08.5113747Z [INFO 2025-06-05 23:24:08,487 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-06-05T23:24:08.5114964Z [INFO 2025-06-05 23:24:08,488 qnn_preprocess.py:50] Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-05T23:24:08.5116214Z [INFO 2025-06-05 23:24:08,488 qnn_preprocess.py:50] Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-05T23:24:08.5117634Z [INFO 2025-06-05 23:24:08,488 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_109, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5119103Z [INFO 2025-06-05 23:24:08,489 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_802, aten.permute_copy.default 2025-06-05T23:24:08.5120640Z [INFO 2025-06-05 23:24:08,489 qnn_preprocess.py:50] Visiting: aten_convolution_default_69, aten.convolution.default 2025-06-05T23:24:08.5122014Z [INFO 2025-06-05 23:24:08,498 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_803, aten.permute_copy.default 2025-06-05T23:24:08.5123562Z [INFO 2025-06-05 23:24:08,498 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_109, aten.squeeze_copy.dims 2025-06-05T23:24:08.5124754Z [INFO 2025-06-05 23:24:08,499 qnn_preprocess.py:50] Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-05T23:24:08.5126048Z [INFO 2025-06-05 23:24:08,499 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-06-05T23:24:08.5127535Z [INFO 2025-06-05 23:24:08,500 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_110, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5129147Z [INFO 2025-06-05 23:24:08,501 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_804, aten.permute_copy.default 2025-06-05T23:24:08.5130807Z [INFO 2025-06-05 23:24:08,501 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_111, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5132224Z [INFO 2025-06-05 23:24:08,502 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_805, aten.permute_copy.default 2025-06-05T23:24:08.5133696Z [INFO 2025-06-05 23:24:08,502 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_112, aten.unsqueeze_copy.default 2025-06-05T23:24:08.5473042Z [INFO 2025-06-05 23:24:08,503 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_806, aten.permute_copy.default 2025-06-05T23:24:08.5474635Z [INFO 2025-06-05 23:24:08,503 qnn_preprocess.py:50] Visiting: aten_convolution_default_70, aten.convolution.default 2025-06-05T23:24:08.5476143Z [INFO 2025-06-05 23:24:08,506 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_807, aten.permute_copy.default 2025-06-05T23:24:08.5477666Z [INFO 2025-06-05 23:24:08,508 qnn_preprocess.py:50] Visiting: aten_convolution_default_71, aten.convolution.default 2025-06-05T23:24:08.5479442Z [INFO 2025-06-05 23:24:08,510 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_808, aten.permute_copy.default 2025-06-05T23:24:08.5481014Z [INFO 2025-06-05 23:24:08,512 qnn_preprocess.py:50] Visiting: aten_convolution_default_72, aten.convolution.default 2025-06-05T23:24:08.5482479Z [INFO 2025-06-05 23:24:08,515 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_809, aten.permute_copy.default 2025-06-05T23:24:08.5484030Z [INFO 2025-06-05 23:24:08,516 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_110, aten.squeeze_copy.dims 2025-06-05T23:24:08.5485528Z [INFO 2025-06-05 23:24:08,516 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_111, aten.squeeze_copy.dims 2025-06-05T23:24:08.5487239Z [INFO 2025-06-05 23:24:08,517 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_112, aten.squeeze_copy.dims 2025-06-05T23:24:08.5488643Z [INFO 2025-06-05 23:24:08,517 qnn_preprocess.py:50] Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-05T23:24:08.5490138Z [INFO 2025-06-05 23:24:08,517 qnn_preprocess.py:50] Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-05T23:24:08.5491610Z [INFO 2025-06-05 23:24:08,518 qnn_preprocess.py:50] Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-05T23:24:08.5493020Z [INFO 2025-06-05 23:24:08,518 qnn_preprocess.py:50] Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-05T23:24:08.5494512Z [INFO 2025-06-05 23:24:08,518 qnn_preprocess.py:50] Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-05T23:24:08.5496012Z [INFO 2025-06-05 23:24:08,518 qnn_preprocess.py:50] Visiting: aten_index_put_default_21, aten.index_put.default 2025-06-05T23:24:08.5497640Z [INFO 2025-06-05 23:24:08,520 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-06-05T23:24:08.5499134Z [INFO 2025-06-05 23:24:08,520 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-06-05T23:24:08.5500560Z [INFO 2025-06-05 23:24:08,520 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-06-05T23:24:08.5501947Z [INFO 2025-06-05 23:24:08,521 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-06-05T23:24:08.5503490Z [INFO 2025-06-05 23:24:08,521 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_429, aten.permute_copy.default 2025-06-05T23:24:08.5505089Z [INFO 2025-06-05 23:24:08,522 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_430, aten.permute_copy.default 2025-06-05T23:24:08.5506688Z [INFO 2025-06-05 23:24:08,522 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_431, aten.permute_copy.default 2025-06-05T23:24:08.5508464Z [INFO 2025-06-05 23:24:08,523 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_432, aten.permute_copy.default 2025-06-05T23:24:08.5509945Z [INFO 2025-06-05 23:24:08,523 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_433, aten.permute_copy.default 2025-06-05T23:24:08.5511598Z [INFO 2025-06-05 23:24:08,524 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_434, aten.permute_copy.default 2025-06-05T23:24:08.5513170Z [INFO 2025-06-05 23:24:08,525 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_435, aten.permute_copy.default 2025-06-05T23:24:08.5514693Z [INFO 2025-06-05 23:24:08,525 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_436, aten.permute_copy.default 2025-06-05T23:24:08.5516286Z [INFO 2025-06-05 23:24:08,526 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_437, aten.permute_copy.default 2025-06-05T23:24:08.5517828Z [INFO 2025-06-05 23:24:08,526 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_438, aten.permute_copy.default 2025-06-05T23:24:08.5519418Z [INFO 2025-06-05 23:24:08,527 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_439, aten.permute_copy.default 2025-06-05T23:24:08.5520784Z [INFO 2025-06-05 23:24:08,528 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_440, aten.permute_copy.default 2025-06-05T23:24:08.5522306Z [INFO 2025-06-05 23:24:08,528 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_113, aten.squeeze_copy.dims 2025-06-05T23:24:08.5523606Z [INFO 2025-06-05 23:24:08,529 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_114, aten.squeeze_copy.dims 2025-06-05T23:24:08.5524963Z [INFO 2025-06-05 23:24:08,529 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_115, aten.squeeze_copy.dims 2025-06-05T23:24:08.5526368Z [INFO 2025-06-05 23:24:08,529 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_116, aten.squeeze_copy.dims 2025-06-05T23:24:08.5527707Z [INFO 2025-06-05 23:24:08,530 qnn_preprocess.py:50] Visiting: aten_select_copy_int_504, aten.select_copy.int 2025-06-05T23:24:08.5529140Z [INFO 2025-06-05 23:24:08,530 qnn_preprocess.py:50] Visiting: aten_select_copy_int_506, aten.select_copy.int 2025-06-05T23:24:08.5530702Z [INFO 2025-06-05 23:24:08,531 qnn_preprocess.py:50] Visiting: aten_select_copy_int_508, aten.select_copy.int 2025-06-05T23:24:08.5532132Z [INFO 2025-06-05 23:24:08,531 qnn_preprocess.py:50] Visiting: aten_select_copy_int_510, aten.select_copy.int 2025-06-05T23:24:08.5533539Z [INFO 2025-06-05 23:24:08,531 qnn_preprocess.py:50] Visiting: aten_select_copy_int_512, aten.select_copy.int 2025-06-05T23:24:08.5534878Z [INFO 2025-06-05 23:24:08,532 qnn_preprocess.py:50] Visiting: aten_select_copy_int_514, aten.select_copy.int 2025-06-05T23:24:08.5536106Z [INFO 2025-06-05 23:24:08,532 qnn_preprocess.py:50] Visiting: aten_select_copy_int_516, aten.select_copy.int 2025-06-05T23:24:08.5537387Z [INFO 2025-06-05 23:24:08,533 qnn_preprocess.py:50] Visiting: aten_select_copy_int_518, aten.select_copy.int 2025-06-05T23:24:08.5538788Z [INFO 2025-06-05 23:24:08,533 qnn_preprocess.py:50] Visiting: aten_select_copy_int_520, aten.select_copy.int 2025-06-05T23:24:08.5540124Z [INFO 2025-06-05 23:24:08,533 qnn_preprocess.py:50] Visiting: aten_select_copy_int_522, aten.select_copy.int 2025-06-05T23:24:08.5541426Z [INFO 2025-06-05 23:24:08,534 qnn_preprocess.py:50] Visiting: aten_select_copy_int_524, aten.select_copy.int 2025-06-05T23:24:08.5542831Z [INFO 2025-06-05 23:24:08,534 qnn_preprocess.py:50] Visiting: aten_select_copy_int_526, aten.select_copy.int 2025-06-05T23:24:08.5544220Z [INFO 2025-06-05 23:24:08,535 qnn_preprocess.py:50] Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-05T23:24:08.5545352Z [INFO 2025-06-05 23:24:08,535 qnn_preprocess.py:50] Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-05T23:24:08.5546582Z [INFO 2025-06-05 23:24:08,536 qnn_preprocess.py:50] Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-05T23:24:08.5547804Z [INFO 2025-06-05 23:24:08,536 qnn_preprocess.py:50] Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-05T23:24:08.5549072Z [INFO 2025-06-05 23:24:08,537 qnn_preprocess.py:50] Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-05T23:24:08.5550374Z [INFO 2025-06-05 23:24:08,537 qnn_preprocess.py:50] Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-05T23:24:08.5551490Z [INFO 2025-06-05 23:24:08,537 qnn_preprocess.py:50] Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-05T23:24:08.5552745Z [INFO 2025-06-05 23:24:08,538 qnn_preprocess.py:50] Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-05T23:24:08.5553992Z [INFO 2025-06-05 23:24:08,538 qnn_preprocess.py:50] Visiting: aten_select_copy_int_505, aten.select_copy.int 2025-06-05T23:24:08.5555315Z [INFO 2025-06-05 23:24:08,539 qnn_preprocess.py:50] Visiting: aten_select_copy_int_507, aten.select_copy.int 2025-06-05T23:24:08.5556695Z [INFO 2025-06-05 23:24:08,539 qnn_preprocess.py:50] Visiting: aten_select_copy_int_509, aten.select_copy.int 2025-06-05T23:24:08.5557949Z [INFO 2025-06-05 23:24:08,540 qnn_preprocess.py:50] Visiting: aten_select_copy_int_511, aten.select_copy.int 2025-06-05T23:24:08.5559299Z [INFO 2025-06-05 23:24:08,540 qnn_preprocess.py:50] Visiting: aten_select_copy_int_513, aten.select_copy.int 2025-06-05T23:24:08.5560555Z [INFO 2025-06-05 23:24:08,540 qnn_preprocess.py:50] Visiting: aten_select_copy_int_515, aten.select_copy.int 2025-06-05T23:24:08.5562064Z [INFO 2025-06-05 23:24:08,541 qnn_preprocess.py:50] Visiting: aten_select_copy_int_517, aten.select_copy.int 2025-06-05T23:24:08.5563305Z [INFO 2025-06-05 23:24:08,541 qnn_preprocess.py:50] Visiting: aten_select_copy_int_519, aten.select_copy.int 2025-06-05T23:24:08.5564699Z [INFO 2025-06-05 23:24:08,541 qnn_preprocess.py:50] Visiting: aten_select_copy_int_521, aten.select_copy.int 2025-06-05T23:24:08.5566152Z [INFO 2025-06-05 23:24:08,542 qnn_preprocess.py:50] Visiting: aten_select_copy_int_523, aten.select_copy.int 2025-06-05T23:24:08.5567484Z [INFO 2025-06-05 23:24:08,542 qnn_preprocess.py:50] Visiting: aten_select_copy_int_525, aten.select_copy.int 2025-06-05T23:24:08.5568779Z [INFO 2025-06-05 23:24:08,543 qnn_preprocess.py:50] Visiting: aten_select_copy_int_527, aten.select_copy.int 2025-06-05T23:24:08.5570164Z [INFO 2025-06-05 23:24:08,543 qnn_preprocess.py:50] Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-06-05T23:24:08.5571556Z [INFO 2025-06-05 23:24:08,543 qnn_preprocess.py:50] Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-05T23:24:08.5572735Z [INFO 2025-06-05 23:24:08,544 qnn_preprocess.py:50] Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-06-05T23:24:08.5574008Z [INFO 2025-06-05 23:24:08,544 qnn_preprocess.py:50] Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-05T23:24:08.5575131Z [INFO 2025-06-05 23:24:08,545 qnn_preprocess.py:50] Visiting: aten_cat_default_43, aten.cat.default 2025-06-05T23:24:08.5576534Z [INFO 2025-06-05 23:24:08,546 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_113, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6012047Z [INFO 2025-06-05 23:24:08,546 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_114, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6013913Z [INFO 2025-06-05 23:24:08,547 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_115, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6015598Z [INFO 2025-06-05 23:24:08,548 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_116, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6017112Z [INFO 2025-06-05 23:24:08,548 qnn_preprocess.py:50] Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-05T23:24:08.6018456Z [INFO 2025-06-05 23:24:08,549 qnn_preprocess.py:50] Visiting: aten_cat_default_40, aten.cat.default 2025-06-05T23:24:08.6019704Z [INFO 2025-06-05 23:24:08,550 qnn_preprocess.py:50] Visiting: aten_cat_default_41, aten.cat.default 2025-06-05T23:24:08.6021048Z [INFO 2025-06-05 23:24:08,550 qnn_preprocess.py:50] Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-05T23:24:08.6022582Z [INFO 2025-06-05 23:24:08,551 qnn_preprocess.py:50] Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-05T23:24:08.6024117Z [INFO 2025-06-05 23:24:08,551 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-06-05T23:24:08.6025590Z [INFO 2025-06-05 23:24:08,552 qnn_preprocess.py:50] Visiting: aten_index_put_default_20, aten.index_put.default 2025-06-05T23:24:08.6027060Z [INFO 2025-06-05 23:24:08,554 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-06-05T23:24:08.6028566Z [INFO 2025-06-05 23:24:08,555 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-06-05T23:24:08.6030089Z [INFO 2025-06-05 23:24:08,556 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-06-05T23:24:08.6031646Z [INFO 2025-06-05 23:24:08,557 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_420, aten.permute_copy.default 2025-06-05T23:24:08.6033147Z [INFO 2025-06-05 23:24:08,557 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_421, aten.permute_copy.default 2025-06-05T23:24:08.6034674Z [INFO 2025-06-05 23:24:08,558 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_422, aten.permute_copy.default 2025-06-05T23:24:08.6036192Z [INFO 2025-06-05 23:24:08,559 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_423, aten.permute_copy.default 2025-06-05T23:24:08.6037780Z [INFO 2025-06-05 23:24:08,559 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_424, aten.permute_copy.default 2025-06-05T23:24:08.6039297Z [INFO 2025-06-05 23:24:08,560 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_425, aten.permute_copy.default 2025-06-05T23:24:08.6040793Z [INFO 2025-06-05 23:24:08,560 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_426, aten.permute_copy.default 2025-06-05T23:24:08.6042303Z [INFO 2025-06-05 23:24:08,561 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_427, aten.permute_copy.default 2025-06-05T23:24:08.6043803Z [INFO 2025-06-05 23:24:08,562 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_428, aten.permute_copy.default 2025-06-05T23:24:08.6045539Z [INFO 2025-06-05 23:24:08,562 qnn_preprocess.py:50] Visiting: aten_select_copy_int_480, aten.select_copy.int 2025-06-05T23:24:08.6047269Z [INFO 2025-06-05 23:24:08,563 qnn_preprocess.py:50] Visiting: aten_select_copy_int_482, aten.select_copy.int 2025-06-05T23:24:08.6048853Z [INFO 2025-06-05 23:24:08,563 qnn_preprocess.py:50] Visiting: aten_select_copy_int_484, aten.select_copy.int 2025-06-05T23:24:08.6050473Z [INFO 2025-06-05 23:24:08,563 qnn_preprocess.py:50] Visiting: aten_select_copy_int_486, aten.select_copy.int 2025-06-05T23:24:08.6052034Z [INFO 2025-06-05 23:24:08,564 qnn_preprocess.py:50] Visiting: aten_select_copy_int_488, aten.select_copy.int 2025-06-05T23:24:08.6053516Z [INFO 2025-06-05 23:24:08,564 qnn_preprocess.py:50] Visiting: aten_select_copy_int_490, aten.select_copy.int 2025-06-05T23:24:08.6054965Z [INFO 2025-06-05 23:24:08,565 qnn_preprocess.py:50] Visiting: aten_select_copy_int_492, aten.select_copy.int 2025-06-05T23:24:08.6056551Z [INFO 2025-06-05 23:24:08,565 qnn_preprocess.py:50] Visiting: aten_select_copy_int_494, aten.select_copy.int 2025-06-05T23:24:08.6058034Z [INFO 2025-06-05 23:24:08,565 qnn_preprocess.py:50] Visiting: aten_select_copy_int_496, aten.select_copy.int 2025-06-05T23:24:08.6059482Z [INFO 2025-06-05 23:24:08,566 qnn_preprocess.py:50] Visiting: aten_select_copy_int_498, aten.select_copy.int 2025-06-05T23:24:08.6060805Z [INFO 2025-06-05 23:24:08,566 qnn_preprocess.py:50] Visiting: aten_select_copy_int_500, aten.select_copy.int 2025-06-05T23:24:08.6062098Z [INFO 2025-06-05 23:24:08,566 qnn_preprocess.py:50] Visiting: aten_select_copy_int_502, aten.select_copy.int 2025-06-05T23:24:08.6063405Z [INFO 2025-06-05 23:24:08,567 qnn_preprocess.py:50] Visiting: aten_select_copy_int_481, aten.select_copy.int 2025-06-05T23:24:08.6064708Z [INFO 2025-06-05 23:24:08,567 qnn_preprocess.py:50] Visiting: aten_select_copy_int_483, aten.select_copy.int 2025-06-05T23:24:08.6066009Z [INFO 2025-06-05 23:24:08,568 qnn_preprocess.py:50] Visiting: aten_select_copy_int_485, aten.select_copy.int 2025-06-05T23:24:08.6067377Z [INFO 2025-06-05 23:24:08,568 qnn_preprocess.py:50] Visiting: aten_select_copy_int_487, aten.select_copy.int 2025-06-05T23:24:08.6068677Z [INFO 2025-06-05 23:24:08,568 qnn_preprocess.py:50] Visiting: aten_select_copy_int_489, aten.select_copy.int 2025-06-05T23:24:08.6069991Z [INFO 2025-06-05 23:24:08,569 qnn_preprocess.py:50] Visiting: aten_select_copy_int_491, aten.select_copy.int 2025-06-05T23:24:08.6071535Z [INFO 2025-06-05 23:24:08,569 qnn_preprocess.py:50] Visiting: aten_select_copy_int_493, aten.select_copy.int 2025-06-05T23:24:08.6072828Z [INFO 2025-06-05 23:24:08,569 qnn_preprocess.py:50] Visiting: aten_select_copy_int_495, aten.select_copy.int 2025-06-05T23:24:08.6074135Z [INFO 2025-06-05 23:24:08,570 qnn_preprocess.py:50] Visiting: aten_select_copy_int_497, aten.select_copy.int 2025-06-05T23:24:08.6075429Z [INFO 2025-06-05 23:24:08,570 qnn_preprocess.py:50] Visiting: aten_select_copy_int_499, aten.select_copy.int 2025-06-05T23:24:08.6076734Z [INFO 2025-06-05 23:24:08,571 qnn_preprocess.py:50] Visiting: aten_select_copy_int_501, aten.select_copy.int 2025-06-05T23:24:08.6078036Z [INFO 2025-06-05 23:24:08,571 qnn_preprocess.py:50] Visiting: aten_select_copy_int_503, aten.select_copy.int 2025-06-05T23:24:08.6079265Z [INFO 2025-06-05 23:24:08,571 qnn_preprocess.py:50] Visiting: aten_cat_default_42, aten.cat.default 2025-06-05T23:24:08.6080658Z [INFO 2025-06-05 23:24:08,573 qnn_preprocess.py:50] Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-05T23:24:08.6082050Z [INFO 2025-06-05 23:24:08,573 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_441, aten.permute_copy.default 2025-06-05T23:24:08.6083410Z [INFO 2025-06-05 23:24:08,574 qnn_preprocess.py:50] Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-05T23:24:08.6084648Z [INFO 2025-06-05 23:24:08,574 qnn_preprocess.py:50] Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-05T23:24:08.6085828Z [INFO 2025-06-05 23:24:08,575 qnn_preprocess.py:50] Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-05T23:24:08.6087087Z [INFO 2025-06-05 23:24:08,575 qnn_preprocess.py:50] Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-05T23:24:08.6088434Z [INFO 2025-06-05 23:24:08,576 qnn_preprocess.py:50] Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-05T23:24:08.6089896Z [INFO 2025-06-05 23:24:08,576 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_442, aten.permute_copy.default 2025-06-05T23:24:08.6091302Z [INFO 2025-06-05 23:24:08,577 qnn_preprocess.py:50] Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-05T23:24:08.6092735Z [INFO 2025-06-05 23:24:08,577 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_117, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6094229Z [INFO 2025-06-05 23:24:08,578 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_810, aten.permute_copy.default 2025-06-05T23:24:08.6095654Z [INFO 2025-06-05 23:24:08,578 qnn_preprocess.py:50] Visiting: aten_convolution_default_73, aten.convolution.default 2025-06-05T23:24:08.6097188Z [INFO 2025-06-05 23:24:08,581 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_811, aten.permute_copy.default 2025-06-05T23:24:08.6098592Z [INFO 2025-06-05 23:24:08,581 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_117, aten.squeeze_copy.dims 2025-06-05T23:24:08.6099861Z [INFO 2025-06-05 23:24:08,582 qnn_preprocess.py:50] Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-05T23:24:08.6101114Z [INFO 2025-06-05 23:24:08,582 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-06-05T23:24:08.6102523Z [INFO 2025-06-05 23:24:08,583 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_118, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6104019Z [INFO 2025-06-05 23:24:08,584 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_812, aten.permute_copy.default 2025-06-05T23:24:08.6105502Z [INFO 2025-06-05 23:24:08,584 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_119, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6107026Z [INFO 2025-06-05 23:24:08,585 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_813, aten.permute_copy.default 2025-06-05T23:24:08.6108478Z [INFO 2025-06-05 23:24:08,585 qnn_preprocess.py:50] Visiting: aten_convolution_default_74, aten.convolution.default 2025-06-05T23:24:08.6109921Z [INFO 2025-06-05 23:24:08,593 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_814, aten.permute_copy.default 2025-06-05T23:24:08.6111377Z [INFO 2025-06-05 23:24:08,594 qnn_preprocess.py:50] Visiting: aten_convolution_default_75, aten.convolution.default 2025-06-05T23:24:08.6112818Z [INFO 2025-06-05 23:24:08,599 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_815, aten.permute_copy.default 2025-06-05T23:24:08.6114204Z [INFO 2025-06-05 23:24:08,600 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_118, aten.squeeze_copy.dims 2025-06-05T23:24:08.6497871Z [INFO 2025-06-05 23:24:08,600 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_119, aten.squeeze_copy.dims 2025-06-05T23:24:08.6499300Z [INFO 2025-06-05 23:24:08,601 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-06-05T23:24:08.6500551Z [INFO 2025-06-05 23:24:08,601 qnn_preprocess.py:50] Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-05T23:24:08.6501739Z [INFO 2025-06-05 23:24:08,602 qnn_preprocess.py:50] Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-05T23:24:08.6503411Z [INFO 2025-06-05 23:24:08,602 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_120, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6504912Z [INFO 2025-06-05 23:24:08,603 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_816, aten.permute_copy.default 2025-06-05T23:24:08.6506372Z [INFO 2025-06-05 23:24:08,603 qnn_preprocess.py:50] Visiting: aten_convolution_default_76, aten.convolution.default 2025-06-05T23:24:08.6507812Z [INFO 2025-06-05 23:24:08,611 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_817, aten.permute_copy.default 2025-06-05T23:24:08.6509229Z [INFO 2025-06-05 23:24:08,611 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_120, aten.squeeze_copy.dims 2025-06-05T23:24:08.6510620Z [INFO 2025-06-05 23:24:08,612 qnn_preprocess.py:50] Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-05T23:24:08.6511862Z [INFO 2025-06-05 23:24:08,612 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-06-05T23:24:08.6513296Z [INFO 2025-06-05 23:24:08,613 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_121, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6514773Z [INFO 2025-06-05 23:24:08,614 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_818, aten.permute_copy.default 2025-06-05T23:24:08.6516258Z [INFO 2025-06-05 23:24:08,614 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_122, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6517751Z [INFO 2025-06-05 23:24:08,615 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_819, aten.permute_copy.default 2025-06-05T23:24:08.6519283Z [INFO 2025-06-05 23:24:08,615 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_123, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6520778Z [INFO 2025-06-05 23:24:08,616 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_820, aten.permute_copy.default 2025-06-05T23:24:08.6522205Z [INFO 2025-06-05 23:24:08,616 qnn_preprocess.py:50] Visiting: aten_convolution_default_77, aten.convolution.default 2025-06-05T23:24:08.6523648Z [INFO 2025-06-05 23:24:08,619 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_821, aten.permute_copy.default 2025-06-05T23:24:08.6525095Z [INFO 2025-06-05 23:24:08,619 qnn_preprocess.py:50] Visiting: aten_convolution_default_78, aten.convolution.default 2025-06-05T23:24:08.6526528Z [INFO 2025-06-05 23:24:08,621 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_822, aten.permute_copy.default 2025-06-05T23:24:08.6527965Z [INFO 2025-06-05 23:24:08,622 qnn_preprocess.py:50] Visiting: aten_convolution_default_79, aten.convolution.default 2025-06-05T23:24:08.6529455Z [INFO 2025-06-05 23:24:08,625 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_823, aten.permute_copy.default 2025-06-05T23:24:08.6530867Z [INFO 2025-06-05 23:24:08,626 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_121, aten.squeeze_copy.dims 2025-06-05T23:24:08.6532236Z [INFO 2025-06-05 23:24:08,626 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_122, aten.squeeze_copy.dims 2025-06-05T23:24:08.6533589Z [INFO 2025-06-05 23:24:08,627 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_123, aten.squeeze_copy.dims 2025-06-05T23:24:08.6534950Z [INFO 2025-06-05 23:24:08,627 qnn_preprocess.py:50] Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-05T23:24:08.6536291Z [INFO 2025-06-05 23:24:08,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-05T23:24:08.6537650Z [INFO 2025-06-05 23:24:08,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-05T23:24:08.6539008Z [INFO 2025-06-05 23:24:08,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-05T23:24:08.6540361Z [INFO 2025-06-05 23:24:08,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-05T23:24:08.6541721Z [INFO 2025-06-05 23:24:08,629 qnn_preprocess.py:50] Visiting: aten_index_put_default_23, aten.index_put.default 2025-06-05T23:24:08.6543088Z [INFO 2025-06-05 23:24:08,630 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-06-05T23:24:08.6544436Z [INFO 2025-06-05 23:24:08,630 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-06-05T23:24:08.6545789Z [INFO 2025-06-05 23:24:08,631 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-06-05T23:24:08.6547151Z [INFO 2025-06-05 23:24:08,631 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-06-05T23:24:08.6548549Z [INFO 2025-06-05 23:24:08,631 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-06-05T23:24:08.6550038Z [INFO 2025-06-05 23:24:08,632 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-06-05T23:24:08.6551534Z [INFO 2025-06-05 23:24:08,633 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-06-05T23:24:08.6552995Z [INFO 2025-06-05 23:24:08,633 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_473, aten.permute_copy.default 2025-06-05T23:24:08.6554448Z [INFO 2025-06-05 23:24:08,634 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_474, aten.permute_copy.default 2025-06-05T23:24:08.6555885Z [INFO 2025-06-05 23:24:08,634 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_475, aten.permute_copy.default 2025-06-05T23:24:08.6557330Z [INFO 2025-06-05 23:24:08,635 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_476, aten.permute_copy.default 2025-06-05T23:24:08.6558768Z [INFO 2025-06-05 23:24:08,636 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_477, aten.permute_copy.default 2025-06-05T23:24:08.6560270Z [INFO 2025-06-05 23:24:08,636 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_478, aten.permute_copy.default 2025-06-05T23:24:08.6561721Z [INFO 2025-06-05 23:24:08,637 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_479, aten.permute_copy.default 2025-06-05T23:24:08.6563153Z [INFO 2025-06-05 23:24:08,638 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_480, aten.permute_copy.default 2025-06-05T23:24:08.6564602Z [INFO 2025-06-05 23:24:08,638 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_481, aten.permute_copy.default 2025-06-05T23:24:08.6565996Z [INFO 2025-06-05 23:24:08,639 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_124, aten.squeeze_copy.dims 2025-06-05T23:24:08.6567357Z [INFO 2025-06-05 23:24:08,639 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_125, aten.squeeze_copy.dims 2025-06-05T23:24:08.6568721Z [INFO 2025-06-05 23:24:08,640 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_126, aten.squeeze_copy.dims 2025-06-05T23:24:08.6570116Z [INFO 2025-06-05 23:24:08,640 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_127, aten.squeeze_copy.dims 2025-06-05T23:24:08.6571622Z [INFO 2025-06-05 23:24:08,640 qnn_preprocess.py:50] Visiting: aten_select_copy_int_552, aten.select_copy.int 2025-06-05T23:24:08.6572929Z [INFO 2025-06-05 23:24:08,641 qnn_preprocess.py:50] Visiting: aten_select_copy_int_554, aten.select_copy.int 2025-06-05T23:24:08.6574237Z [INFO 2025-06-05 23:24:08,641 qnn_preprocess.py:50] Visiting: aten_select_copy_int_556, aten.select_copy.int 2025-06-05T23:24:08.6575556Z [INFO 2025-06-05 23:24:08,642 qnn_preprocess.py:50] Visiting: aten_select_copy_int_558, aten.select_copy.int 2025-06-05T23:24:08.6576847Z [INFO 2025-06-05 23:24:08,642 qnn_preprocess.py:50] Visiting: aten_select_copy_int_560, aten.select_copy.int 2025-06-05T23:24:08.6578157Z [INFO 2025-06-05 23:24:08,642 qnn_preprocess.py:50] Visiting: aten_select_copy_int_562, aten.select_copy.int 2025-06-05T23:24:08.6579459Z [INFO 2025-06-05 23:24:08,643 qnn_preprocess.py:50] Visiting: aten_select_copy_int_564, aten.select_copy.int 2025-06-05T23:24:08.6580774Z [INFO 2025-06-05 23:24:08,643 qnn_preprocess.py:50] Visiting: aten_select_copy_int_566, aten.select_copy.int 2025-06-05T23:24:08.6582156Z [INFO 2025-06-05 23:24:08,644 qnn_preprocess.py:50] Visiting: aten_select_copy_int_568, aten.select_copy.int 2025-06-05T23:24:08.6583457Z [INFO 2025-06-05 23:24:08,644 qnn_preprocess.py:50] Visiting: aten_select_copy_int_570, aten.select_copy.int 2025-06-05T23:24:08.6584768Z [INFO 2025-06-05 23:24:08,644 qnn_preprocess.py:50] Visiting: aten_select_copy_int_572, aten.select_copy.int 2025-06-05T23:24:08.6586058Z [INFO 2025-06-05 23:24:08,645 qnn_preprocess.py:50] Visiting: aten_select_copy_int_574, aten.select_copy.int 2025-06-05T23:24:08.6587316Z [INFO 2025-06-05 23:24:08,645 qnn_preprocess.py:50] Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-05T23:24:08.6588502Z [INFO 2025-06-05 23:24:08,646 qnn_preprocess.py:50] Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-05T23:24:08.6589734Z [INFO 2025-06-05 23:24:08,646 qnn_preprocess.py:50] Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-05T23:24:08.6590982Z [INFO 2025-06-05 23:24:08,647 qnn_preprocess.py:50] Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-05T23:24:08.6592151Z [INFO 2025-06-05 23:24:08,647 qnn_preprocess.py:50] Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-05T23:24:08.6593332Z [INFO 2025-06-05 23:24:08,648 qnn_preprocess.py:50] Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-05T23:24:08.6594518Z [INFO 2025-06-05 23:24:08,648 qnn_preprocess.py:50] Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-05T23:24:08.6595688Z [INFO 2025-06-05 23:24:08,649 qnn_preprocess.py:50] Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-05T23:24:08.6853868Z [INFO 2025-06-05 23:24:08,649 qnn_preprocess.py:50] Visiting: aten_select_copy_int_553, aten.select_copy.int 2025-06-05T23:24:08.6855258Z [INFO 2025-06-05 23:24:08,649 qnn_preprocess.py:50] Visiting: aten_select_copy_int_555, aten.select_copy.int 2025-06-05T23:24:08.6856830Z [INFO 2025-06-05 23:24:08,650 qnn_preprocess.py:50] Visiting: aten_select_copy_int_557, aten.select_copy.int 2025-06-05T23:24:08.6858141Z [INFO 2025-06-05 23:24:08,650 qnn_preprocess.py:50] Visiting: aten_select_copy_int_559, aten.select_copy.int 2025-06-05T23:24:08.6859456Z [INFO 2025-06-05 23:24:08,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_561, aten.select_copy.int 2025-06-05T23:24:08.6860752Z [INFO 2025-06-05 23:24:08,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_563, aten.select_copy.int 2025-06-05T23:24:08.6862061Z [INFO 2025-06-05 23:24:08,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_565, aten.select_copy.int 2025-06-05T23:24:08.6863358Z [INFO 2025-06-05 23:24:08,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_567, aten.select_copy.int 2025-06-05T23:24:08.6864664Z [INFO 2025-06-05 23:24:08,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_569, aten.select_copy.int 2025-06-05T23:24:08.6866036Z [INFO 2025-06-05 23:24:08,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_571, aten.select_copy.int 2025-06-05T23:24:08.6867336Z [INFO 2025-06-05 23:24:08,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_573, aten.select_copy.int 2025-06-05T23:24:08.6868591Z [INFO 2025-06-05 23:24:08,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_575, aten.select_copy.int 2025-06-05T23:24:08.6869835Z [INFO 2025-06-05 23:24:08,654 qnn_preprocess.py:50] Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-06-05T23:24:08.6871313Z [INFO 2025-06-05 23:24:08,654 qnn_preprocess.py:50] Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-05T23:24:08.6872517Z [INFO 2025-06-05 23:24:08,655 qnn_preprocess.py:50] Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-06-05T23:24:08.6873668Z [INFO 2025-06-05 23:24:08,655 qnn_preprocess.py:50] Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-05T23:24:08.6874835Z [INFO 2025-06-05 23:24:08,656 qnn_preprocess.py:50] Visiting: aten_cat_default_47, aten.cat.default 2025-06-05T23:24:08.6876209Z [INFO 2025-06-05 23:24:08,657 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_124, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6877746Z [INFO 2025-06-05 23:24:08,657 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_125, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6879403Z [INFO 2025-06-05 23:24:08,658 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_126, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6880922Z [INFO 2025-06-05 23:24:08,658 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_127, aten.unsqueeze_copy.default 2025-06-05T23:24:08.6882369Z [INFO 2025-06-05 23:24:08,659 qnn_preprocess.py:50] Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-05T23:24:08.6883640Z [INFO 2025-06-05 23:24:08,659 qnn_preprocess.py:50] Visiting: aten_cat_default_44, aten.cat.default 2025-06-05T23:24:08.6884838Z [INFO 2025-06-05 23:24:08,659 qnn_preprocess.py:50] Visiting: aten_cat_default_45, aten.cat.default 2025-06-05T23:24:08.6886124Z [INFO 2025-06-05 23:24:08,660 qnn_preprocess.py:50] Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-05T23:24:08.6887590Z [INFO 2025-06-05 23:24:08,660 qnn_preprocess.py:50] Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-05T23:24:08.6889001Z [INFO 2025-06-05 23:24:08,660 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_457, aten.permute_copy.default 2025-06-05T23:24:08.6890393Z [INFO 2025-06-05 23:24:08,661 qnn_preprocess.py:50] Visiting: aten_index_put_default_22, aten.index_put.default 2025-06-05T23:24:08.6891795Z [INFO 2025-06-05 23:24:08,662 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_458, aten.permute_copy.default 2025-06-05T23:24:08.6893250Z [INFO 2025-06-05 23:24:08,663 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_459, aten.permute_copy.default 2025-06-05T23:24:08.6894691Z [INFO 2025-06-05 23:24:08,663 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_460, aten.permute_copy.default 2025-06-05T23:24:08.6896205Z [INFO 2025-06-05 23:24:08,664 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-06-05T23:24:08.6897645Z [INFO 2025-06-05 23:24:08,664 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-06-05T23:24:08.6899097Z [INFO 2025-06-05 23:24:08,665 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-06-05T23:24:08.6900546Z [INFO 2025-06-05 23:24:08,666 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-06-05T23:24:08.6901978Z [INFO 2025-06-05 23:24:08,666 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-06-05T23:24:08.6903423Z [INFO 2025-06-05 23:24:08,667 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-06-05T23:24:08.6904850Z [INFO 2025-06-05 23:24:08,667 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-06-05T23:24:08.6906368Z [INFO 2025-06-05 23:24:08,668 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-06-05T23:24:08.6907934Z [INFO 2025-06-05 23:24:08,669 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-06-05T23:24:08.6909302Z [INFO 2025-06-05 23:24:08,669 qnn_preprocess.py:50] Visiting: aten_select_copy_int_528, aten.select_copy.int 2025-06-05T23:24:08.6910665Z [INFO 2025-06-05 23:24:08,670 qnn_preprocess.py:50] Visiting: aten_select_copy_int_530, aten.select_copy.int 2025-06-05T23:24:08.6911958Z [INFO 2025-06-05 23:24:08,670 qnn_preprocess.py:50] Visiting: aten_select_copy_int_532, aten.select_copy.int 2025-06-05T23:24:08.6913266Z [INFO 2025-06-05 23:24:08,671 qnn_preprocess.py:50] Visiting: aten_select_copy_int_534, aten.select_copy.int 2025-06-05T23:24:08.6914577Z [INFO 2025-06-05 23:24:08,671 qnn_preprocess.py:50] Visiting: aten_select_copy_int_536, aten.select_copy.int 2025-06-05T23:24:08.6915873Z [INFO 2025-06-05 23:24:08,671 qnn_preprocess.py:50] Visiting: aten_select_copy_int_538, aten.select_copy.int 2025-06-05T23:24:08.6917178Z [INFO 2025-06-05 23:24:08,672 qnn_preprocess.py:50] Visiting: aten_select_copy_int_540, aten.select_copy.int 2025-06-05T23:24:08.6918502Z [INFO 2025-06-05 23:24:08,672 qnn_preprocess.py:50] Visiting: aten_select_copy_int_542, aten.select_copy.int 2025-06-05T23:24:08.6919814Z [INFO 2025-06-05 23:24:08,673 qnn_preprocess.py:50] Visiting: aten_select_copy_int_544, aten.select_copy.int 2025-06-05T23:24:08.6921125Z [INFO 2025-06-05 23:24:08,673 qnn_preprocess.py:50] Visiting: aten_select_copy_int_546, aten.select_copy.int 2025-06-05T23:24:08.6922408Z [INFO 2025-06-05 23:24:08,673 qnn_preprocess.py:50] Visiting: aten_select_copy_int_548, aten.select_copy.int 2025-06-05T23:24:08.6923714Z [INFO 2025-06-05 23:24:08,674 qnn_preprocess.py:50] Visiting: aten_select_copy_int_550, aten.select_copy.int 2025-06-05T23:24:08.6924994Z [INFO 2025-06-05 23:24:08,674 qnn_preprocess.py:50] Visiting: aten_select_copy_int_529, aten.select_copy.int 2025-06-05T23:24:08.6926344Z [INFO 2025-06-05 23:24:08,675 qnn_preprocess.py:50] Visiting: aten_select_copy_int_531, aten.select_copy.int 2025-06-05T23:24:08.6927645Z [INFO 2025-06-05 23:24:08,675 qnn_preprocess.py:50] Visiting: aten_select_copy_int_533, aten.select_copy.int 2025-06-05T23:24:08.6929235Z [INFO 2025-06-05 23:24:08,675 qnn_preprocess.py:50] Visiting: aten_select_copy_int_535, aten.select_copy.int 2025-06-05T23:24:08.6930564Z [INFO 2025-06-05 23:24:08,676 qnn_preprocess.py:50] Visiting: aten_select_copy_int_537, aten.select_copy.int 2025-06-05T23:24:08.6931854Z [INFO 2025-06-05 23:24:08,676 qnn_preprocess.py:50] Visiting: aten_select_copy_int_539, aten.select_copy.int 2025-06-05T23:24:08.6933154Z [INFO 2025-06-05 23:24:08,676 qnn_preprocess.py:50] Visiting: aten_select_copy_int_541, aten.select_copy.int 2025-06-05T23:24:08.6934466Z [INFO 2025-06-05 23:24:08,677 qnn_preprocess.py:50] Visiting: aten_select_copy_int_543, aten.select_copy.int 2025-06-05T23:24:08.6935802Z [INFO 2025-06-05 23:24:08,677 qnn_preprocess.py:50] Visiting: aten_select_copy_int_545, aten.select_copy.int 2025-06-05T23:24:08.6937113Z [INFO 2025-06-05 23:24:08,678 qnn_preprocess.py:50] Visiting: aten_select_copy_int_547, aten.select_copy.int 2025-06-05T23:24:08.6938409Z [INFO 2025-06-05 23:24:08,678 qnn_preprocess.py:50] Visiting: aten_select_copy_int_549, aten.select_copy.int 2025-06-05T23:24:08.6939796Z [INFO 2025-06-05 23:24:08,678 qnn_preprocess.py:50] Visiting: aten_select_copy_int_551, aten.select_copy.int 2025-06-05T23:24:08.6941045Z [INFO 2025-06-05 23:24:08,679 qnn_preprocess.py:50] Visiting: aten_cat_default_46, aten.cat.default 2025-06-05T23:24:08.6942334Z [INFO 2025-06-05 23:24:08,680 qnn_preprocess.py:50] Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-05T23:24:08.6943767Z [INFO 2025-06-05 23:24:08,680 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_482, aten.permute_copy.default 2025-06-05T23:24:08.6945142Z [INFO 2025-06-05 23:24:08,681 qnn_preprocess.py:50] Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-05T23:24:08.6946534Z [INFO 2025-06-05 23:24:08,682 qnn_preprocess.py:50] Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-05T23:24:08.6947768Z [INFO 2025-06-05 23:24:08,682 qnn_preprocess.py:50] Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-05T23:24:08.6949054Z [INFO 2025-06-05 23:24:08,683 qnn_preprocess.py:50] Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-05T23:24:08.6950466Z [INFO 2025-06-05 23:24:08,683 qnn_preprocess.py:50] Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-05T23:24:08.6951862Z [INFO 2025-06-05 23:24:08,684 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_483, aten.permute_copy.default 2025-06-05T23:24:08.6953289Z [INFO 2025-06-05 23:24:08,684 qnn_preprocess.py:50] Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-05T23:24:25.8003489Z [INFO 2025-06-05 23:24:08,685 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_128, aten.unsqueeze_copy.default 2025-06-05T23:24:25.8005144Z [INFO 2025-06-05 23:24:08,685 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_824, aten.permute_copy.default 2025-06-05T23:24:25.8008483Z [INFO 2025-06-05 23:24:08,686 qnn_preprocess.py:50] Visiting: aten_convolution_default_80, aten.convolution.default 2025-06-05T23:24:25.8010115Z [INFO 2025-06-05 23:24:08,688 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_825, aten.permute_copy.default 2025-06-05T23:24:25.8011494Z [INFO 2025-06-05 23:24:08,689 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_128, aten.squeeze_copy.dims 2025-06-05T23:24:25.8012820Z [INFO 2025-06-05 23:24:08,689 qnn_preprocess.py:50] Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-05T23:24:25.8014054Z [INFO 2025-06-05 23:24:08,690 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-06-05T23:24:25.8015397Z [INFO 2025-06-05 23:24:08,691 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_129, aten.unsqueeze_copy.default 2025-06-05T23:24:25.8016841Z [INFO 2025-06-05 23:24:08,691 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_826, aten.permute_copy.default 2025-06-05T23:24:25.8018448Z [INFO 2025-06-05 23:24:08,692 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_130, aten.unsqueeze_copy.default 2025-06-05T23:24:25.8019867Z [INFO 2025-06-05 23:24:08,692 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_827, aten.permute_copy.default 2025-06-05T23:24:25.8021188Z [INFO 2025-06-05 23:24:08,693 qnn_preprocess.py:50] Visiting: aten_convolution_default_81, aten.convolution.default 2025-06-05T23:24:25.8022556Z [INFO 2025-06-05 23:24:08,701 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_828, aten.permute_copy.default 2025-06-05T23:24:25.8023836Z [INFO 2025-06-05 23:24:08,702 qnn_preprocess.py:50] Visiting: aten_convolution_default_82, aten.convolution.default 2025-06-05T23:24:25.8025135Z [INFO 2025-06-05 23:24:08,707 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_829, aten.permute_copy.default 2025-06-05T23:24:25.8026581Z [INFO 2025-06-05 23:24:08,708 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_129, aten.squeeze_copy.dims 2025-06-05T23:24:25.8027922Z [INFO 2025-06-05 23:24:08,709 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_130, aten.squeeze_copy.dims 2025-06-05T23:24:25.8029214Z [INFO 2025-06-05 23:24:08,709 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-06-05T23:24:25.8030760Z [INFO 2025-06-05 23:24:08,709 qnn_preprocess.py:50] Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-05T23:24:25.8031827Z [INFO 2025-06-05 23:24:08,710 qnn_preprocess.py:50] Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-05T23:24:25.8033029Z [INFO 2025-06-05 23:24:08,710 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_131, aten.unsqueeze_copy.default 2025-06-05T23:24:25.8034453Z [INFO 2025-06-05 23:24:08,711 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_830, aten.permute_copy.default 2025-06-05T23:24:25.8035965Z [INFO 2025-06-05 23:24:08,711 qnn_preprocess.py:50] Visiting: aten_convolution_default_83, aten.convolution.default 2025-06-05T23:24:25.8037334Z [INFO 2025-06-05 23:24:08,719 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_831, aten.permute_copy.default 2025-06-05T23:24:25.8038715Z [INFO 2025-06-05 23:24:08,719 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_131, aten.squeeze_copy.dims 2025-06-05T23:24:25.8039912Z [INFO 2025-06-05 23:24:08,720 qnn_preprocess.py:50] Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-05T23:24:25.8041036Z [INFO 2025-06-05 23:24:08,720 qnn_preprocess.py:50] Visiting: aten_select_copy_int_576, aten.select_copy.int 2025-06-05T23:24:25.8042305Z [INFO 2025-06-05 23:24:08,721 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-06-05T23:24:25.8043570Z [INFO 2025-06-05 23:24:08,722 qnn_preprocess.py:50] Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-05T23:24:25.8044943Z [INFO 2025-06-05 23:24:08,722 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_832, aten.permute_copy.default 2025-06-05T23:24:25.8046378Z [INFO 2025-06-05 23:24:08,722 qnn_preprocess.py:50] Visiting: aten_convolution_default_84, aten.convolution.default 2025-06-05T23:24:25.8047640Z [INFO 2025-06-05 23:24:08,852 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_833, aten.permute_copy.default 2025-06-05T23:24:25.8048959Z [INFO 2025-06-05 23:24:08,854 qnn_preprocess.py:50] Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-05T23:24:25.8049962Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:24:25.8050573Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:24:25.8051152Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:24:25.8051675Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:24:25.8052261Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:24:25.8052836Z [INFO 2025-06-05 23:24:25,799 builder.py:485] graph(): 2025-06-05T23:24:25.8053912Z %b_layers_0_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_0_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8055443Z %b_layers_0_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_0_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8056808Z %b_layers_1_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_1_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8057993Z %b_layers_1_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_1_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8059026Z %b_layers_2_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_2_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8060015Z %b_layers_2_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_2_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8060934Z %b_layers_3_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_3_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8061992Z %b_layers_3_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_3_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8062927Z %b_layers_4_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_4_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8063851Z %b_layers_4_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_4_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8064759Z %b_layers_5_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_5_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8065750Z %b_layers_5_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_5_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8066657Z %b_layers_6_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_6_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8067952Z %b_layers_6_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_6_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8069000Z %b_layers_7_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_7_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8069913Z %b_layers_7_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_7_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8071102Z %b_layers_8_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_8_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8072029Z %b_layers_8_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_8_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8073035Z %b_layers_9_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_9_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8073963Z %b_layers_9_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_9_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8074892Z %b_layers_10_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_10_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8075825Z %b_layers_10_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_10_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8076850Z %b_layers_11_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_11_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8077771Z %b_layers_11_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_11_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8078444Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-06-05T23:24:25.8078943Z %attn_options_input_pos : [num_users=1] = placeholder[target=attn_options_input_pos] 2025-06-05T23:24:25.8079520Z %lowered_module_0 : [num_users=1] = get_attr[target=lowered_module_0] 2025-06-05T23:24:25.8079945Z backend_id: QnnBackend 2025-06-05T23:24:25.8080192Z lowered graph(): 2025-06-05T23:24:25.8080656Z %p_tok_embeddings_weight : [num_users=1] = placeholder[target=p_tok_embeddings_weight] 2025-06-05T23:24:25.8081365Z %p_layers_0_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_0_attention_norm_weight] 2025-06-05T23:24:25.8082161Z %p_layers_0_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wq_conv_weight] 2025-06-05T23:24:25.8082970Z %p_layers_0_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wk_conv_weight] 2025-06-05T23:24:25.8083762Z %p_layers_0_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wv_conv_weight] 2025-06-05T23:24:25.8084566Z %p_layers_0_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wo_conv_weight] 2025-06-05T23:24:25.8085288Z %p_layers_0_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_0_ffn_norm_weight] 2025-06-05T23:24:25.8086169Z %p_layers_0_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8087013Z %p_layers_0_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8087849Z %p_layers_0_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8088657Z %p_layers_1_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_1_attention_norm_weight] 2025-06-05T23:24:25.8089436Z %p_layers_1_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wq_conv_weight] 2025-06-05T23:24:25.8090240Z %p_layers_1_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wk_conv_weight] 2025-06-05T23:24:25.8091047Z %p_layers_1_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wv_conv_weight] 2025-06-05T23:24:25.8091895Z %p_layers_1_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wo_conv_weight] 2025-06-05T23:24:25.8092637Z %p_layers_1_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_1_ffn_norm_weight] 2025-06-05T23:24:25.8093384Z %p_layers_1_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8094230Z %p_layers_1_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8095077Z %p_layers_1_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8095874Z %p_layers_2_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_2_attention_norm_weight] 2025-06-05T23:24:25.8096662Z %p_layers_2_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wq_conv_weight] 2025-06-05T23:24:25.8097499Z %p_layers_2_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wk_conv_weight] 2025-06-05T23:24:25.8098481Z %p_layers_2_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wv_conv_weight] 2025-06-05T23:24:25.8099351Z %p_layers_2_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wo_conv_weight] 2025-06-05T23:24:25.8100073Z %p_layers_2_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_2_ffn_norm_weight] 2025-06-05T23:24:25.8100830Z %p_layers_2_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8101664Z %p_layers_2_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8102507Z %p_layers_2_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8103322Z %p_layers_3_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_3_attention_norm_weight] 2025-06-05T23:24:25.8104131Z %p_layers_3_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wq_conv_weight] 2025-06-05T23:24:25.8104942Z %p_layers_3_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wk_conv_weight] 2025-06-05T23:24:25.8105747Z %p_layers_3_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wv_conv_weight] 2025-06-05T23:24:25.8106549Z %p_layers_3_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wo_conv_weight] 2025-06-05T23:24:25.8107283Z %p_layers_3_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_3_ffn_norm_weight] 2025-06-05T23:24:25.8108029Z %p_layers_3_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8108926Z %p_layers_3_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8109762Z %p_layers_3_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8110678Z %p_layers_4_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_4_attention_norm_weight] 2025-06-05T23:24:25.8111459Z %p_layers_4_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wq_conv_weight] 2025-06-05T23:24:25.8112269Z %p_layers_4_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wk_conv_weight] 2025-06-05T23:24:25.8113078Z %p_layers_4_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wv_conv_weight] 2025-06-05T23:24:25.8113873Z %p_layers_4_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wo_conv_weight] 2025-06-05T23:24:25.8114647Z %p_layers_4_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_4_ffn_norm_weight] 2025-06-05T23:24:25.8115395Z %p_layers_4_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8116246Z %p_layers_4_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8117093Z %p_layers_4_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8117890Z %p_layers_5_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_5_attention_norm_weight] 2025-06-05T23:24:25.8118687Z %p_layers_5_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wq_conv_weight] 2025-06-05T23:24:25.8119484Z %p_layers_5_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wk_conv_weight] 2025-06-05T23:24:25.8120304Z %p_layers_5_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wv_conv_weight] 2025-06-05T23:24:25.8121112Z %p_layers_5_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wo_conv_weight] 2025-06-05T23:24:25.8121860Z %p_layers_5_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_5_ffn_norm_weight] 2025-06-05T23:24:25.8122620Z %p_layers_5_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8123452Z %p_layers_5_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8124306Z %p_layers_5_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8125116Z %p_layers_6_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_6_attention_norm_weight] 2025-06-05T23:24:25.8125897Z %p_layers_6_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wq_conv_weight] 2025-06-05T23:24:25.8126729Z %p_layers_6_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wk_conv_weight] 2025-06-05T23:24:25.8127537Z %p_layers_6_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wv_conv_weight] 2025-06-05T23:24:25.8128325Z %p_layers_6_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wo_conv_weight] 2025-06-05T23:24:25.8129058Z %p_layers_6_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_6_ffn_norm_weight] 2025-06-05T23:24:25.8129800Z %p_layers_6_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8130645Z %p_layers_6_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8131516Z %p_layers_6_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8132309Z %p_layers_7_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_7_attention_norm_weight] 2025-06-05T23:24:25.8133096Z %p_layers_7_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wq_conv_weight] 2025-06-05T23:24:25.8133889Z %p_layers_7_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wk_conv_weight] 2025-06-05T23:24:25.8134692Z %p_layers_7_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wv_conv_weight] 2025-06-05T23:24:25.8135496Z %p_layers_7_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wo_conv_weight] 2025-06-05T23:24:25.8136212Z %p_layers_7_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_7_ffn_norm_weight] 2025-06-05T23:24:25.8136994Z %p_layers_7_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8137829Z %p_layers_7_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8138675Z %p_layers_7_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8139487Z %p_layers_8_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_8_attention_norm_weight] 2025-06-05T23:24:25.8140265Z %p_layers_8_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wq_conv_weight] 2025-06-05T23:24:25.8141084Z %p_layers_8_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wk_conv_weight] 2025-06-05T23:24:25.8141882Z %p_layers_8_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wv_conv_weight] 2025-06-05T23:24:25.8142688Z %p_layers_8_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wo_conv_weight] 2025-06-05T23:24:25.8143427Z %p_layers_8_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_8_ffn_norm_weight] 2025-06-05T23:24:25.8144167Z %p_layers_8_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8145035Z %p_layers_8_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8145863Z %p_layers_8_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8146671Z %p_layers_9_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_9_attention_norm_weight] 2025-06-05T23:24:25.8147456Z %p_layers_9_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wq_conv_weight] 2025-06-05T23:24:25.8148255Z %p_layers_9_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wk_conv_weight] 2025-06-05T23:24:25.8149089Z %p_layers_9_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wv_conv_weight] 2025-06-05T23:24:25.8149896Z %p_layers_9_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wo_conv_weight] 2025-06-05T23:24:25.8150697Z %p_layers_9_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_9_ffn_norm_weight] 2025-06-05T23:24:25.8151459Z %p_layers_9_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8152294Z %p_layers_9_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8153148Z %p_layers_9_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8154004Z %p_layers_10_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_10_attention_norm_weight] 2025-06-05T23:24:25.8154796Z %p_layers_10_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wq_conv_weight] 2025-06-05T23:24:25.8155610Z %p_layers_10_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wk_conv_weight] 2025-06-05T23:24:25.8156417Z %p_layers_10_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wv_conv_weight] 2025-06-05T23:24:25.8157229Z %p_layers_10_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wo_conv_weight] 2025-06-05T23:24:25.8157975Z %p_layers_10_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_10_ffn_norm_weight] 2025-06-05T23:24:25.8158734Z %p_layers_10_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8159731Z %p_layers_10_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8160582Z %p_layers_10_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8161403Z %p_layers_11_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_11_attention_norm_weight] 2025-06-05T23:24:25.8162201Z %p_layers_11_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wq_conv_weight] 2025-06-05T23:24:25.8163003Z %p_layers_11_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wk_conv_weight] 2025-06-05T23:24:25.8163815Z %p_layers_11_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wv_conv_weight] 2025-06-05T23:24:25.8164615Z %p_layers_11_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wo_conv_weight] 2025-06-05T23:24:25.8165363Z %p_layers_11_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_11_ffn_norm_weight] 2025-06-05T23:24:25.8166133Z %p_layers_11_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w1_conv_weight] 2025-06-05T23:24:25.8167008Z %p_layers_11_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w3_conv_weight] 2025-06-05T23:24:25.8167863Z %p_layers_11_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w2_conv_weight] 2025-06-05T23:24:25.8168536Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2025-06-05T23:24:25.8169144Z %p_output_conv_weight : [num_users=1] = placeholder[target=p_output_conv_weight] 2025-06-05T23:24:25.8169864Z %b_layers_0_attention_mask : [num_users=1] = placeholder[target=b_layers_0_attention_mask] 2025-06-05T23:24:25.8170544Z %b_layers_1_attention_mask : [num_users=1] = placeholder[target=b_layers_1_attention_mask] 2025-06-05T23:24:25.8171391Z %b_layers_2_attention_mask : [num_users=1] = placeholder[target=b_layers_2_attention_mask] 2025-06-05T23:24:25.8172104Z %b_layers_3_attention_mask : [num_users=1] = placeholder[target=b_layers_3_attention_mask] 2025-06-05T23:24:25.8172759Z %b_layers_4_attention_mask : [num_users=1] = placeholder[target=b_layers_4_attention_mask] 2025-06-05T23:24:25.8173411Z %b_layers_5_attention_mask : [num_users=1] = placeholder[target=b_layers_5_attention_mask] 2025-06-05T23:24:25.8174049Z %b_layers_6_attention_mask : [num_users=1] = placeholder[target=b_layers_6_attention_mask] 2025-06-05T23:24:25.8174701Z %b_layers_7_attention_mask : [num_users=1] = placeholder[target=b_layers_7_attention_mask] 2025-06-05T23:24:25.8175341Z %b_layers_8_attention_mask : [num_users=1] = placeholder[target=b_layers_8_attention_mask] 2025-06-05T23:24:25.8175993Z %b_layers_9_attention_mask : [num_users=1] = placeholder[target=b_layers_9_attention_mask] 2025-06-05T23:24:25.8176698Z %b_layers_10_attention_mask : [num_users=1] = placeholder[target=b_layers_10_attention_mask] 2025-06-05T23:24:25.8177358Z %b_layers_11_attention_mask : [num_users=1] = placeholder[target=b_layers_11_attention_mask] 2025-06-05T23:24:25.8177957Z %b_rope_freqs_cos : [num_users=1] = placeholder[target=b_rope_freqs_cos] 2025-06-05T23:24:25.8178478Z %b_rope_freqs_sin : [num_users=1] = placeholder[target=b_rope_freqs_sin] 2025-06-05T23:24:25.8179082Z %_lifted_tensor_constant38 : [num_users=1] = placeholder[target=_lifted_tensor_constant38] 2025-06-05T23:24:25.8179754Z %_lifted_tensor_constant39 : [num_users=1] = placeholder[target=_lifted_tensor_constant39] 2025-06-05T23:24:25.8180407Z %_lifted_tensor_constant40 : [num_users=1] = placeholder[target=_lifted_tensor_constant40] 2025-06-05T23:24:25.8181071Z %_lifted_tensor_constant41 : [num_users=1] = placeholder[target=_lifted_tensor_constant41] 2025-06-05T23:24:25.8181724Z %_lifted_tensor_constant42 : [num_users=1] = placeholder[target=_lifted_tensor_constant42] 2025-06-05T23:24:25.8182423Z %_lifted_tensor_constant43 : [num_users=1] = placeholder[target=_lifted_tensor_constant43] 2025-06-05T23:24:25.8183074Z %_lifted_tensor_constant44 : [num_users=1] = placeholder[target=_lifted_tensor_constant44] 2025-06-05T23:24:25.8183739Z %_lifted_tensor_constant45 : [num_users=1] = placeholder[target=_lifted_tensor_constant45] 2025-06-05T23:24:25.8184399Z %_lifted_tensor_constant46 : [num_users=1] = placeholder[target=_lifted_tensor_constant46] 2025-06-05T23:24:25.8185049Z %_lifted_tensor_constant47 : [num_users=1] = placeholder[target=_lifted_tensor_constant47] 2025-06-05T23:24:25.8185714Z %_lifted_tensor_constant48 : [num_users=1] = placeholder[target=_lifted_tensor_constant48] 2025-06-05T23:24:25.8186368Z %_lifted_tensor_constant49 : [num_users=1] = placeholder[target=_lifted_tensor_constant49] 2025-06-05T23:24:25.8186915Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-06-05T23:24:25.8187433Z %attn_options_input_pos : [num_users=1] = placeholder[target=attn_options_input_pos] 2025-06-05T23:24:25.8188206Z %b_layers_0_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8189175Z %b_layers_0_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8190088Z %b_layers_1_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8191092Z %b_layers_1_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8192018Z %b_layers_2_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8192937Z %b_layers_2_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8193905Z %b_layers_3_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8194836Z %b_layers_3_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8195755Z %b_layers_4_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8196673Z %b_layers_4_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8197591Z %b_layers_5_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8198512Z %b_layers_5_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8199467Z %b_layers_6_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_6_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8200369Z %b_layers_6_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_6_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8201297Z %b_layers_7_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_7_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8202206Z %b_layers_7_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_7_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8203123Z %b_layers_8_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_8_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8204039Z %b_layers_8_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_8_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8204973Z %b_layers_9_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_9_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8205895Z %b_layers_9_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_9_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8206818Z %b_layers_10_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_10_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8207731Z %b_layers_10_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_10_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8208658Z %b_layers_11_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_11_attention_kv_cache_past_v_caches] 2025-06-05T23:24:25.8209573Z %b_layers_11_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_11_attention_kv_cache_past_k_caches] 2025-06-05T23:24:25.8210685Z %aten__to_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._to_copy.default](args = (%tokens,), kwargs = {dtype: torch.int32}) 2025-06-05T23:24:25.8212030Z %aten__to_copy_default_1 : [num_users=38] = call_function[target=executorch.exir.dialects.edge._ops.aten._to_copy.default](args = (%attn_options_input_pos,), kwargs = {dtype: torch.int32}) 2025-06-05T23:24:25.8213853Z %aten_embedding_default : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.embedding.default](args = (%p_tok_embeddings_weight, %aten__to_copy_default), kwargs = {}) 2025-06-05T23:24:25.8215286Z %aten_index_tensor : [num_users=12] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_rope_freqs_cos, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8216647Z %aten_index_tensor_1 : [num_users=12] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_rope_freqs_sin, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8218064Z %aten_index_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_0_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8219502Z %aten_index_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_1_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8220941Z %aten_index_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_2_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8222367Z %aten_index_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_3_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8223797Z %aten_index_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_4_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8225268Z %aten_index_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_5_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8226690Z %aten_index_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_6_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8228119Z %aten_index_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_7_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8229554Z %aten_index_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_8_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8231122Z %aten_index_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_9_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8232562Z %aten_index_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_10_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8234004Z %aten_index_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_11_attention_mask, [%aten__to_copy_default_1]), kwargs = {}) 2025-06-05T23:24:25.8235569Z %aten_rms_norm_default : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_embedding_default, [768], %p_layers_0_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8237285Z %aten_view_copy_default_5 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8238644Z %aten_view_copy_default_23 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8240026Z %aten_view_copy_default_41 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8241365Z %aten_view_copy_default_59 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8242713Z %aten_view_copy_default_77 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8244098Z %aten_view_copy_default_95 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8245441Z %aten_view_copy_default_113 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8246805Z %aten_view_copy_default_131 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8248167Z %aten_view_copy_default_149 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8249513Z %aten_view_copy_default_167 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8250900Z %aten_view_copy_default_185 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8252260Z %aten_view_copy_default_203 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8253599Z %aten_view_copy_default_6 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8254951Z %aten_view_copy_default_24 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8256325Z %aten_view_copy_default_42 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8257674Z %aten_view_copy_default_60 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8259030Z %aten_view_copy_default_78 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8260395Z %aten_view_copy_default_96 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8261837Z %aten_view_copy_default_114 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8263216Z %aten_view_copy_default_132 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8264574Z %aten_view_copy_default_150 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8265957Z %aten_view_copy_default_168 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8267327Z %aten_view_copy_default_186 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8268692Z %aten_view_copy_default_204 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:24:25.8270198Z %aten_unsqueeze_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default, -1), kwargs = {}) 2025-06-05T23:24:25.8272627Z %aten_unsqueeze_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default, -1), kwargs = {}) 2025-06-05T23:24:25.8275155Z %aten_unsqueeze_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default, -1), kwargs = {}) 2025-06-05T23:24:25.8277035Z %aten_permute_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8278544Z %aten_permute_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8280147Z %aten_permute_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8281863Z %aten_convolution_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default, %p_layers_0_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8283835Z %aten_convolution_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_2, %p_layers_0_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8285848Z %aten_convolution_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_4, %p_layers_0_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8287551Z %aten_permute_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8289020Z %aten_permute_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8290491Z %aten_permute_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8291902Z %aten_squeeze_copy_dims : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_1, [-1]), kwargs = {}) 2025-06-05T23:24:25.8293274Z %aten_squeeze_copy_dims_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_3, [-1]), kwargs = {}) 2025-06-05T23:24:25.8294699Z %aten_squeeze_copy_dims_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_5, [-1]), kwargs = {}) 2025-06-05T23:24:25.8296065Z %aten_view_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8297461Z %aten_view_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_1, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8298901Z %aten_view_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_2, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8300288Z %aten_view_copy_default_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.8301699Z %aten_view_copy_default_4 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_1, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.8303336Z %aten_index_put_default_1 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_0_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_2), kwargs = {}) 2025-06-05T23:24:25.8304963Z %aten_slice_copy_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_3, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8306324Z %aten_slice_copy_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_3, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.8307685Z %aten_slice_copy_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_4, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8309033Z %aten_slice_copy_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_4, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.8310534Z %aten_permute_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8312038Z %aten_permute_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8313487Z %aten_permute_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8314948Z %aten_permute_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8316401Z %aten_permute_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8317846Z %aten_permute_copy_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8319303Z %aten_permute_copy_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8320783Z %aten_permute_copy_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8322227Z %aten_permute_copy_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8323683Z %aten_permute_copy_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8325179Z %aten_permute_copy_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8326619Z %aten_permute_copy_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8328016Z %aten_squeeze_copy_dims_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor, [4]), kwargs = {}) 2025-06-05T23:24:25.8329356Z %aten_squeeze_copy_dims_4 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_1, [4]), kwargs = {}) 2025-06-05T23:24:25.8330689Z %aten_squeeze_copy_dims_5 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_2, [4]), kwargs = {}) 2025-06-05T23:24:25.8332052Z %aten_squeeze_copy_dims_6 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_3, [4]), kwargs = {}) 2025-06-05T23:24:25.8333384Z %aten_select_copy_int_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_19, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8334688Z %aten_select_copy_int_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_20, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8336015Z %aten_select_copy_int_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_21, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8337368Z %aten_select_copy_int_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_22, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8338683Z %aten_select_copy_int_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_23, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8340012Z %aten_select_copy_int_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_24, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8341341Z %aten_select_copy_int_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_25, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8342652Z %aten_select_copy_int_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_26, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8343983Z %aten_select_copy_int_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_27, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8345301Z %aten_select_copy_int_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_28, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8346633Z %aten_select_copy_int_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_29, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8347952Z %aten_select_copy_int_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_30, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8349298Z %aten_mul_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_3, %aten_view_copy_default_5), kwargs = {}) 2025-06-05T23:24:25.8350767Z %aten_mul_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_3, %aten_view_copy_default_6), kwargs = {}) 2025-06-05T23:24:25.8352141Z %aten_mul_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_4, %aten_view_copy_default_6), kwargs = {}) 2025-06-05T23:24:25.8353513Z %aten_mul_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_4, %aten_view_copy_default_5), kwargs = {}) 2025-06-05T23:24:25.8354875Z %aten_mul_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_5, %aten_view_copy_default_5), kwargs = {}) 2025-06-05T23:24:25.8356251Z %aten_mul_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_5, %aten_view_copy_default_6), kwargs = {}) 2025-06-05T23:24:25.8357651Z %aten_mul_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_6, %aten_view_copy_default_6), kwargs = {}) 2025-06-05T23:24:25.8359009Z %aten_mul_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_6, %aten_view_copy_default_5), kwargs = {}) 2025-06-05T23:24:25.8360345Z %aten_select_copy_int_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_24, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8361644Z %aten_select_copy_int_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_26, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8362954Z %aten_select_copy_int_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_28, 0, 2), kwargs = {}) 2025-06-05T23:24:25.8364256Z %aten_select_copy_int_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_30, 0, 3), kwargs = {}) 2025-06-05T23:24:25.8365538Z %aten_select_copy_int_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_32, 0, 4), kwargs = {}) 2025-06-05T23:24:25.8366826Z %aten_select_copy_int_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_34, 0, 5), kwargs = {}) 2025-06-05T23:24:25.8368114Z %aten_select_copy_int_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_36, 0, 6), kwargs = {}) 2025-06-05T23:24:25.8369396Z %aten_select_copy_int_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_38, 0, 7), kwargs = {}) 2025-06-05T23:24:25.8370921Z %aten_select_copy_int_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_40, 0, 8), kwargs = {}) 2025-06-05T23:24:25.8372360Z %aten_select_copy_int_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_42, 0, 9), kwargs = {}) 2025-06-05T23:24:25.8373778Z %aten_select_copy_int_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_44, 0, 10), kwargs = {}) 2025-06-05T23:24:25.8375075Z %aten_select_copy_int_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_46, 0, 11), kwargs = {}) 2025-06-05T23:24:25.8376413Z %aten_sub_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_2, %aten_mul_tensor_3), kwargs = {}) 2025-06-05T23:24:25.8377661Z %aten_add_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_4, %aten_mul_tensor_5), kwargs = {}) 2025-06-05T23:24:25.8378925Z %aten_sub_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_6, %aten_mul_tensor_7), kwargs = {}) 2025-06-05T23:24:25.8380188Z %aten_add_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_8, %aten_mul_tensor_9), kwargs = {}) 2025-06-05T23:24:25.8382352Z %aten_cat_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_25, %aten_select_copy_int_27, %aten_select_copy_int_29, %aten_select_copy_int_31, %aten_select_copy_int_33, %aten_select_copy_int_35, %aten_select_copy_int_37, %aten_select_copy_int_39, %aten_select_copy_int_41, %aten_select_copy_int_43, %aten_select_copy_int_45, %aten_select_copy_int_47],), kwargs = {}) 2025-06-05T23:24:25.8384628Z %aten_unsqueeze_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor, 4), kwargs = {}) 2025-06-05T23:24:25.8386006Z %aten_unsqueeze_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor, 4), kwargs = {}) 2025-06-05T23:24:25.8387377Z %aten_unsqueeze_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_1, 4), kwargs = {}) 2025-06-05T23:24:25.8388815Z %aten_unsqueeze_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_1, 4), kwargs = {}) 2025-06-05T23:24:25.8390193Z %aten_view_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_3, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.8391705Z %aten_cat_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_3, %aten_unsqueeze_copy_default_4], -1), kwargs = {}) 2025-06-05T23:24:25.8393224Z %aten_cat_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_5, %aten_unsqueeze_copy_default_6], -1), kwargs = {}) 2025-06-05T23:24:25.8394659Z %aten_view_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8395999Z %aten_view_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_1, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8397403Z %aten_permute_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8399089Z %aten_index_put_default : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_0_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_8), kwargs = {}) 2025-06-05T23:24:25.8400737Z %aten_permute_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8402169Z %aten_permute_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8403630Z %aten_permute_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8405072Z %aten_permute_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8406496Z %aten_permute_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8407941Z %aten_permute_copy_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8409408Z %aten_permute_copy_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8410830Z %aten_permute_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8412263Z %aten_permute_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8413696Z %aten_permute_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8415145Z %aten_permute_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8416583Z %aten_permute_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8417961Z %aten_select_copy_int : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_7, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8419266Z %aten_select_copy_int_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_8, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8420587Z %aten_select_copy_int_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_9, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8421895Z %aten_select_copy_int_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_10, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8423215Z %aten_select_copy_int_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_11, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8424570Z %aten_select_copy_int_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_12, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8425888Z %aten_select_copy_int_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_13, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8427217Z %aten_select_copy_int_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_14, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8428570Z %aten_select_copy_int_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_15, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8429882Z %aten_select_copy_int_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_16, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8431284Z %aten_select_copy_int_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_17, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8432611Z %aten_select_copy_int_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_18, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8433898Z %aten_select_copy_int_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8435208Z %aten_select_copy_int_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_2, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8436487Z %aten_select_copy_int_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_4, 0, 2), kwargs = {}) 2025-06-05T23:24:25.8437755Z %aten_select_copy_int_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_6, 0, 3), kwargs = {}) 2025-06-05T23:24:25.8439035Z %aten_select_copy_int_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_8, 0, 4), kwargs = {}) 2025-06-05T23:24:25.8440340Z %aten_select_copy_int_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_10, 0, 5), kwargs = {}) 2025-06-05T23:24:25.8441623Z %aten_select_copy_int_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_12, 0, 6), kwargs = {}) 2025-06-05T23:24:25.8442918Z %aten_select_copy_int_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_14, 0, 7), kwargs = {}) 2025-06-05T23:24:25.8444211Z %aten_select_copy_int_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_16, 0, 8), kwargs = {}) 2025-06-05T23:24:25.8445496Z %aten_select_copy_int_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_18, 0, 9), kwargs = {}) 2025-06-05T23:24:25.8446795Z %aten_select_copy_int_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_20, 0, 10), kwargs = {}) 2025-06-05T23:24:25.8448097Z %aten_select_copy_int_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_22, 0, 11), kwargs = {}) 2025-06-05T23:24:25.8450298Z %aten_cat_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_1, %aten_select_copy_int_3, %aten_select_copy_int_5, %aten_select_copy_int_7, %aten_select_copy_int_9, %aten_select_copy_int_11, %aten_select_copy_int_13, %aten_select_copy_int_15, %aten_select_copy_int_17, %aten_select_copy_int_19, %aten_select_copy_int_21, %aten_select_copy_int_23],), kwargs = {}) 2025-06-05T23:24:25.8452523Z %aten_view_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_2, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.8453964Z %aten_permute_copy_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_9, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.8455440Z %aten_matmul_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_6, %aten_permute_copy_default_31), kwargs = {}) 2025-06-05T23:24:25.8456893Z %aten_mul_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default, %_lifted_tensor_constant38), kwargs = {}) 2025-06-05T23:24:25.8458217Z %aten_add_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_10, %aten_index_tensor_2), kwargs = {}) 2025-06-05T23:24:25.8475109Z %aten__softmax_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_2, -1, False), kwargs = {}) 2025-06-05T23:24:25.8476657Z %aten_matmul_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default, %aten_view_copy_default_10), kwargs = {}) 2025-06-05T23:24:25.8478118Z %aten_permute_copy_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_1, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8479547Z %aten_view_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_32, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.8480962Z %aten_unsqueeze_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_17, -1), kwargs = {}) 2025-06-05T23:24:25.8482483Z %aten_permute_copy_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8484231Z %aten_convolution_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_33, %p_layers_0_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8485970Z %aten_permute_copy_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8487383Z %aten_squeeze_copy_dims_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_34, [-1]), kwargs = {}) 2025-06-05T23:24:25.8488764Z %aten_add_tensor_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_embedding_default, %aten_squeeze_copy_dims_7), kwargs = {}) 2025-06-05T23:24:25.8490255Z %aten_rms_norm_default_1 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_3, [768], %p_layers_0_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8491797Z %aten_unsqueeze_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_1, -1), kwargs = {}) 2025-06-05T23:24:25.8493242Z %aten_unsqueeze_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_1, -1), kwargs = {}) 2025-06-05T23:24:25.8494708Z %aten_permute_copy_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8496236Z %aten_permute_copy_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8497984Z %aten_convolution_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_35, %p_layers_0_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8499960Z %aten_convolution_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_37, %p_layers_0_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8501679Z %aten_permute_copy_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8503201Z %aten_permute_copy_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8504628Z %aten_squeeze_copy_dims_8 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_36, [-1]), kwargs = {}) 2025-06-05T23:24:25.8505984Z %aten_squeeze_copy_dims_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_38, [-1]), kwargs = {}) 2025-06-05T23:24:25.8507325Z %aten_sigmoid_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_8,), kwargs = {}) 2025-06-05T23:24:25.8508681Z %aten_mul_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_8, %aten_sigmoid_default), kwargs = {}) 2025-06-05T23:24:25.8510014Z %aten_mul_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_13, %aten_squeeze_copy_dims_9), kwargs = {}) 2025-06-05T23:24:25.8511464Z %aten_unsqueeze_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_14, -1), kwargs = {}) 2025-06-05T23:24:25.8512921Z %aten_permute_copy_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8514661Z %aten_convolution_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_39, %p_layers_0_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8516403Z %aten_permute_copy_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8517863Z %aten_squeeze_copy_dims_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_40, [-1]), kwargs = {}) 2025-06-05T23:24:25.8519196Z %aten_add_tensor_4 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_3, %aten_squeeze_copy_dims_10), kwargs = {}) 2025-06-05T23:24:25.8520681Z %aten_rms_norm_default_2 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_4, [768], %p_layers_1_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8522262Z %aten_unsqueeze_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_2, -1), kwargs = {}) 2025-06-05T23:24:25.8523689Z %aten_unsqueeze_copy_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_2, -1), kwargs = {}) 2025-06-05T23:24:25.8525116Z %aten_unsqueeze_copy_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_2, -1), kwargs = {}) 2025-06-05T23:24:25.8526586Z %aten_permute_copy_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8528088Z %aten_permute_copy_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8529625Z %aten_permute_copy_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8531366Z %aten_convolution_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_41, %p_layers_1_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8533326Z %aten_convolution_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_43, %p_layers_1_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8535318Z %aten_convolution_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_45, %p_layers_1_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8537043Z %aten_permute_copy_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8538524Z %aten_permute_copy_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8539992Z %aten_permute_copy_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8541425Z %aten_squeeze_copy_dims_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_42, [-1]), kwargs = {}) 2025-06-05T23:24:25.8542809Z %aten_squeeze_copy_dims_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_44, [-1]), kwargs = {}) 2025-06-05T23:24:25.8544197Z %aten_squeeze_copy_dims_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_46, [-1]), kwargs = {}) 2025-06-05T23:24:25.8545587Z %aten_view_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_11, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8546994Z %aten_view_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_12, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8548409Z %aten_view_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_13, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8549823Z %aten_view_copy_default_21 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_18, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.8551325Z %aten_view_copy_default_22 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_19, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.8552969Z %aten_index_put_default_3 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_1_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_20), kwargs = {}) 2025-06-05T23:24:25.8554640Z %aten_slice_copy_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_21, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8556007Z %aten_slice_copy_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_21, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.8557363Z %aten_slice_copy_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_22, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8558723Z %aten_slice_copy_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_22, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.8560136Z %aten_permute_copy_default_60 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8561613Z %aten_permute_copy_default_61 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8563073Z %aten_permute_copy_default_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8564525Z %aten_permute_copy_default_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8565967Z %aten_permute_copy_default_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8567423Z %aten_permute_copy_default_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8568882Z %aten_permute_copy_default_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8570350Z %aten_permute_copy_default_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8572033Z %aten_permute_copy_default_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8573493Z %aten_permute_copy_default_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8575098Z %aten_permute_copy_default_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8576761Z %aten_permute_copy_default_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8578177Z %aten_squeeze_copy_dims_14 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_4, [4]), kwargs = {}) 2025-06-05T23:24:25.8579507Z %aten_squeeze_copy_dims_15 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_5, [4]), kwargs = {}) 2025-06-05T23:24:25.8580851Z %aten_squeeze_copy_dims_16 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_6, [4]), kwargs = {}) 2025-06-05T23:24:25.8582248Z %aten_squeeze_copy_dims_17 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_7, [4]), kwargs = {}) 2025-06-05T23:24:25.8583573Z %aten_select_copy_int_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_60, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8584900Z %aten_select_copy_int_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_61, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8586222Z %aten_select_copy_int_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_62, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8587567Z %aten_select_copy_int_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_63, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8588901Z %aten_select_copy_int_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_64, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8590218Z %aten_select_copy_int_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_65, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8591621Z %aten_select_copy_int_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_66, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8592951Z %aten_select_copy_int_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_67, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8594271Z %aten_select_copy_int_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_68, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8595598Z %aten_select_copy_int_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_69, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8596981Z %aten_select_copy_int_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_70, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8598297Z %aten_select_copy_int_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_71, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8599660Z %aten_mul_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_14, %aten_view_copy_default_23), kwargs = {}) 2025-06-05T23:24:25.8601102Z %aten_mul_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_14, %aten_view_copy_default_24), kwargs = {}) 2025-06-05T23:24:25.8602486Z %aten_mul_tensor_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_15, %aten_view_copy_default_24), kwargs = {}) 2025-06-05T23:24:25.8603884Z %aten_mul_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_15, %aten_view_copy_default_23), kwargs = {}) 2025-06-05T23:24:25.8605268Z %aten_mul_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_16, %aten_view_copy_default_23), kwargs = {}) 2025-06-05T23:24:25.8606672Z %aten_mul_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_16, %aten_view_copy_default_24), kwargs = {}) 2025-06-05T23:24:25.8608058Z %aten_mul_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_17, %aten_view_copy_default_24), kwargs = {}) 2025-06-05T23:24:25.8609445Z %aten_mul_tensor_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_17, %aten_view_copy_default_23), kwargs = {}) 2025-06-05T23:24:25.8610777Z %aten_select_copy_int_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_72, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8612074Z %aten_select_copy_int_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_74, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8613400Z %aten_select_copy_int_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_76, 0, 2), kwargs = {}) 2025-06-05T23:24:25.8614683Z %aten_select_copy_int_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_78, 0, 3), kwargs = {}) 2025-06-05T23:24:25.8615984Z %aten_select_copy_int_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_80, 0, 4), kwargs = {}) 2025-06-05T23:24:25.8617283Z %aten_select_copy_int_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_82, 0, 5), kwargs = {}) 2025-06-05T23:24:25.8618561Z %aten_select_copy_int_85 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_84, 0, 6), kwargs = {}) 2025-06-05T23:24:25.8619865Z %aten_select_copy_int_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_86, 0, 7), kwargs = {}) 2025-06-05T23:24:25.8621181Z %aten_select_copy_int_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_88, 0, 8), kwargs = {}) 2025-06-05T23:24:25.8622460Z %aten_select_copy_int_91 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_90, 0, 9), kwargs = {}) 2025-06-05T23:24:25.8623758Z %aten_select_copy_int_93 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_92, 0, 10), kwargs = {}) 2025-06-05T23:24:25.8625063Z %aten_select_copy_int_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_94, 0, 11), kwargs = {}) 2025-06-05T23:24:25.8626373Z %aten_sub_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_17, %aten_mul_tensor_18), kwargs = {}) 2025-06-05T23:24:25.8627657Z %aten_add_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_19, %aten_mul_tensor_20), kwargs = {}) 2025-06-05T23:24:25.8628938Z %aten_sub_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_21, %aten_mul_tensor_22), kwargs = {}) 2025-06-05T23:24:25.8630201Z %aten_add_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_23, %aten_mul_tensor_24), kwargs = {}) 2025-06-05T23:24:25.8632466Z %aten_cat_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_73, %aten_select_copy_int_75, %aten_select_copy_int_77, %aten_select_copy_int_79, %aten_select_copy_int_81, %aten_select_copy_int_83, %aten_select_copy_int_85, %aten_select_copy_int_87, %aten_select_copy_int_89, %aten_select_copy_int_91, %aten_select_copy_int_93, %aten_select_copy_int_95],), kwargs = {}) 2025-06-05T23:24:25.8634747Z %aten_unsqueeze_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_2, 4), kwargs = {}) 2025-06-05T23:24:25.8636125Z %aten_unsqueeze_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_5, 4), kwargs = {}) 2025-06-05T23:24:25.8637509Z %aten_unsqueeze_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_3, 4), kwargs = {}) 2025-06-05T23:24:25.8638924Z %aten_unsqueeze_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_6, 4), kwargs = {}) 2025-06-05T23:24:25.8640292Z %aten_view_copy_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_7, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.8641750Z %aten_cat_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_14, %aten_unsqueeze_copy_default_15], -1), kwargs = {}) 2025-06-05T23:24:25.8643288Z %aten_cat_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_16, %aten_unsqueeze_copy_default_17], -1), kwargs = {}) 2025-06-05T23:24:25.8644731Z %aten_view_copy_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_4, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8646091Z %aten_view_copy_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_5, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8647530Z %aten_permute_copy_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_25, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8649190Z %aten_index_put_default_2 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_1_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_26), kwargs = {}) 2025-06-05T23:24:25.8650864Z %aten_permute_copy_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8652347Z %aten_permute_copy_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8653794Z %aten_permute_copy_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8655248Z %aten_permute_copy_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8656709Z %aten_permute_copy_default_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8658182Z %aten_permute_copy_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8659633Z %aten_permute_copy_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8661088Z %aten_permute_copy_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8662529Z %aten_permute_copy_default_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8663985Z %aten_permute_copy_default_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8665473Z %aten_permute_copy_default_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8666966Z %aten_permute_copy_default_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_2, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8668412Z %aten_select_copy_int_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_48, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8669749Z %aten_select_copy_int_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_49, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8671343Z %aten_select_copy_int_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_50, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8672684Z %aten_select_copy_int_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_51, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8674083Z %aten_select_copy_int_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_52, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8675400Z %aten_select_copy_int_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_53, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8676872Z %aten_select_copy_int_60 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_54, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8678528Z %aten_select_copy_int_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_55, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8679859Z %aten_select_copy_int_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_56, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8681199Z %aten_select_copy_int_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_57, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8682530Z %aten_select_copy_int_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_58, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8683850Z %aten_select_copy_int_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_59, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8685206Z %aten_select_copy_int_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_48, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8686501Z %aten_select_copy_int_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_50, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8687784Z %aten_select_copy_int_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_52, 0, 2), kwargs = {}) 2025-06-05T23:24:25.8689084Z %aten_select_copy_int_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_54, 0, 3), kwargs = {}) 2025-06-05T23:24:25.8690378Z %aten_select_copy_int_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_56, 0, 4), kwargs = {}) 2025-06-05T23:24:25.8691698Z %aten_select_copy_int_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_58, 0, 5), kwargs = {}) 2025-06-05T23:24:25.8693004Z %aten_select_copy_int_61 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_60, 0, 6), kwargs = {}) 2025-06-05T23:24:25.8694293Z %aten_select_copy_int_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_62, 0, 7), kwargs = {}) 2025-06-05T23:24:25.8695574Z %aten_select_copy_int_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_64, 0, 8), kwargs = {}) 2025-06-05T23:24:25.8696869Z %aten_select_copy_int_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_66, 0, 9), kwargs = {}) 2025-06-05T23:24:25.8698172Z %aten_select_copy_int_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_68, 0, 10), kwargs = {}) 2025-06-05T23:24:25.8699497Z %aten_select_copy_int_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_70, 0, 11), kwargs = {}) 2025-06-05T23:24:25.8701701Z %aten_cat_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_49, %aten_select_copy_int_51, %aten_select_copy_int_53, %aten_select_copy_int_55, %aten_select_copy_int_57, %aten_select_copy_int_59, %aten_select_copy_int_61, %aten_select_copy_int_63, %aten_select_copy_int_65, %aten_select_copy_int_67, %aten_select_copy_int_69, %aten_select_copy_int_71],), kwargs = {}) 2025-06-05T23:24:25.8703965Z %aten_view_copy_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_6, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.8705372Z %aten_permute_copy_default_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_27, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.8706873Z %aten_matmul_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_47, %aten_permute_copy_default_72), kwargs = {}) 2025-06-05T23:24:25.8708326Z %aten_mul_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_2, %_lifted_tensor_constant39), kwargs = {}) 2025-06-05T23:24:25.8709644Z %aten_add_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_25, %aten_index_tensor_3), kwargs = {}) 2025-06-05T23:24:25.8711075Z %aten__softmax_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_7, -1, False), kwargs = {}) 2025-06-05T23:24:25.8712481Z %aten_matmul_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_1, %aten_view_copy_default_28), kwargs = {}) 2025-06-05T23:24:25.8713924Z %aten_permute_copy_default_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_3, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8715351Z %aten_view_copy_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_73, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.8716815Z %aten_unsqueeze_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_35, -1), kwargs = {}) 2025-06-05T23:24:25.8718291Z %aten_permute_copy_default_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8720039Z %aten_convolution_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_74, %p_layers_1_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8721774Z %aten_permute_copy_default_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8723197Z %aten_squeeze_copy_dims_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_75, [-1]), kwargs = {}) 2025-06-05T23:24:25.8724562Z %aten_add_tensor_8 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_4, %aten_squeeze_copy_dims_18), kwargs = {}) 2025-06-05T23:24:25.8726043Z %aten_rms_norm_default_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_8, [768], %p_layers_1_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8727544Z %aten_unsqueeze_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_3, -1), kwargs = {}) 2025-06-05T23:24:25.8728979Z %aten_unsqueeze_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_3, -1), kwargs = {}) 2025-06-05T23:24:25.8730475Z %aten_permute_copy_default_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8731968Z %aten_permute_copy_default_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8733720Z %aten_convolution_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_76, %p_layers_1_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8735701Z %aten_convolution_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_78, %p_layers_1_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8737450Z %aten_permute_copy_default_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8738936Z %aten_permute_copy_default_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8740362Z %aten_squeeze_copy_dims_19 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_77, [-1]), kwargs = {}) 2025-06-05T23:24:25.8741725Z %aten_squeeze_copy_dims_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_79, [-1]), kwargs = {}) 2025-06-05T23:24:25.8743095Z %aten_sigmoid_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_19,), kwargs = {}) 2025-06-05T23:24:25.8744440Z %aten_mul_tensor_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_19, %aten_sigmoid_default_1), kwargs = {}) 2025-06-05T23:24:25.8745784Z %aten_mul_tensor_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_28, %aten_squeeze_copy_dims_20), kwargs = {}) 2025-06-05T23:24:25.8747151Z %aten_unsqueeze_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_29, -1), kwargs = {}) 2025-06-05T23:24:25.8748606Z %aten_permute_copy_default_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8750405Z %aten_convolution_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_80, %p_layers_1_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8752176Z %aten_permute_copy_default_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8753603Z %aten_squeeze_copy_dims_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_81, [-1]), kwargs = {}) 2025-06-05T23:24:25.8754935Z %aten_add_tensor_9 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_8, %aten_squeeze_copy_dims_21), kwargs = {}) 2025-06-05T23:24:25.8756453Z %aten_rms_norm_default_4 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_9, [768], %p_layers_2_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8758003Z %aten_unsqueeze_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_4, -1), kwargs = {}) 2025-06-05T23:24:25.8759431Z %aten_unsqueeze_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_4, -1), kwargs = {}) 2025-06-05T23:24:25.8760860Z %aten_unsqueeze_copy_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_4, -1), kwargs = {}) 2025-06-05T23:24:25.8762339Z %aten_permute_copy_default_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8763863Z %aten_permute_copy_default_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8765368Z %aten_permute_copy_default_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_24, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8767105Z %aten_convolution_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_82, %p_layers_2_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8769084Z %aten_convolution_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_84, %p_layers_2_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8771279Z %aten_convolution_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_86, %p_layers_2_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8773022Z %aten_permute_copy_default_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8774503Z %aten_permute_copy_default_85 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8775973Z %aten_permute_copy_default_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8777458Z %aten_squeeze_copy_dims_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_83, [-1]), kwargs = {}) 2025-06-05T23:24:25.8778993Z %aten_squeeze_copy_dims_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_85, [-1]), kwargs = {}) 2025-06-05T23:24:25.8780486Z %aten_squeeze_copy_dims_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_87, [-1]), kwargs = {}) 2025-06-05T23:24:25.8781883Z %aten_view_copy_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_22, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8783349Z %aten_view_copy_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_23, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8784745Z %aten_view_copy_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_24, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8786165Z %aten_view_copy_default_39 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_36, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.8787591Z %aten_view_copy_default_40 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_37, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.8789235Z %aten_index_put_default_5 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_2_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_38), kwargs = {}) 2025-06-05T23:24:25.8790972Z %aten_slice_copy_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_39, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8792345Z %aten_slice_copy_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_39, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.8793701Z %aten_slice_copy_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_40, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8795068Z %aten_slice_copy_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_40, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.8796550Z %aten_permute_copy_default_101 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8798011Z %aten_permute_copy_default_102 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8799483Z %aten_permute_copy_default_103 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8800949Z %aten_permute_copy_default_104 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8802409Z %aten_permute_copy_default_105 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8803879Z %aten_permute_copy_default_106 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8805370Z %aten_permute_copy_default_107 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8806820Z %aten_permute_copy_default_108 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8808287Z %aten_permute_copy_default_109 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8809777Z %aten_permute_copy_default_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8811234Z %aten_permute_copy_default_111 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8812700Z %aten_permute_copy_default_112 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8814101Z %aten_squeeze_copy_dims_25 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_8, [4]), kwargs = {}) 2025-06-05T23:24:25.8815433Z %aten_squeeze_copy_dims_26 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_9, [4]), kwargs = {}) 2025-06-05T23:24:25.8816827Z %aten_squeeze_copy_dims_27 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_10, [4]), kwargs = {}) 2025-06-05T23:24:25.8818171Z %aten_squeeze_copy_dims_28 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_11, [4]), kwargs = {}) 2025-06-05T23:24:25.8819504Z %aten_select_copy_int_120 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_101, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8820847Z %aten_select_copy_int_122 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_102, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8822223Z %aten_select_copy_int_124 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_103, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8823554Z %aten_select_copy_int_126 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_104, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8824894Z %aten_select_copy_int_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_105, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8826237Z %aten_select_copy_int_130 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_106, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8827567Z %aten_select_copy_int_132 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_107, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8828915Z %aten_select_copy_int_134 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_108, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8830353Z %aten_select_copy_int_136 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_109, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8831743Z %aten_select_copy_int_138 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_110, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8833084Z %aten_select_copy_int_140 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_111, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8834425Z %aten_select_copy_int_142 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_112, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8835822Z %aten_mul_tensor_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_25, %aten_view_copy_default_41), kwargs = {}) 2025-06-05T23:24:25.8837218Z %aten_mul_tensor_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_25, %aten_view_copy_default_42), kwargs = {}) 2025-06-05T23:24:25.8838592Z %aten_mul_tensor_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_26, %aten_view_copy_default_42), kwargs = {}) 2025-06-05T23:24:25.8839976Z %aten_mul_tensor_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_26, %aten_view_copy_default_41), kwargs = {}) 2025-06-05T23:24:25.8841391Z %aten_mul_tensor_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_27, %aten_view_copy_default_41), kwargs = {}) 2025-06-05T23:24:25.8842763Z %aten_mul_tensor_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_27, %aten_view_copy_default_42), kwargs = {}) 2025-06-05T23:24:25.8844151Z %aten_mul_tensor_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_28, %aten_view_copy_default_42), kwargs = {}) 2025-06-05T23:24:25.8845538Z %aten_mul_tensor_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_28, %aten_view_copy_default_41), kwargs = {}) 2025-06-05T23:24:25.8846874Z %aten_select_copy_int_121 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_120, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8848227Z %aten_select_copy_int_123 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_122, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8849545Z %aten_select_copy_int_125 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_124, 0, 2), kwargs = {}) 2025-06-05T23:24:25.8850845Z %aten_select_copy_int_127 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_126, 0, 3), kwargs = {}) 2025-06-05T23:24:25.8852154Z %aten_select_copy_int_129 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_128, 0, 4), kwargs = {}) 2025-06-05T23:24:25.8853463Z %aten_select_copy_int_131 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_130, 0, 5), kwargs = {}) 2025-06-05T23:24:25.8854765Z %aten_select_copy_int_133 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_132, 0, 6), kwargs = {}) 2025-06-05T23:24:25.8856102Z %aten_select_copy_int_135 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_134, 0, 7), kwargs = {}) 2025-06-05T23:24:25.8857405Z %aten_select_copy_int_137 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_136, 0, 8), kwargs = {}) 2025-06-05T23:24:25.8858703Z %aten_select_copy_int_139 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_138, 0, 9), kwargs = {}) 2025-06-05T23:24:25.8860018Z %aten_select_copy_int_141 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_140, 0, 10), kwargs = {}) 2025-06-05T23:24:25.8861361Z %aten_select_copy_int_143 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_142, 0, 11), kwargs = {}) 2025-06-05T23:24:25.8862650Z %aten_sub_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_32, %aten_mul_tensor_33), kwargs = {}) 2025-06-05T23:24:25.8863936Z %aten_add_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_34, %aten_mul_tensor_35), kwargs = {}) 2025-06-05T23:24:25.8865213Z %aten_sub_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_36, %aten_mul_tensor_37), kwargs = {}) 2025-06-05T23:24:25.8866505Z %aten_add_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_38, %aten_mul_tensor_39), kwargs = {}) 2025-06-05T23:24:25.8868759Z %aten_cat_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_121, %aten_select_copy_int_123, %aten_select_copy_int_125, %aten_select_copy_int_127, %aten_select_copy_int_129, %aten_select_copy_int_131, %aten_select_copy_int_133, %aten_select_copy_int_135, %aten_select_copy_int_137, %aten_select_copy_int_139, %aten_select_copy_int_141, %aten_select_copy_int_143],), kwargs = {}) 2025-06-05T23:24:25.8871425Z %aten_unsqueeze_copy_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_4, 4), kwargs = {}) 2025-06-05T23:24:25.8872811Z %aten_unsqueeze_copy_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_10, 4), kwargs = {}) 2025-06-05T23:24:25.8874289Z %aten_unsqueeze_copy_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_5, 4), kwargs = {}) 2025-06-05T23:24:25.8875685Z %aten_unsqueeze_copy_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_11, 4), kwargs = {}) 2025-06-05T23:24:25.8877050Z %aten_view_copy_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_11, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.8878507Z %aten_cat_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_25, %aten_unsqueeze_copy_default_26], -1), kwargs = {}) 2025-06-05T23:24:25.8880185Z %aten_cat_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_27, %aten_unsqueeze_copy_default_28], -1), kwargs = {}) 2025-06-05T23:24:25.8881869Z %aten_view_copy_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_8, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8883295Z %aten_view_copy_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_9, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.8884706Z %aten_permute_copy_default_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_43, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8886368Z %aten_index_put_default_4 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_2_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_44), kwargs = {}) 2025-06-05T23:24:25.8888082Z %aten_permute_copy_default_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8889541Z %aten_permute_copy_default_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8890990Z %aten_permute_copy_default_91 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8892427Z %aten_permute_copy_default_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8893935Z %aten_permute_copy_default_93 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8895383Z %aten_permute_copy_default_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8896824Z %aten_permute_copy_default_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8898284Z %aten_permute_copy_default_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8899770Z %aten_permute_copy_default_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8901220Z %aten_permute_copy_default_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8902675Z %aten_permute_copy_default_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8904131Z %aten_permute_copy_default_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_4, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8905519Z %aten_select_copy_int_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_89, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8906855Z %aten_select_copy_int_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_90, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8908190Z %aten_select_copy_int_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_91, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8909556Z %aten_select_copy_int_102 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_92, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8910987Z %aten_select_copy_int_104 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_93, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8912312Z %aten_select_copy_int_106 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_94, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8913690Z %aten_select_copy_int_108 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_95, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8915030Z %aten_select_copy_int_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_96, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8916360Z %aten_select_copy_int_112 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_97, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8917699Z %aten_select_copy_int_114 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_98, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8919037Z %aten_select_copy_int_116 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_99, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8920394Z %aten_select_copy_int_118 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_100, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8921719Z %aten_select_copy_int_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_96, 0, 0), kwargs = {}) 2025-06-05T23:24:25.8923012Z %aten_select_copy_int_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_98, 0, 1), kwargs = {}) 2025-06-05T23:24:25.8924627Z %aten_select_copy_int_101 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_100, 0, 2), kwargs = {}) 2025-06-05T23:24:25.8926020Z %aten_select_copy_int_103 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_102, 0, 3), kwargs = {}) 2025-06-05T23:24:25.8927327Z %aten_select_copy_int_105 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_104, 0, 4), kwargs = {}) 2025-06-05T23:24:25.8928619Z %aten_select_copy_int_107 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_106, 0, 5), kwargs = {}) 2025-06-05T23:24:25.8929927Z %aten_select_copy_int_109 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_108, 0, 6), kwargs = {}) 2025-06-05T23:24:25.8931242Z %aten_select_copy_int_111 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_110, 0, 7), kwargs = {}) 2025-06-05T23:24:25.8932556Z %aten_select_copy_int_113 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_112, 0, 8), kwargs = {}) 2025-06-05T23:24:25.8933850Z %aten_select_copy_int_115 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_114, 0, 9), kwargs = {}) 2025-06-05T23:24:25.8935193Z %aten_select_copy_int_117 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_116, 0, 10), kwargs = {}) 2025-06-05T23:24:25.8936496Z %aten_select_copy_int_119 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_118, 0, 11), kwargs = {}) 2025-06-05T23:24:25.8938784Z %aten_cat_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_97, %aten_select_copy_int_99, %aten_select_copy_int_101, %aten_select_copy_int_103, %aten_select_copy_int_105, %aten_select_copy_int_107, %aten_select_copy_int_109, %aten_select_copy_int_111, %aten_select_copy_int_113, %aten_select_copy_int_115, %aten_select_copy_int_117, %aten_select_copy_int_119],), kwargs = {}) 2025-06-05T23:24:25.8941066Z %aten_view_copy_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_10, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.8942488Z %aten_permute_copy_default_113 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_45, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.8943982Z %aten_matmul_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_88, %aten_permute_copy_default_113), kwargs = {}) 2025-06-05T23:24:25.8945468Z %aten_mul_tensor_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_4, %_lifted_tensor_constant40), kwargs = {}) 2025-06-05T23:24:25.8946798Z %aten_add_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_40, %aten_index_tensor_4), kwargs = {}) 2025-06-05T23:24:25.8948100Z %aten__softmax_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_12, -1, False), kwargs = {}) 2025-06-05T23:24:25.8949501Z %aten_matmul_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_2, %aten_view_copy_default_46), kwargs = {}) 2025-06-05T23:24:25.8951035Z %aten_permute_copy_default_114 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_5, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8952510Z %aten_view_copy_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_114, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.8953949Z %aten_unsqueeze_copy_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_53, -1), kwargs = {}) 2025-06-05T23:24:25.8955440Z %aten_permute_copy_default_115 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_29, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8957186Z %aten_convolution_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_115, %p_layers_2_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8958935Z %aten_permute_copy_default_116 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8960371Z %aten_squeeze_copy_dims_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_116, [-1]), kwargs = {}) 2025-06-05T23:24:25.8961758Z %aten_add_tensor_13 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_9, %aten_squeeze_copy_dims_29), kwargs = {}) 2025-06-05T23:24:25.8963205Z %aten_rms_norm_default_5 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_13, [768], %p_layers_2_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8964724Z %aten_unsqueeze_copy_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_5, -1), kwargs = {}) 2025-06-05T23:24:25.8966183Z %aten_unsqueeze_copy_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_5, -1), kwargs = {}) 2025-06-05T23:24:25.8967647Z %aten_permute_copy_default_117 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_30, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8969167Z %aten_permute_copy_default_119 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_31, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8971141Z %aten_convolution_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_117, %p_layers_2_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8973199Z %aten_convolution_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_119, %p_layers_2_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8974947Z %aten_permute_copy_default_118 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8976447Z %aten_permute_copy_default_120 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8977874Z %aten_squeeze_copy_dims_30 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_118, [-1]), kwargs = {}) 2025-06-05T23:24:25.8979299Z %aten_squeeze_copy_dims_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_120, [-1]), kwargs = {}) 2025-06-05T23:24:25.8980731Z %aten_sigmoid_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_30,), kwargs = {}) 2025-06-05T23:24:25.8982138Z %aten_mul_tensor_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_30, %aten_sigmoid_default_2), kwargs = {}) 2025-06-05T23:24:25.8983611Z %aten_mul_tensor_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_43, %aten_squeeze_copy_dims_31), kwargs = {}) 2025-06-05T23:24:25.8984989Z %aten_unsqueeze_copy_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_44, -1), kwargs = {}) 2025-06-05T23:24:25.8986445Z %aten_permute_copy_default_121 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_32, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8988263Z %aten_convolution_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_121, %p_layers_2_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.8990011Z %aten_permute_copy_default_122 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.8991501Z %aten_squeeze_copy_dims_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_122, [-1]), kwargs = {}) 2025-06-05T23:24:25.8992921Z %aten_add_tensor_14 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_13, %aten_squeeze_copy_dims_32), kwargs = {}) 2025-06-05T23:24:25.8994419Z %aten_rms_norm_default_6 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_14, [768], %p_layers_3_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.8995962Z %aten_unsqueeze_copy_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_6, -1), kwargs = {}) 2025-06-05T23:24:25.8997377Z %aten_unsqueeze_copy_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_6, -1), kwargs = {}) 2025-06-05T23:24:25.8998846Z %aten_unsqueeze_copy_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_6, -1), kwargs = {}) 2025-06-05T23:24:25.9000304Z %aten_permute_copy_default_123 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_33, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9001817Z %aten_permute_copy_default_125 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_34, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9003331Z %aten_permute_copy_default_127 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_35, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9005115Z %aten_convolution_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_123, %p_layers_3_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9007081Z %aten_convolution_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_125, %p_layers_3_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9009046Z %aten_convolution_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_127, %p_layers_3_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9010782Z %aten_permute_copy_default_124 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9012273Z %aten_permute_copy_default_126 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9013764Z %aten_permute_copy_default_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9015232Z %aten_squeeze_copy_dims_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_124, [-1]), kwargs = {}) 2025-06-05T23:24:25.9016592Z %aten_squeeze_copy_dims_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_126, [-1]), kwargs = {}) 2025-06-05T23:24:25.9017972Z %aten_squeeze_copy_dims_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_128, [-1]), kwargs = {}) 2025-06-05T23:24:25.9019392Z %aten_view_copy_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_33, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9020787Z %aten_view_copy_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_34, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9022194Z %aten_view_copy_default_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_35, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9023611Z %aten_view_copy_default_57 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_54, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9025063Z %aten_view_copy_default_58 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_55, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9026709Z %aten_index_put_default_7 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_3_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_56), kwargs = {}) 2025-06-05T23:24:25.9028333Z %aten_slice_copy_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_57, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9029684Z %aten_slice_copy_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_57, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9031161Z %aten_slice_copy_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_58, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9032533Z %aten_slice_copy_tensor_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_58, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9033939Z %aten_permute_copy_default_142 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9035416Z %aten_permute_copy_default_143 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9036883Z %aten_permute_copy_default_144 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9038340Z %aten_permute_copy_default_145 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9039841Z %aten_permute_copy_default_146 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9041305Z %aten_permute_copy_default_147 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9042754Z %aten_permute_copy_default_148 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9044219Z %aten_permute_copy_default_149 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9045705Z %aten_permute_copy_default_150 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9047163Z %aten_permute_copy_default_151 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9048620Z %aten_permute_copy_default_152 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9050073Z %aten_permute_copy_default_153 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9051503Z %aten_squeeze_copy_dims_36 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_12, [4]), kwargs = {}) 2025-06-05T23:24:25.9052854Z %aten_squeeze_copy_dims_37 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_13, [4]), kwargs = {}) 2025-06-05T23:24:25.9054195Z %aten_squeeze_copy_dims_38 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_14, [4]), kwargs = {}) 2025-06-05T23:24:25.9055527Z %aten_squeeze_copy_dims_39 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_15, [4]), kwargs = {}) 2025-06-05T23:24:25.9056891Z %aten_select_copy_int_168 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_142, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9058241Z %aten_select_copy_int_170 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_143, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9059576Z %aten_select_copy_int_172 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_144, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9060916Z %aten_select_copy_int_174 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_145, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9062254Z %aten_select_copy_int_176 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_146, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9063590Z %aten_select_copy_int_178 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_147, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9064931Z %aten_select_copy_int_180 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_148, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9066293Z %aten_select_copy_int_182 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_149, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9067623Z %aten_select_copy_int_184 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_150, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9068959Z %aten_select_copy_int_186 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_151, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9070400Z %aten_select_copy_int_188 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_152, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9071932Z %aten_select_copy_int_190 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_153, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9073345Z %aten_mul_tensor_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_36, %aten_view_copy_default_59), kwargs = {}) 2025-06-05T23:24:25.9074776Z %aten_mul_tensor_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_36, %aten_view_copy_default_60), kwargs = {}) 2025-06-05T23:24:25.9076159Z %aten_mul_tensor_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_37, %aten_view_copy_default_60), kwargs = {}) 2025-06-05T23:24:25.9077624Z %aten_mul_tensor_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_37, %aten_view_copy_default_59), kwargs = {}) 2025-06-05T23:24:25.9079016Z %aten_mul_tensor_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_38, %aten_view_copy_default_59), kwargs = {}) 2025-06-05T23:24:25.9080381Z %aten_mul_tensor_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_38, %aten_view_copy_default_60), kwargs = {}) 2025-06-05T23:24:25.9081767Z %aten_mul_tensor_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_39, %aten_view_copy_default_60), kwargs = {}) 2025-06-05T23:24:25.9083335Z %aten_mul_tensor_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_39, %aten_view_copy_default_59), kwargs = {}) 2025-06-05T23:24:25.9084981Z %aten_select_copy_int_169 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_168, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9086313Z %aten_select_copy_int_171 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_170, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9087630Z %aten_select_copy_int_173 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_172, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9088925Z %aten_select_copy_int_175 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_174, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9090246Z %aten_select_copy_int_177 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_176, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9091556Z %aten_select_copy_int_179 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_178, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9092926Z %aten_select_copy_int_181 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_180, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9094231Z %aten_select_copy_int_183 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_182, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9095539Z %aten_select_copy_int_185 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_184, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9096877Z %aten_select_copy_int_187 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_186, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9098191Z %aten_select_copy_int_189 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_188, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9099488Z %aten_select_copy_int_191 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_190, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9100781Z %aten_sub_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_47, %aten_mul_tensor_48), kwargs = {}) 2025-06-05T23:24:25.9102064Z %aten_add_tensor_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_49, %aten_mul_tensor_50), kwargs = {}) 2025-06-05T23:24:25.9103373Z %aten_sub_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_51, %aten_mul_tensor_52), kwargs = {}) 2025-06-05T23:24:25.9104654Z %aten_add_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_53, %aten_mul_tensor_54), kwargs = {}) 2025-06-05T23:24:25.9106896Z %aten_cat_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_169, %aten_select_copy_int_171, %aten_select_copy_int_173, %aten_select_copy_int_175, %aten_select_copy_int_177, %aten_select_copy_int_179, %aten_select_copy_int_181, %aten_select_copy_int_183, %aten_select_copy_int_185, %aten_select_copy_int_187, %aten_select_copy_int_189, %aten_select_copy_int_191],), kwargs = {}) 2025-06-05T23:24:25.9109248Z %aten_unsqueeze_copy_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_6, 4), kwargs = {}) 2025-06-05T23:24:25.9110718Z %aten_unsqueeze_copy_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_15, 4), kwargs = {}) 2025-06-05T23:24:25.9112114Z %aten_unsqueeze_copy_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_7, 4), kwargs = {}) 2025-06-05T23:24:25.9113499Z %aten_unsqueeze_copy_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_16, 4), kwargs = {}) 2025-06-05T23:24:25.9114875Z %aten_view_copy_default_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_15, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9116339Z %aten_cat_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_36, %aten_unsqueeze_copy_default_37], -1), kwargs = {}) 2025-06-05T23:24:25.9117908Z %aten_cat_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_38, %aten_unsqueeze_copy_default_39], -1), kwargs = {}) 2025-06-05T23:24:25.9119348Z %aten_view_copy_default_61 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_12, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9120710Z %aten_view_copy_default_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_13, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9122165Z %aten_permute_copy_default_129 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_61, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9123831Z %aten_index_put_default_6 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_3_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_62), kwargs = {}) 2025-06-05T23:24:25.9125505Z %aten_permute_copy_default_130 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9126970Z %aten_permute_copy_default_131 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9128421Z %aten_permute_copy_default_132 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9129923Z %aten_permute_copy_default_133 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9131389Z %aten_permute_copy_default_134 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9132841Z %aten_permute_copy_default_135 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9134298Z %aten_permute_copy_default_136 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9135797Z %aten_permute_copy_default_137 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9137247Z %aten_permute_copy_default_138 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9138702Z %aten_permute_copy_default_139 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9140162Z %aten_permute_copy_default_140 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9141610Z %aten_permute_copy_default_141 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_6, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9143018Z %aten_select_copy_int_144 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_130, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9144389Z %aten_select_copy_int_146 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_131, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9145720Z %aten_select_copy_int_148 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_132, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9147059Z %aten_select_copy_int_150 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_133, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9148435Z %aten_select_copy_int_152 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_134, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9149762Z %aten_select_copy_int_154 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_135, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9151187Z %aten_select_copy_int_156 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_136, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9152529Z %aten_select_copy_int_158 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_137, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9153863Z %aten_select_copy_int_160 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_138, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9155252Z %aten_select_copy_int_162 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_139, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9156596Z %aten_select_copy_int_164 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_140, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9157923Z %aten_select_copy_int_166 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_141, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9159256Z %aten_select_copy_int_145 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_144, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9160585Z %aten_select_copy_int_147 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_146, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9161886Z %aten_select_copy_int_149 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_148, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9163194Z %aten_select_copy_int_151 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_150, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9164504Z %aten_select_copy_int_153 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_152, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9165796Z %aten_select_copy_int_155 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_154, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9167114Z %aten_select_copy_int_157 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_156, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9168419Z %aten_select_copy_int_159 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_158, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9169743Z %aten_select_copy_int_161 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_160, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9171256Z %aten_select_copy_int_163 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_162, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9172563Z %aten_select_copy_int_165 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_164, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9173948Z %aten_select_copy_int_167 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_166, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9176219Z %aten_cat_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_145, %aten_select_copy_int_147, %aten_select_copy_int_149, %aten_select_copy_int_151, %aten_select_copy_int_153, %aten_select_copy_int_155, %aten_select_copy_int_157, %aten_select_copy_int_159, %aten_select_copy_int_161, %aten_select_copy_int_163, %aten_select_copy_int_165, %aten_select_copy_int_167],), kwargs = {}) 2025-06-05T23:24:25.9178520Z %aten_view_copy_default_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_14, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9179928Z %aten_permute_copy_default_154 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_63, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.9181482Z %aten_matmul_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_129, %aten_permute_copy_default_154), kwargs = {}) 2025-06-05T23:24:25.9182937Z %aten_mul_tensor_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_6, %_lifted_tensor_constant41), kwargs = {}) 2025-06-05T23:24:25.9184344Z %aten_add_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_55, %aten_index_tensor_5), kwargs = {}) 2025-06-05T23:24:25.9185721Z %aten__softmax_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_17, -1, False), kwargs = {}) 2025-06-05T23:24:25.9187319Z %aten_matmul_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_3, %aten_view_copy_default_64), kwargs = {}) 2025-06-05T23:24:25.9188770Z %aten_permute_copy_default_155 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_7, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9190200Z %aten_view_copy_default_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_155, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.9191709Z %aten_unsqueeze_copy_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_71, -1), kwargs = {}) 2025-06-05T23:24:25.9193183Z %aten_permute_copy_default_156 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_40, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9194943Z %aten_convolution_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_156, %p_layers_3_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9196746Z %aten_permute_copy_default_157 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_24, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9198168Z %aten_squeeze_copy_dims_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_157, [-1]), kwargs = {}) 2025-06-05T23:24:25.9199518Z %aten_add_tensor_18 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_14, %aten_squeeze_copy_dims_40), kwargs = {}) 2025-06-05T23:24:25.9201008Z %aten_rms_norm_default_7 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_18, [768], %p_layers_3_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9202516Z %aten_unsqueeze_copy_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_7, -1), kwargs = {}) 2025-06-05T23:24:25.9203943Z %aten_unsqueeze_copy_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_7, -1), kwargs = {}) 2025-06-05T23:24:25.9205421Z %aten_permute_copy_default_158 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_41, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9206957Z %aten_permute_copy_default_160 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_42, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9208709Z %aten_convolution_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_158, %p_layers_3_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9210696Z %aten_convolution_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_160, %p_layers_3_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9212445Z %aten_permute_copy_default_159 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_25, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9213961Z %aten_permute_copy_default_161 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_26, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9215395Z %aten_squeeze_copy_dims_41 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_159, [-1]), kwargs = {}) 2025-06-05T23:24:25.9216770Z %aten_squeeze_copy_dims_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_161, [-1]), kwargs = {}) 2025-06-05T23:24:25.9218096Z %aten_sigmoid_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_41,), kwargs = {}) 2025-06-05T23:24:25.9219433Z %aten_mul_tensor_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_41, %aten_sigmoid_default_3), kwargs = {}) 2025-06-05T23:24:25.9220785Z %aten_mul_tensor_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_58, %aten_squeeze_copy_dims_42), kwargs = {}) 2025-06-05T23:24:25.9222163Z %aten_unsqueeze_copy_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_59, -1), kwargs = {}) 2025-06-05T23:24:25.9223621Z %aten_permute_copy_default_162 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_43, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9225378Z %aten_convolution_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_162, %p_layers_3_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9227139Z %aten_permute_copy_default_163 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_27, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9228579Z %aten_squeeze_copy_dims_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_163, [-1]), kwargs = {}) 2025-06-05T23:24:25.9229936Z %aten_add_tensor_19 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_18, %aten_squeeze_copy_dims_43), kwargs = {}) 2025-06-05T23:24:25.9231480Z %aten_rms_norm_default_8 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_19, [768], %p_layers_4_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9233067Z %aten_unsqueeze_copy_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_8, -1), kwargs = {}) 2025-06-05T23:24:25.9234499Z %aten_unsqueeze_copy_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_8, -1), kwargs = {}) 2025-06-05T23:24:25.9235912Z %aten_unsqueeze_copy_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_8, -1), kwargs = {}) 2025-06-05T23:24:25.9237386Z %aten_permute_copy_default_164 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_44, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9238902Z %aten_permute_copy_default_166 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_45, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9240441Z %aten_permute_copy_default_168 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_46, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9242184Z %aten_convolution_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_164, %p_layers_4_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9244173Z %aten_convolution_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_166, %p_layers_4_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9246136Z %aten_convolution_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_168, %p_layers_4_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9247877Z %aten_permute_copy_default_165 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_28, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9249399Z %aten_permute_copy_default_167 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_29, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9250883Z %aten_permute_copy_default_169 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_30, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9252316Z %aten_squeeze_copy_dims_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_165, [-1]), kwargs = {}) 2025-06-05T23:24:25.9253727Z %aten_squeeze_copy_dims_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_167, [-1]), kwargs = {}) 2025-06-05T23:24:25.9255089Z %aten_squeeze_copy_dims_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_169, [-1]), kwargs = {}) 2025-06-05T23:24:25.9256481Z %aten_view_copy_default_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_44, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9257882Z %aten_view_copy_default_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_45, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9259306Z %aten_view_copy_default_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_46, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9260720Z %aten_view_copy_default_75 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_72, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9262151Z %aten_view_copy_default_76 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_73, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9263800Z %aten_index_put_default_9 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_4_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_74), kwargs = {}) 2025-06-05T23:24:25.9265455Z %aten_slice_copy_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_75, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9266824Z %aten_slice_copy_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_75, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9268174Z %aten_slice_copy_tensor_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_76, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9269541Z %aten_slice_copy_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_76, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9271200Z %aten_permute_copy_default_183 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9272666Z %aten_permute_copy_default_184 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9274129Z %aten_permute_copy_default_185 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9275671Z %aten_permute_copy_default_186 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9277205Z %aten_permute_copy_default_187 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9278675Z %aten_permute_copy_default_188 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9280182Z %aten_permute_copy_default_189 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9281633Z %aten_permute_copy_default_190 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9283088Z %aten_permute_copy_default_191 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9284546Z %aten_permute_copy_default_192 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9286137Z %aten_permute_copy_default_193 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9287773Z %aten_permute_copy_default_194 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9289362Z %aten_squeeze_copy_dims_47 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_16, [4]), kwargs = {}) 2025-06-05T23:24:25.9290703Z %aten_squeeze_copy_dims_48 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_17, [4]), kwargs = {}) 2025-06-05T23:24:25.9292050Z %aten_squeeze_copy_dims_49 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_18, [4]), kwargs = {}) 2025-06-05T23:24:25.9293454Z %aten_squeeze_copy_dims_50 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_19, [4]), kwargs = {}) 2025-06-05T23:24:25.9294787Z %aten_select_copy_int_216 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_183, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9296127Z %aten_select_copy_int_218 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_184, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9297471Z %aten_select_copy_int_220 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_185, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9298806Z %aten_select_copy_int_222 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_186, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9300146Z %aten_select_copy_int_224 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_187, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9301520Z %aten_select_copy_int_226 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_188, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9302849Z %aten_select_copy_int_228 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_189, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9304191Z %aten_select_copy_int_230 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_190, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9305563Z %aten_select_copy_int_232 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_191, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9306889Z %aten_select_copy_int_234 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_192, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9308230Z %aten_select_copy_int_236 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_193, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9309573Z %aten_select_copy_int_238 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_194, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9311009Z %aten_mul_tensor_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_47, %aten_view_copy_default_77), kwargs = {}) 2025-06-05T23:24:25.9312439Z %aten_mul_tensor_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_47, %aten_view_copy_default_78), kwargs = {}) 2025-06-05T23:24:25.9313828Z %aten_mul_tensor_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_48, %aten_view_copy_default_78), kwargs = {}) 2025-06-05T23:24:25.9315200Z %aten_mul_tensor_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_48, %aten_view_copy_default_77), kwargs = {}) 2025-06-05T23:24:25.9316593Z %aten_mul_tensor_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_49, %aten_view_copy_default_77), kwargs = {}) 2025-06-05T23:24:25.9318006Z %aten_mul_tensor_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_49, %aten_view_copy_default_78), kwargs = {}) 2025-06-05T23:24:25.9319385Z %aten_mul_tensor_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_50, %aten_view_copy_default_78), kwargs = {}) 2025-06-05T23:24:25.9320766Z %aten_mul_tensor_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_50, %aten_view_copy_default_77), kwargs = {}) 2025-06-05T23:24:25.9322111Z %aten_select_copy_int_217 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_216, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9323406Z %aten_select_copy_int_219 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_218, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9324717Z %aten_select_copy_int_221 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_220, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9326025Z %aten_select_copy_int_223 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_222, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9327343Z %aten_select_copy_int_225 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_224, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9328652Z %aten_select_copy_int_227 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_226, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9329955Z %aten_select_copy_int_229 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_228, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9331278Z %aten_select_copy_int_231 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_230, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9332589Z %aten_select_copy_int_233 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_232, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9333894Z %aten_select_copy_int_235 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_234, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9335188Z %aten_select_copy_int_237 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_236, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9336499Z %aten_select_copy_int_239 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_238, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9337879Z %aten_sub_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_62, %aten_mul_tensor_63), kwargs = {}) 2025-06-05T23:24:25.9339153Z %aten_add_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_64, %aten_mul_tensor_65), kwargs = {}) 2025-06-05T23:24:25.9340425Z %aten_sub_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_66, %aten_mul_tensor_67), kwargs = {}) 2025-06-05T23:24:25.9341698Z %aten_add_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_68, %aten_mul_tensor_69), kwargs = {}) 2025-06-05T23:24:25.9343952Z %aten_cat_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_217, %aten_select_copy_int_219, %aten_select_copy_int_221, %aten_select_copy_int_223, %aten_select_copy_int_225, %aten_select_copy_int_227, %aten_select_copy_int_229, %aten_select_copy_int_231, %aten_select_copy_int_233, %aten_select_copy_int_235, %aten_select_copy_int_237, %aten_select_copy_int_239],), kwargs = {}) 2025-06-05T23:24:25.9346259Z %aten_unsqueeze_copy_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_8, 4), kwargs = {}) 2025-06-05T23:24:25.9347646Z %aten_unsqueeze_copy_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_20, 4), kwargs = {}) 2025-06-05T23:24:25.9349020Z %aten_unsqueeze_copy_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_9, 4), kwargs = {}) 2025-06-05T23:24:25.9350462Z %aten_unsqueeze_copy_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_21, 4), kwargs = {}) 2025-06-05T23:24:25.9351847Z %aten_view_copy_default_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_19, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9353322Z %aten_cat_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_47, %aten_unsqueeze_copy_default_48], -1), kwargs = {}) 2025-06-05T23:24:25.9354859Z %aten_cat_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_49, %aten_unsqueeze_copy_default_50], -1), kwargs = {}) 2025-06-05T23:24:25.9356308Z %aten_view_copy_default_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_16, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9357688Z %aten_view_copy_default_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_17, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9359111Z %aten_permute_copy_default_170 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_79, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9360793Z %aten_index_put_default_8 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_4_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_80), kwargs = {}) 2025-06-05T23:24:25.9362461Z %aten_permute_copy_default_171 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9363959Z %aten_permute_copy_default_172 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9365430Z %aten_permute_copy_default_173 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9366881Z %aten_permute_copy_default_174 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9368346Z %aten_permute_copy_default_175 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9369835Z %aten_permute_copy_default_176 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9371491Z %aten_permute_copy_default_177 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9372959Z %aten_permute_copy_default_178 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9374418Z %aten_permute_copy_default_179 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9375870Z %aten_permute_copy_default_180 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9377340Z %aten_permute_copy_default_181 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9378865Z %aten_permute_copy_default_182 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_8, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9380268Z %aten_select_copy_int_192 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_171, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9381624Z %aten_select_copy_int_194 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_172, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9383028Z %aten_select_copy_int_196 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_173, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9383643Z %aten_select_copy_int_198 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_174, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9384251Z %aten_select_copy_int_200 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_175, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9384872Z %aten_select_copy_int_202 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_176, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9385479Z %aten_select_copy_int_204 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_177, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9386138Z %aten_select_copy_int_206 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_178, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9386743Z %aten_select_copy_int_208 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_179, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9387403Z %aten_select_copy_int_210 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_180, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9388064Z %aten_select_copy_int_212 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_181, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9388733Z %aten_select_copy_int_214 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_182, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9389387Z %aten_select_copy_int_193 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_192, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9390115Z %aten_select_copy_int_195 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_194, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9390786Z %aten_select_copy_int_197 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_196, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9391379Z %aten_select_copy_int_199 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_198, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9391990Z %aten_select_copy_int_201 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_200, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9392587Z %aten_select_copy_int_203 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_202, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9393227Z %aten_select_copy_int_205 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_204, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9393822Z %aten_select_copy_int_207 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_206, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9394413Z %aten_select_copy_int_209 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_208, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9395022Z %aten_select_copy_int_211 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_210, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9395642Z %aten_select_copy_int_213 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_212, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9396238Z %aten_select_copy_int_215 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_214, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9397802Z %aten_cat_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_193, %aten_select_copy_int_195, %aten_select_copy_int_197, %aten_select_copy_int_199, %aten_select_copy_int_201, %aten_select_copy_int_203, %aten_select_copy_int_205, %aten_select_copy_int_207, %aten_select_copy_int_209, %aten_select_copy_int_211, %aten_select_copy_int_213, %aten_select_copy_int_215],), kwargs = {}) 2025-06-05T23:24:25.9398460Z %aten_view_copy_default_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_18, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9399148Z %aten_permute_copy_default_195 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_81, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.9399859Z %aten_matmul_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_170, %aten_permute_copy_default_195), kwargs = {}) 2025-06-05T23:24:25.9400485Z %aten_mul_tensor_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_8, %_lifted_tensor_constant42), kwargs = {}) 2025-06-05T23:24:25.9401109Z %aten_add_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_70, %aten_index_tensor_6), kwargs = {}) 2025-06-05T23:24:25.9401717Z %aten__softmax_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_22, -1, False), kwargs = {}) 2025-06-05T23:24:25.9402392Z %aten_matmul_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_4, %aten_view_copy_default_82), kwargs = {}) 2025-06-05T23:24:25.9403067Z %aten_permute_copy_default_196 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_9, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9403713Z %aten_view_copy_default_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_196, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.9404378Z %aten_unsqueeze_copy_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_89, -1), kwargs = {}) 2025-06-05T23:24:25.9405083Z %aten_permute_copy_default_197 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_51, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9406046Z %aten_convolution_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_197, %p_layers_4_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9406745Z %aten_permute_copy_default_198 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_31, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9407399Z %aten_squeeze_copy_dims_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_198, [-1]), kwargs = {}) 2025-06-05T23:24:25.9408001Z %aten_add_tensor_23 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_19, %aten_squeeze_copy_dims_51), kwargs = {}) 2025-06-05T23:24:25.9408747Z %aten_rms_norm_default_9 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_23, [768], %p_layers_4_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9409401Z %aten_unsqueeze_copy_default_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_9, -1), kwargs = {}) 2025-06-05T23:24:25.9410055Z %aten_unsqueeze_copy_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_9, -1), kwargs = {}) 2025-06-05T23:24:25.9410795Z %aten_permute_copy_default_199 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_52, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9411491Z %aten_permute_copy_default_201 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_53, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9412438Z %aten_convolution_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_199, %p_layers_4_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9413407Z %aten_convolution_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_201, %p_layers_4_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9414095Z %aten_permute_copy_default_200 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_32, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9414796Z %aten_permute_copy_default_202 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_33, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9415421Z %aten_squeeze_copy_dims_52 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_200, [-1]), kwargs = {}) 2025-06-05T23:24:25.9416058Z %aten_squeeze_copy_dims_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_202, [-1]), kwargs = {}) 2025-06-05T23:24:25.9416655Z %aten_sigmoid_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_52,), kwargs = {}) 2025-06-05T23:24:25.9417310Z %aten_mul_tensor_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_52, %aten_sigmoid_default_4), kwargs = {}) 2025-06-05T23:24:25.9417920Z %aten_mul_tensor_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_73, %aten_squeeze_copy_dims_53), kwargs = {}) 2025-06-05T23:24:25.9418553Z %aten_unsqueeze_copy_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_74, -1), kwargs = {}) 2025-06-05T23:24:25.9419251Z %aten_permute_copy_default_203 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_54, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9420223Z %aten_convolution_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_203, %p_layers_4_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9420908Z %aten_permute_copy_default_204 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_34, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9421535Z %aten_squeeze_copy_dims_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_204, [-1]), kwargs = {}) 2025-06-05T23:24:25.9422146Z %aten_add_tensor_24 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_23, %aten_squeeze_copy_dims_54), kwargs = {}) 2025-06-05T23:24:25.9422944Z %aten_rms_norm_default_10 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_24, [768], %p_layers_5_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9423617Z %aten_unsqueeze_copy_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_10, -1), kwargs = {}) 2025-06-05T23:24:25.9424273Z %aten_unsqueeze_copy_default_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_10, -1), kwargs = {}) 2025-06-05T23:24:25.9424924Z %aten_unsqueeze_copy_default_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_10, -1), kwargs = {}) 2025-06-05T23:24:25.9425664Z %aten_permute_copy_default_205 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_55, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9426359Z %aten_permute_copy_default_207 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_56, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9427054Z %aten_permute_copy_default_209 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_57, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9427994Z %aten_convolution_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_205, %p_layers_5_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9428926Z %aten_convolution_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_207, %p_layers_5_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9429904Z %aten_convolution_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_209, %p_layers_5_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9430650Z %aten_permute_copy_default_206 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_35, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9431334Z %aten_permute_copy_default_208 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_36, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9432070Z %aten_permute_copy_default_210 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_37, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9432700Z %aten_squeeze_copy_dims_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_206, [-1]), kwargs = {}) 2025-06-05T23:24:25.9433338Z %aten_squeeze_copy_dims_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_208, [-1]), kwargs = {}) 2025-06-05T23:24:25.9433968Z %aten_squeeze_copy_dims_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_210, [-1]), kwargs = {}) 2025-06-05T23:24:25.9434610Z %aten_view_copy_default_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_55, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9435301Z %aten_view_copy_default_91 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_56, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9435938Z %aten_view_copy_default_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_57, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9436586Z %aten_view_copy_default_93 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_90, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9437245Z %aten_view_copy_default_94 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_91, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9438151Z %aten_index_put_default_11 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_5_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_92), kwargs = {}) 2025-06-05T23:24:25.9438779Z %aten_slice_copy_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_93, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9439410Z %aten_slice_copy_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_93, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9440028Z %aten_slice_copy_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_94, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9440661Z %aten_slice_copy_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_94, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9441336Z %aten_permute_copy_default_224 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9442038Z %aten_permute_copy_default_225 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9442719Z %aten_permute_copy_default_226 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9443387Z %aten_permute_copy_default_227 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9444082Z %aten_permute_copy_default_228 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9444769Z %aten_permute_copy_default_229 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9445437Z %aten_permute_copy_default_230 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9446114Z %aten_permute_copy_default_231 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9446814Z %aten_permute_copy_default_232 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9447483Z %aten_permute_copy_default_233 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9448166Z %aten_permute_copy_default_234 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9448834Z %aten_permute_copy_default_235 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9449447Z %aten_squeeze_copy_dims_58 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_20, [4]), kwargs = {}) 2025-06-05T23:24:25.9450103Z %aten_squeeze_copy_dims_59 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_21, [4]), kwargs = {}) 2025-06-05T23:24:25.9450712Z %aten_squeeze_copy_dims_60 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_22, [4]), kwargs = {}) 2025-06-05T23:24:25.9451322Z %aten_squeeze_copy_dims_61 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_23, [4]), kwargs = {}) 2025-06-05T23:24:25.9451948Z %aten_select_copy_int_264 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_224, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9452559Z %aten_select_copy_int_266 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_225, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9453178Z %aten_select_copy_int_268 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_226, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9453813Z %aten_select_copy_int_270 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_227, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9454421Z %aten_select_copy_int_272 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_228, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9455037Z %aten_select_copy_int_274 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_229, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9455670Z %aten_select_copy_int_276 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_230, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9456278Z %aten_select_copy_int_278 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_231, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9456899Z %aten_select_copy_int_280 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_232, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9457504Z %aten_select_copy_int_282 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_233, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9458107Z %aten_select_copy_int_284 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_234, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9458754Z %aten_select_copy_int_286 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_235, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9459384Z %aten_mul_tensor_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_58, %aten_view_copy_default_95), kwargs = {}) 2025-06-05T23:24:25.9460030Z %aten_mul_tensor_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_58, %aten_view_copy_default_96), kwargs = {}) 2025-06-05T23:24:25.9460655Z %aten_mul_tensor_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_59, %aten_view_copy_default_96), kwargs = {}) 2025-06-05T23:24:25.9461308Z %aten_mul_tensor_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_59, %aten_view_copy_default_95), kwargs = {}) 2025-06-05T23:24:25.9461949Z %aten_mul_tensor_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_60, %aten_view_copy_default_95), kwargs = {}) 2025-06-05T23:24:25.9462576Z %aten_mul_tensor_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_60, %aten_view_copy_default_96), kwargs = {}) 2025-06-05T23:24:25.9463200Z %aten_mul_tensor_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_61, %aten_view_copy_default_96), kwargs = {}) 2025-06-05T23:24:25.9463835Z %aten_mul_tensor_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_61, %aten_view_copy_default_95), kwargs = {}) 2025-06-05T23:24:25.9464433Z %aten_select_copy_int_265 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_264, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9465022Z %aten_select_copy_int_267 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_266, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9465653Z %aten_select_copy_int_269 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_268, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9466242Z %aten_select_copy_int_271 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_270, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9466842Z %aten_select_copy_int_273 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_272, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9467457Z %aten_select_copy_int_275 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_274, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9468047Z %aten_select_copy_int_277 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_276, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9468649Z %aten_select_copy_int_279 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_278, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9469237Z %aten_select_copy_int_281 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_280, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9469830Z %aten_select_copy_int_283 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_282, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9470553Z %aten_select_copy_int_285 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_284, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9471375Z %aten_select_copy_int_287 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_286, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9471958Z %aten_sub_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_77, %aten_mul_tensor_78), kwargs = {}) 2025-06-05T23:24:25.9472549Z %aten_add_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_79, %aten_mul_tensor_80), kwargs = {}) 2025-06-05T23:24:25.9473203Z %aten_sub_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_81, %aten_mul_tensor_82), kwargs = {}) 2025-06-05T23:24:25.9473795Z %aten_add_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_83, %aten_mul_tensor_84), kwargs = {}) 2025-06-05T23:24:25.9475337Z %aten_cat_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_265, %aten_select_copy_int_267, %aten_select_copy_int_269, %aten_select_copy_int_271, %aten_select_copy_int_273, %aten_select_copy_int_275, %aten_select_copy_int_277, %aten_select_copy_int_279, %aten_select_copy_int_281, %aten_select_copy_int_283, %aten_select_copy_int_285, %aten_select_copy_int_287],), kwargs = {}) 2025-06-05T23:24:25.9475974Z %aten_unsqueeze_copy_default_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_10, 4), kwargs = {}) 2025-06-05T23:24:25.9476620Z %aten_unsqueeze_copy_default_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_25, 4), kwargs = {}) 2025-06-05T23:24:25.9477251Z %aten_unsqueeze_copy_default_60 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_11, 4), kwargs = {}) 2025-06-05T23:24:25.9477917Z %aten_unsqueeze_copy_default_61 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_26, 4), kwargs = {}) 2025-06-05T23:24:25.9478561Z %aten_view_copy_default_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_23, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9479266Z %aten_cat_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_58, %aten_unsqueeze_copy_default_59], -1), kwargs = {}) 2025-06-05T23:24:25.9480016Z %aten_cat_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_60, %aten_unsqueeze_copy_default_61], -1), kwargs = {}) 2025-06-05T23:24:25.9480732Z %aten_view_copy_default_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_20, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9481350Z %aten_view_copy_default_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_21, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9482038Z %aten_permute_copy_default_211 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_97, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9482968Z %aten_index_put_default_10 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_5_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_98), kwargs = {}) 2025-06-05T23:24:25.9483642Z %aten_permute_copy_default_212 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9484326Z %aten_permute_copy_default_213 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9484993Z %aten_permute_copy_default_214 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9485699Z %aten_permute_copy_default_215 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9486368Z %aten_permute_copy_default_216 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9487037Z %aten_permute_copy_default_217 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9487721Z %aten_permute_copy_default_218 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9488391Z %aten_permute_copy_default_219 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9489064Z %aten_permute_copy_default_220 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9489864Z %aten_permute_copy_default_221 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9490597Z %aten_permute_copy_default_222 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9491442Z %aten_permute_copy_default_223 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_10, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9492228Z %aten_select_copy_int_240 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_212, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9492845Z %aten_select_copy_int_242 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_213, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9493471Z %aten_select_copy_int_244 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_214, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9494077Z %aten_select_copy_int_246 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_215, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9494686Z %aten_select_copy_int_248 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_216, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9495341Z %aten_select_copy_int_250 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_217, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9495947Z %aten_select_copy_int_252 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_218, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9496554Z %aten_select_copy_int_254 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_219, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9497178Z %aten_select_copy_int_256 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_220, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9497811Z %aten_select_copy_int_258 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_221, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9498439Z %aten_select_copy_int_260 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_222, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9499048Z %aten_select_copy_int_262 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_223, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9499638Z %aten_select_copy_int_241 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_240, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9500243Z %aten_select_copy_int_243 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_242, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9500837Z %aten_select_copy_int_245 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_244, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9501429Z %aten_select_copy_int_247 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_246, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9502056Z %aten_select_copy_int_249 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_248, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9502650Z %aten_select_copy_int_251 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_250, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9503245Z %aten_select_copy_int_253 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_252, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9503886Z %aten_select_copy_int_255 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_254, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9504477Z %aten_select_copy_int_257 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_256, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9505079Z %aten_select_copy_int_259 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_258, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9505672Z %aten_select_copy_int_261 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_260, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9506265Z %aten_select_copy_int_263 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_262, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9507856Z %aten_cat_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_241, %aten_select_copy_int_243, %aten_select_copy_int_245, %aten_select_copy_int_247, %aten_select_copy_int_249, %aten_select_copy_int_251, %aten_select_copy_int_253, %aten_select_copy_int_255, %aten_select_copy_int_257, %aten_select_copy_int_259, %aten_select_copy_int_261, %aten_select_copy_int_263],), kwargs = {}) 2025-06-05T23:24:25.9508495Z %aten_view_copy_default_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_22, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9509173Z %aten_permute_copy_default_236 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_99, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.9509925Z %aten_matmul_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_211, %aten_permute_copy_default_236), kwargs = {}) 2025-06-05T23:24:25.9510624Z %aten_mul_tensor_85 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_10, %_lifted_tensor_constant43), kwargs = {}) 2025-06-05T23:24:25.9511228Z %aten_add_tensor_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_85, %aten_index_tensor_7), kwargs = {}) 2025-06-05T23:24:25.9511836Z %aten__softmax_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_27, -1, False), kwargs = {}) 2025-06-05T23:24:25.9512512Z %aten_matmul_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_5, %aten_view_copy_default_100), kwargs = {}) 2025-06-05T23:24:25.9513198Z %aten_permute_copy_default_237 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_11, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9513848Z %aten_view_copy_default_107 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_237, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.9514543Z %aten_unsqueeze_copy_default_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_107, -1), kwargs = {}) 2025-06-05T23:24:25.9515252Z %aten_permute_copy_default_238 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_62, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9516211Z %aten_convolution_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_238, %p_layers_5_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9516912Z %aten_permute_copy_default_239 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_38, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9517544Z %aten_squeeze_copy_dims_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_239, [-1]), kwargs = {}) 2025-06-05T23:24:25.9518147Z %aten_add_tensor_28 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_24, %aten_squeeze_copy_dims_62), kwargs = {}) 2025-06-05T23:24:25.9518900Z %aten_rms_norm_default_11 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_28, [768], %p_layers_5_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9519598Z %aten_unsqueeze_copy_default_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_11, -1), kwargs = {}) 2025-06-05T23:24:25.9520257Z %aten_unsqueeze_copy_default_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_11, -1), kwargs = {}) 2025-06-05T23:24:25.9520973Z %aten_permute_copy_default_240 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_63, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9521672Z %aten_permute_copy_default_242 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_64, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9522645Z %aten_convolution_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_240, %p_layers_5_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9523585Z %aten_convolution_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_242, %p_layers_5_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9524272Z %aten_permute_copy_default_241 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_39, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9524970Z %aten_permute_copy_default_243 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_40, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9525602Z %aten_squeeze_copy_dims_63 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_241, [-1]), kwargs = {}) 2025-06-05T23:24:25.9526256Z %aten_squeeze_copy_dims_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_243, [-1]), kwargs = {}) 2025-06-05T23:24:25.9526868Z %aten_sigmoid_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_63,), kwargs = {}) 2025-06-05T23:24:25.9527491Z %aten_mul_tensor_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_63, %aten_sigmoid_default_5), kwargs = {}) 2025-06-05T23:24:25.9528109Z %aten_mul_tensor_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_88, %aten_squeeze_copy_dims_64), kwargs = {}) 2025-06-05T23:24:25.9528771Z %aten_unsqueeze_copy_default_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_89, -1), kwargs = {}) 2025-06-05T23:24:25.9529467Z %aten_permute_copy_default_244 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_65, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9530414Z %aten_convolution_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_244, %p_layers_5_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9531101Z %aten_permute_copy_default_245 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_41, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9531755Z %aten_squeeze_copy_dims_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_245, [-1]), kwargs = {}) 2025-06-05T23:24:25.9532366Z %aten_add_tensor_29 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_28, %aten_squeeze_copy_dims_65), kwargs = {}) 2025-06-05T23:24:25.9533130Z %aten_rms_norm_default_12 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_29, [768], %p_layers_6_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9533798Z %aten_unsqueeze_copy_default_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_12, -1), kwargs = {}) 2025-06-05T23:24:25.9534479Z %aten_unsqueeze_copy_default_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_12, -1), kwargs = {}) 2025-06-05T23:24:25.9535136Z %aten_unsqueeze_copy_default_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_12, -1), kwargs = {}) 2025-06-05T23:24:25.9535847Z %aten_permute_copy_default_246 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_66, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9536540Z %aten_permute_copy_default_248 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_67, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9537234Z %aten_permute_copy_default_250 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_68, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9538171Z %aten_convolution_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_246, %p_layers_6_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9539115Z %aten_convolution_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_248, %p_layers_6_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9540049Z %aten_convolution_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_250, %p_layers_6_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9540768Z %aten_permute_copy_default_247 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_42, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9541451Z %aten_permute_copy_default_249 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_43, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9542143Z %aten_permute_copy_default_251 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_44, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9542771Z %aten_squeeze_copy_dims_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_247, [-1]), kwargs = {}) 2025-06-05T23:24:25.9543394Z %aten_squeeze_copy_dims_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_249, [-1]), kwargs = {}) 2025-06-05T23:24:25.9544057Z %aten_squeeze_copy_dims_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_251, [-1]), kwargs = {}) 2025-06-05T23:24:25.9544702Z %aten_view_copy_default_108 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_66, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9545355Z %aten_view_copy_default_109 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_67, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9545997Z %aten_view_copy_default_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_68, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9546694Z %aten_view_copy_default_111 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_108, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9547365Z %aten_view_copy_default_112 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_109, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9548247Z %aten_index_put_default_13 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_6_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_110), kwargs = {}) 2025-06-05T23:24:25.9548877Z %aten_slice_copy_tensor_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_111, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9549512Z %aten_slice_copy_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_111, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9550131Z %aten_slice_copy_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_112, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9550881Z %aten_slice_copy_tensor_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_112, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9551559Z %aten_permute_copy_default_265 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9552231Z %aten_permute_copy_default_266 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9553009Z %aten_permute_copy_default_267 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9553684Z %aten_permute_copy_default_268 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9554353Z %aten_permute_copy_default_269 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9555038Z %aten_permute_copy_default_270 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9555735Z %aten_permute_copy_default_271 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9556404Z %aten_permute_copy_default_272 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9557089Z %aten_permute_copy_default_273 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9557758Z %aten_permute_copy_default_274 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9558442Z %aten_permute_copy_default_275 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9559143Z %aten_permute_copy_default_276 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9559758Z %aten_squeeze_copy_dims_69 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_24, [4]), kwargs = {}) 2025-06-05T23:24:25.9560382Z %aten_squeeze_copy_dims_70 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_25, [4]), kwargs = {}) 2025-06-05T23:24:25.9560990Z %aten_squeeze_copy_dims_71 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_26, [4]), kwargs = {}) 2025-06-05T23:24:25.9561602Z %aten_squeeze_copy_dims_72 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_27, [4]), kwargs = {}) 2025-06-05T23:24:25.9562226Z %aten_select_copy_int_312 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_265, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9562859Z %aten_select_copy_int_314 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_266, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9563467Z %aten_select_copy_int_316 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_267, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9564087Z %aten_select_copy_int_318 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_268, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9564732Z %aten_select_copy_int_320 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_269, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9565351Z %aten_select_copy_int_322 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_270, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9565955Z %aten_select_copy_int_324 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_271, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9566561Z %aten_select_copy_int_326 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_272, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9567177Z %aten_select_copy_int_328 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_273, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9567810Z %aten_select_copy_int_330 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_274, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9568421Z %aten_select_copy_int_332 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_275, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9569038Z %aten_select_copy_int_334 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_276, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9569672Z %aten_mul_tensor_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_69, %aten_view_copy_default_113), kwargs = {}) 2025-06-05T23:24:25.9570333Z %aten_mul_tensor_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_69, %aten_view_copy_default_114), kwargs = {}) 2025-06-05T23:24:25.9571193Z %aten_mul_tensor_93 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_70, %aten_view_copy_default_114), kwargs = {}) 2025-06-05T23:24:25.9571830Z %aten_mul_tensor_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_70, %aten_view_copy_default_113), kwargs = {}) 2025-06-05T23:24:25.9572476Z %aten_mul_tensor_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_71, %aten_view_copy_default_113), kwargs = {}) 2025-06-05T23:24:25.9573109Z %aten_mul_tensor_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_71, %aten_view_copy_default_114), kwargs = {}) 2025-06-05T23:24:25.9573744Z %aten_mul_tensor_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_72, %aten_view_copy_default_114), kwargs = {}) 2025-06-05T23:24:25.9574389Z %aten_mul_tensor_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_72, %aten_view_copy_default_113), kwargs = {}) 2025-06-05T23:24:25.9575048Z %aten_select_copy_int_313 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_312, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9575643Z %aten_select_copy_int_315 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_314, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9576250Z %aten_select_copy_int_317 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_316, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9576877Z %aten_select_copy_int_319 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_318, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9577476Z %aten_select_copy_int_321 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_320, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9578085Z %aten_select_copy_int_323 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_322, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9578676Z %aten_select_copy_int_325 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_324, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9579285Z %aten_select_copy_int_327 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_326, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9579910Z %aten_select_copy_int_329 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_328, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9580501Z %aten_select_copy_int_331 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_330, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9581109Z %aten_select_copy_int_333 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_332, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9581706Z %aten_select_copy_int_335 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_334, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9582315Z %aten_sub_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_92, %aten_mul_tensor_93), kwargs = {}) 2025-06-05T23:24:25.9582907Z %aten_add_tensor_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_94, %aten_mul_tensor_95), kwargs = {}) 2025-06-05T23:24:25.9583484Z %aten_sub_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_96, %aten_mul_tensor_97), kwargs = {}) 2025-06-05T23:24:25.9584056Z %aten_add_tensor_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_98, %aten_mul_tensor_99), kwargs = {}) 2025-06-05T23:24:25.9585621Z %aten_cat_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_313, %aten_select_copy_int_315, %aten_select_copy_int_317, %aten_select_copy_int_319, %aten_select_copy_int_321, %aten_select_copy_int_323, %aten_select_copy_int_325, %aten_select_copy_int_327, %aten_select_copy_int_329, %aten_select_copy_int_331, %aten_select_copy_int_333, %aten_select_copy_int_335],), kwargs = {}) 2025-06-05T23:24:25.9586258Z %aten_unsqueeze_copy_default_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_12, 4), kwargs = {}) 2025-06-05T23:24:25.9586924Z %aten_unsqueeze_copy_default_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_30, 4), kwargs = {}) 2025-06-05T23:24:25.9587552Z %aten_unsqueeze_copy_default_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_13, 4), kwargs = {}) 2025-06-05T23:24:25.9588183Z %aten_unsqueeze_copy_default_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_31, 4), kwargs = {}) 2025-06-05T23:24:25.9588856Z %aten_view_copy_default_118 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_27, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9589568Z %aten_cat_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_69, %aten_unsqueeze_copy_default_70], -1), kwargs = {}) 2025-06-05T23:24:25.9590353Z %aten_cat_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_71, %aten_unsqueeze_copy_default_72], -1), kwargs = {}) 2025-06-05T23:24:25.9591070Z %aten_view_copy_default_115 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_24, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9591737Z %aten_view_copy_default_116 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_25, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9592491Z %aten_permute_copy_default_252 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_115, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9593501Z %aten_index_put_default_12 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_6_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_116), kwargs = {}) 2025-06-05T23:24:25.9594178Z %aten_permute_copy_default_253 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9594899Z %aten_permute_copy_default_254 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9595570Z %aten_permute_copy_default_255 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9596251Z %aten_permute_copy_default_256 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9596918Z %aten_permute_copy_default_257 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9597586Z %aten_permute_copy_default_258 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9598269Z %aten_permute_copy_default_259 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9598961Z %aten_permute_copy_default_260 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9599631Z %aten_permute_copy_default_261 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9600309Z %aten_permute_copy_default_262 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9601008Z %aten_permute_copy_default_263 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9601678Z %aten_permute_copy_default_264 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_12, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9602303Z %aten_select_copy_int_288 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_253, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9602910Z %aten_select_copy_int_290 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_254, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9603531Z %aten_select_copy_int_292 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_255, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9604173Z %aten_select_copy_int_294 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_256, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9604783Z %aten_select_copy_int_296 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_257, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9605398Z %aten_select_copy_int_298 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_258, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9606000Z %aten_select_copy_int_300 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_259, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9606629Z %aten_select_copy_int_302 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_260, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9607255Z %aten_select_copy_int_304 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_261, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9607863Z %aten_select_copy_int_306 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_262, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9608467Z %aten_select_copy_int_308 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_263, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9609083Z %aten_select_copy_int_310 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_264, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9609678Z %aten_select_copy_int_289 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_288, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9610279Z %aten_select_copy_int_291 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_290, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9610908Z %aten_select_copy_int_293 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_292, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9611498Z %aten_select_copy_int_295 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_294, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9612103Z %aten_select_copy_int_297 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_296, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9612719Z %aten_select_copy_int_299 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_298, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9613309Z %aten_select_copy_int_301 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_300, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9613914Z %aten_select_copy_int_303 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_302, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9614505Z %aten_select_copy_int_305 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_304, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9615093Z %aten_select_copy_int_307 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_306, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9615730Z %aten_select_copy_int_309 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_308, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9616320Z %aten_select_copy_int_311 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_310, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9617883Z %aten_cat_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_289, %aten_select_copy_int_291, %aten_select_copy_int_293, %aten_select_copy_int_295, %aten_select_copy_int_297, %aten_select_copy_int_299, %aten_select_copy_int_301, %aten_select_copy_int_303, %aten_select_copy_int_305, %aten_select_copy_int_307, %aten_select_copy_int_309, %aten_select_copy_int_311],), kwargs = {}) 2025-06-05T23:24:25.9618537Z %aten_view_copy_default_117 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_26, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9619220Z %aten_permute_copy_default_277 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_117, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.9619948Z %aten_matmul_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_252, %aten_permute_copy_default_277), kwargs = {}) 2025-06-05T23:24:25.9620576Z %aten_mul_tensor_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_12, %_lifted_tensor_constant44), kwargs = {}) 2025-06-05T23:24:25.9621176Z %aten_add_tensor_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_100, %aten_index_tensor_8), kwargs = {}) 2025-06-05T23:24:25.9621793Z %aten__softmax_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_32, -1, False), kwargs = {}) 2025-06-05T23:24:25.9622471Z %aten_matmul_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_6, %aten_view_copy_default_118), kwargs = {}) 2025-06-05T23:24:25.9623176Z %aten_permute_copy_default_278 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_13, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9623828Z %aten_view_copy_default_125 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_278, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.9624493Z %aten_unsqueeze_copy_default_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_125, -1), kwargs = {}) 2025-06-05T23:24:25.9625227Z %aten_permute_copy_default_279 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_73, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9626158Z %aten_convolution_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_279, %p_layers_6_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9626842Z %aten_permute_copy_default_280 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_45, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9627487Z %aten_squeeze_copy_dims_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_280, [-1]), kwargs = {}) 2025-06-05T23:24:25.9628117Z %aten_add_tensor_33 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_29, %aten_squeeze_copy_dims_73), kwargs = {}) 2025-06-05T23:24:25.9628867Z %aten_rms_norm_default_13 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_33, [768], %p_layers_6_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9629522Z %aten_unsqueeze_copy_default_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_13, -1), kwargs = {}) 2025-06-05T23:24:25.9630175Z %aten_unsqueeze_copy_default_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_13, -1), kwargs = {}) 2025-06-05T23:24:25.9631008Z %aten_permute_copy_default_281 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_74, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9631709Z %aten_permute_copy_default_283 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_75, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9632647Z %aten_convolution_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_281, %p_layers_6_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9633596Z %aten_convolution_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_283, %p_layers_6_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9634286Z %aten_permute_copy_default_282 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_46, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9635013Z %aten_permute_copy_default_284 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_47, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9635642Z %aten_squeeze_copy_dims_74 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_282, [-1]), kwargs = {}) 2025-06-05T23:24:25.9636268Z %aten_squeeze_copy_dims_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_284, [-1]), kwargs = {}) 2025-06-05T23:24:25.9636883Z %aten_sigmoid_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_74,), kwargs = {}) 2025-06-05T23:24:25.9637536Z %aten_mul_tensor_103 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_74, %aten_sigmoid_default_6), kwargs = {}) 2025-06-05T23:24:25.9638151Z %aten_mul_tensor_104 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_103, %aten_squeeze_copy_dims_75), kwargs = {}) 2025-06-05T23:24:25.9638803Z %aten_unsqueeze_copy_default_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_104, -1), kwargs = {}) 2025-06-05T23:24:25.9639500Z %aten_permute_copy_default_285 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_76, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9640478Z %aten_convolution_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_285, %p_layers_6_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9641166Z %aten_permute_copy_default_286 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_48, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9641793Z %aten_squeeze_copy_dims_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_286, [-1]), kwargs = {}) 2025-06-05T23:24:25.9642408Z %aten_add_tensor_34 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_33, %aten_squeeze_copy_dims_76), kwargs = {}) 2025-06-05T23:24:25.9643206Z %aten_rms_norm_default_14 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_34, [768], %p_layers_7_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9643874Z %aten_unsqueeze_copy_default_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_14, -1), kwargs = {}) 2025-06-05T23:24:25.9644545Z %aten_unsqueeze_copy_default_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_14, -1), kwargs = {}) 2025-06-05T23:24:25.9645201Z %aten_unsqueeze_copy_default_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_14, -1), kwargs = {}) 2025-06-05T23:24:25.9645913Z %aten_permute_copy_default_287 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_77, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9646615Z %aten_permute_copy_default_289 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_78, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9647335Z %aten_permute_copy_default_291 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_79, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9648278Z %aten_convolution_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_287, %p_layers_7_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9649226Z %aten_convolution_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_289, %p_layers_7_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9650157Z %aten_convolution_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_291, %p_layers_7_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9650856Z %aten_permute_copy_default_288 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_49, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9651541Z %aten_permute_copy_default_290 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_50, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9652267Z %aten_permute_copy_default_292 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_51, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9652896Z %aten_squeeze_copy_dims_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_288, [-1]), kwargs = {}) 2025-06-05T23:24:25.9653522Z %aten_squeeze_copy_dims_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_290, [-1]), kwargs = {}) 2025-06-05T23:24:25.9654160Z %aten_squeeze_copy_dims_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_292, [-1]), kwargs = {}) 2025-06-05T23:24:25.9654806Z %aten_view_copy_default_126 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_77, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9655487Z %aten_view_copy_default_127 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_78, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9656148Z %aten_view_copy_default_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_79, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9656805Z %aten_view_copy_default_129 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_126, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9657475Z %aten_view_copy_default_130 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_127, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9658356Z %aten_index_put_default_15 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_7_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_128), kwargs = {}) 2025-06-05T23:24:25.9658979Z %aten_slice_copy_tensor_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_129, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9659641Z %aten_slice_copy_tensor_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_129, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9660259Z %aten_slice_copy_tensor_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_130, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9660876Z %aten_slice_copy_tensor_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_130, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9661588Z %aten_permute_copy_default_306 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9662262Z %aten_permute_copy_default_307 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9662947Z %aten_permute_copy_default_308 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9663613Z %aten_permute_copy_default_309 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9664314Z %aten_permute_copy_default_310 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9664991Z %aten_permute_copy_default_311 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9665662Z %aten_permute_copy_default_312 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9666329Z %aten_permute_copy_default_313 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9667035Z %aten_permute_copy_default_314 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9667707Z %aten_permute_copy_default_315 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9668389Z %aten_permute_copy_default_316 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9669055Z %aten_permute_copy_default_317 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9669664Z %aten_squeeze_copy_dims_80 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_28, [4]), kwargs = {}) 2025-06-05T23:24:25.9670363Z %aten_squeeze_copy_dims_81 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_29, [4]), kwargs = {}) 2025-06-05T23:24:25.9671180Z %aten_squeeze_copy_dims_82 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_30, [4]), kwargs = {}) 2025-06-05T23:24:25.9671861Z %aten_squeeze_copy_dims_83 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_31, [4]), kwargs = {}) 2025-06-05T23:24:25.9672485Z %aten_select_copy_int_360 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_306, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9673091Z %aten_select_copy_int_362 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_307, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9673738Z %aten_select_copy_int_364 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_308, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9674359Z %aten_select_copy_int_366 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_309, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9674964Z %aten_select_copy_int_368 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_310, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9675582Z %aten_select_copy_int_370 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_311, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9676192Z %aten_select_copy_int_372 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_312, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9676832Z %aten_select_copy_int_374 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_313, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9677450Z %aten_select_copy_int_376 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_314, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9678059Z %aten_select_copy_int_378 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_315, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9678666Z %aten_select_copy_int_380 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_316, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9679320Z %aten_select_copy_int_382 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_317, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9679965Z %aten_mul_tensor_107 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_80, %aten_view_copy_default_131), kwargs = {}) 2025-06-05T23:24:25.9680608Z %aten_mul_tensor_109 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_80, %aten_view_copy_default_132), kwargs = {}) 2025-06-05T23:24:25.9681262Z %aten_mul_tensor_108 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_81, %aten_view_copy_default_132), kwargs = {}) 2025-06-05T23:24:25.9681897Z %aten_mul_tensor_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_81, %aten_view_copy_default_131), kwargs = {}) 2025-06-05T23:24:25.9682556Z %aten_mul_tensor_111 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_82, %aten_view_copy_default_131), kwargs = {}) 2025-06-05T23:24:25.9683223Z %aten_mul_tensor_113 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_82, %aten_view_copy_default_132), kwargs = {}) 2025-06-05T23:24:25.9683908Z %aten_mul_tensor_112 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_83, %aten_view_copy_default_132), kwargs = {}) 2025-06-05T23:24:25.9684599Z %aten_mul_tensor_114 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_83, %aten_view_copy_default_131), kwargs = {}) 2025-06-05T23:24:25.9685199Z %aten_select_copy_int_361 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_360, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9685826Z %aten_select_copy_int_363 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_362, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9686438Z %aten_select_copy_int_365 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_364, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9687032Z %aten_select_copy_int_367 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_366, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9687623Z %aten_select_copy_int_369 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_368, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9688259Z %aten_select_copy_int_371 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_370, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9688849Z %aten_select_copy_int_373 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_372, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9689451Z %aten_select_copy_int_375 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_374, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9708809Z %aten_select_copy_int_377 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_376, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9709557Z %aten_select_copy_int_379 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_378, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9710371Z %aten_select_copy_int_381 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_380, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9711002Z %aten_select_copy_int_383 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_382, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9711598Z %aten_sub_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_107, %aten_mul_tensor_108), kwargs = {}) 2025-06-05T23:24:25.9712185Z %aten_add_tensor_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_109, %aten_mul_tensor_110), kwargs = {}) 2025-06-05T23:24:25.9712784Z %aten_sub_tensor_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_111, %aten_mul_tensor_112), kwargs = {}) 2025-06-05T23:24:25.9713372Z %aten_add_tensor_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_113, %aten_mul_tensor_114), kwargs = {}) 2025-06-05T23:24:25.9714935Z %aten_cat_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_361, %aten_select_copy_int_363, %aten_select_copy_int_365, %aten_select_copy_int_367, %aten_select_copy_int_369, %aten_select_copy_int_371, %aten_select_copy_int_373, %aten_select_copy_int_375, %aten_select_copy_int_377, %aten_select_copy_int_379, %aten_select_copy_int_381, %aten_select_copy_int_383],), kwargs = {}) 2025-06-05T23:24:25.9715635Z %aten_unsqueeze_copy_default_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_14, 4), kwargs = {}) 2025-06-05T23:24:25.9716274Z %aten_unsqueeze_copy_default_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_35, 4), kwargs = {}) 2025-06-05T23:24:25.9716960Z %aten_unsqueeze_copy_default_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_15, 4), kwargs = {}) 2025-06-05T23:24:25.9717597Z %aten_unsqueeze_copy_default_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_36, 4), kwargs = {}) 2025-06-05T23:24:25.9718237Z %aten_view_copy_default_136 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_31, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9718952Z %aten_cat_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_80, %aten_unsqueeze_copy_default_81], -1), kwargs = {}) 2025-06-05T23:24:25.9719694Z %aten_cat_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_82, %aten_unsqueeze_copy_default_83], -1), kwargs = {}) 2025-06-05T23:24:25.9720338Z %aten_view_copy_default_133 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_28, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9720961Z %aten_view_copy_default_134 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_29, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9721642Z %aten_permute_copy_default_293 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_133, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9722573Z %aten_index_put_default_14 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_7_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_134), kwargs = {}) 2025-06-05T23:24:25.9723255Z %aten_permute_copy_default_294 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9723944Z %aten_permute_copy_default_295 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9724617Z %aten_permute_copy_default_296 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9725286Z %aten_permute_copy_default_297 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9725974Z %aten_permute_copy_default_298 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9726673Z %aten_permute_copy_default_299 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9727339Z %aten_permute_copy_default_300 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9728024Z %aten_permute_copy_default_301 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9728725Z %aten_permute_copy_default_302 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9729392Z %aten_permute_copy_default_303 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9730077Z %aten_permute_copy_default_304 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9730750Z %aten_permute_copy_default_305 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_14, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9731375Z %aten_select_copy_int_336 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_294, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9732011Z %aten_select_copy_int_338 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_295, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9732622Z %aten_select_copy_int_340 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_296, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9733243Z %aten_select_copy_int_342 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_297, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9733849Z %aten_select_copy_int_344 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_298, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9734488Z %aten_select_copy_int_346 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_299, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9735112Z %aten_select_copy_int_348 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_300, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9735719Z %aten_select_copy_int_350 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_301, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9736330Z %aten_select_copy_int_352 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_302, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9736949Z %aten_select_copy_int_354 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_303, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9737565Z %aten_select_copy_int_356 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_304, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9738185Z %aten_select_copy_int_358 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_305, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9738801Z %aten_select_copy_int_337 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_336, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9739392Z %aten_select_copy_int_339 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_338, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9739995Z %aten_select_copy_int_341 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_340, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9740613Z %aten_select_copy_int_343 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_342, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9741205Z %aten_select_copy_int_345 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_344, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9741804Z %aten_select_copy_int_347 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_346, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9742394Z %aten_select_copy_int_349 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_348, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9742989Z %aten_select_copy_int_351 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_350, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9743618Z %aten_select_copy_int_353 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_352, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9744210Z %aten_select_copy_int_355 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_354, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9744817Z %aten_select_copy_int_357 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_356, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9745411Z %aten_select_copy_int_359 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_358, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9746983Z %aten_cat_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_337, %aten_select_copy_int_339, %aten_select_copy_int_341, %aten_select_copy_int_343, %aten_select_copy_int_345, %aten_select_copy_int_347, %aten_select_copy_int_349, %aten_select_copy_int_351, %aten_select_copy_int_353, %aten_select_copy_int_355, %aten_select_copy_int_357, %aten_select_copy_int_359],), kwargs = {}) 2025-06-05T23:24:25.9747638Z %aten_view_copy_default_135 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_30, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9748315Z %aten_permute_copy_default_318 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_135, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.9749045Z %aten_matmul_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_293, %aten_permute_copy_default_318), kwargs = {}) 2025-06-05T23:24:25.9749680Z %aten_mul_tensor_115 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_14, %_lifted_tensor_constant45), kwargs = {}) 2025-06-05T23:24:25.9750344Z %aten_add_tensor_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_115, %aten_index_tensor_9), kwargs = {}) 2025-06-05T23:24:25.9750964Z %aten__softmax_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_37, -1, False), kwargs = {}) 2025-06-05T23:24:25.9751640Z %aten_matmul_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_7, %aten_view_copy_default_136), kwargs = {}) 2025-06-05T23:24:25.9752338Z %aten_permute_copy_default_319 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_15, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9753006Z %aten_view_copy_default_143 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_319, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.9753675Z %aten_unsqueeze_copy_default_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_143, -1), kwargs = {}) 2025-06-05T23:24:25.9754371Z %aten_permute_copy_default_320 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_84, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9755319Z %aten_convolution_default_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_320, %p_layers_7_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9756033Z %aten_permute_copy_default_321 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_52, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9756676Z %aten_squeeze_copy_dims_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_321, [-1]), kwargs = {}) 2025-06-05T23:24:25.9757280Z %aten_add_tensor_38 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_34, %aten_squeeze_copy_dims_84), kwargs = {}) 2025-06-05T23:24:25.9758018Z %aten_rms_norm_default_15 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_38, [768], %p_layers_7_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9758731Z %aten_unsqueeze_copy_default_85 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_15, -1), kwargs = {}) 2025-06-05T23:24:25.9759391Z %aten_unsqueeze_copy_default_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_15, -1), kwargs = {}) 2025-06-05T23:24:25.9760093Z %aten_permute_copy_default_322 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_85, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9760802Z %aten_permute_copy_default_324 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_86, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9761752Z %aten_convolution_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_322, %p_layers_7_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9762729Z %aten_convolution_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_324, %p_layers_7_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9763416Z %aten_permute_copy_default_323 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_53, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9764098Z %aten_permute_copy_default_325 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_54, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9764768Z %aten_squeeze_copy_dims_85 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_323, [-1]), kwargs = {}) 2025-06-05T23:24:25.9765393Z %aten_squeeze_copy_dims_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_325, [-1]), kwargs = {}) 2025-06-05T23:24:25.9765993Z %aten_sigmoid_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_85,), kwargs = {}) 2025-06-05T23:24:25.9766637Z %aten_mul_tensor_118 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_85, %aten_sigmoid_default_7), kwargs = {}) 2025-06-05T23:24:25.9767247Z %aten_mul_tensor_119 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_118, %aten_squeeze_copy_dims_86), kwargs = {}) 2025-06-05T23:24:25.9767935Z %aten_unsqueeze_copy_default_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_119, -1), kwargs = {}) 2025-06-05T23:24:25.9768636Z %aten_permute_copy_default_326 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_87, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9769572Z %aten_convolution_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_326, %p_layers_7_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9770270Z %aten_permute_copy_default_327 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_55, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9771176Z %aten_squeeze_copy_dims_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_327, [-1]), kwargs = {}) 2025-06-05T23:24:25.9771787Z %aten_add_tensor_39 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_38, %aten_squeeze_copy_dims_87), kwargs = {}) 2025-06-05T23:24:25.9772574Z %aten_rms_norm_default_16 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_39, [768], %p_layers_8_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9773232Z %aten_unsqueeze_copy_default_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_16, -1), kwargs = {}) 2025-06-05T23:24:25.9773903Z %aten_unsqueeze_copy_default_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_16, -1), kwargs = {}) 2025-06-05T23:24:25.9774558Z %aten_unsqueeze_copy_default_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_16, -1), kwargs = {}) 2025-06-05T23:24:25.9775298Z %aten_permute_copy_default_328 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_88, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9776852Z %aten_permute_copy_default_330 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_89, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9778374Z %aten_permute_copy_default_332 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_90, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9780162Z %aten_convolution_default_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_328, %p_layers_8_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9782165Z %aten_convolution_default_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_330, %p_layers_8_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9784139Z %aten_convolution_default_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_332, %p_layers_8_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9786605Z %aten_permute_copy_default_329 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_56, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9788244Z %aten_permute_copy_default_331 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_57, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9789742Z %aten_permute_copy_default_333 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_58, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9791337Z %aten_squeeze_copy_dims_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_329, [-1]), kwargs = {}) 2025-06-05T23:24:25.9792705Z %aten_squeeze_copy_dims_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_331, [-1]), kwargs = {}) 2025-06-05T23:24:25.9794613Z %aten_squeeze_copy_dims_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_333, [-1]), kwargs = {}) 2025-06-05T23:24:25.9796302Z %aten_view_copy_default_144 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_88, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9797845Z %aten_view_copy_default_145 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_89, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9799262Z %aten_view_copy_default_146 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_90, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9800801Z %aten_view_copy_default_147 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_144, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9802317Z %aten_view_copy_default_148 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_145, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:25.9804182Z %aten_index_put_default_17 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_8_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_146), kwargs = {}) 2025-06-05T23:24:25.9805824Z %aten_slice_copy_tensor_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_147, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9807188Z %aten_slice_copy_tensor_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_147, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9808604Z %aten_slice_copy_tensor_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_148, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9809973Z %aten_slice_copy_tensor_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_148, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:25.9811385Z %aten_permute_copy_default_347 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9812852Z %aten_permute_copy_default_348 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9814352Z %aten_permute_copy_default_349 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9815805Z %aten_permute_copy_default_350 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9817269Z %aten_permute_copy_default_351 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9818736Z %aten_permute_copy_default_352 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9820211Z %aten_permute_copy_default_353 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9821681Z %aten_permute_copy_default_354 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9823143Z %aten_permute_copy_default_355 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9824607Z %aten_permute_copy_default_356 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9826058Z %aten_permute_copy_default_357 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9827532Z %aten_permute_copy_default_358 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9828963Z %aten_squeeze_copy_dims_91 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_32, [4]), kwargs = {}) 2025-06-05T23:24:25.9830379Z %aten_squeeze_copy_dims_92 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_33, [4]), kwargs = {}) 2025-06-05T23:24:25.9831727Z %aten_squeeze_copy_dims_93 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_34, [4]), kwargs = {}) 2025-06-05T23:24:25.9833056Z %aten_squeeze_copy_dims_94 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_35, [4]), kwargs = {}) 2025-06-05T23:24:25.9834435Z %aten_select_copy_int_408 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_347, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9835780Z %aten_select_copy_int_410 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_348, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9837111Z %aten_select_copy_int_412 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_349, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9838452Z %aten_select_copy_int_414 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_350, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9839842Z %aten_select_copy_int_416 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_351, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9841168Z %aten_select_copy_int_418 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_352, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9842508Z %aten_select_copy_int_420 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_353, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9843856Z %aten_select_copy_int_422 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_354, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9845179Z %aten_select_copy_int_424 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_355, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9846550Z %aten_select_copy_int_426 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_356, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9847897Z %aten_select_copy_int_428 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_357, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9849230Z %aten_select_copy_int_430 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_358, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9850612Z %aten_mul_tensor_122 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_91, %aten_view_copy_default_149), kwargs = {}) 2025-06-05T23:24:25.9852027Z %aten_mul_tensor_124 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_91, %aten_view_copy_default_150), kwargs = {}) 2025-06-05T23:24:25.9853431Z %aten_mul_tensor_123 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_92, %aten_view_copy_default_150), kwargs = {}) 2025-06-05T23:24:25.9854875Z %aten_mul_tensor_125 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_92, %aten_view_copy_default_149), kwargs = {}) 2025-06-05T23:24:25.9856282Z %aten_mul_tensor_126 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_93, %aten_view_copy_default_149), kwargs = {}) 2025-06-05T23:24:25.9857669Z %aten_mul_tensor_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_93, %aten_view_copy_default_150), kwargs = {}) 2025-06-05T23:24:25.9859103Z %aten_mul_tensor_127 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_94, %aten_view_copy_default_150), kwargs = {}) 2025-06-05T23:24:25.9860502Z %aten_mul_tensor_129 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_94, %aten_view_copy_default_149), kwargs = {}) 2025-06-05T23:24:25.9861851Z %aten_select_copy_int_409 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_408, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9863160Z %aten_select_copy_int_411 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_410, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9864467Z %aten_select_copy_int_413 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_412, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9865786Z %aten_select_copy_int_415 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_414, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9867093Z %aten_select_copy_int_417 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_416, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9868403Z %aten_select_copy_int_419 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_418, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9869699Z %aten_select_copy_int_421 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_420, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9871308Z %aten_select_copy_int_423 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_422, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9872713Z %aten_select_copy_int_425 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_424, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9874016Z %aten_select_copy_int_427 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_426, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9875338Z %aten_select_copy_int_429 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_428, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9876658Z %aten_select_copy_int_431 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_430, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9877958Z %aten_sub_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_122, %aten_mul_tensor_123), kwargs = {}) 2025-06-05T23:24:25.9879264Z %aten_add_tensor_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_124, %aten_mul_tensor_125), kwargs = {}) 2025-06-05T23:24:25.9880588Z %aten_sub_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_126, %aten_mul_tensor_127), kwargs = {}) 2025-06-05T23:24:25.9881865Z %aten_add_tensor_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_128, %aten_mul_tensor_129), kwargs = {}) 2025-06-05T23:24:25.9884153Z %aten_cat_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_409, %aten_select_copy_int_411, %aten_select_copy_int_413, %aten_select_copy_int_415, %aten_select_copy_int_417, %aten_select_copy_int_419, %aten_select_copy_int_421, %aten_select_copy_int_423, %aten_select_copy_int_425, %aten_select_copy_int_427, %aten_select_copy_int_429, %aten_select_copy_int_431],), kwargs = {}) 2025-06-05T23:24:25.9886474Z %aten_unsqueeze_copy_default_91 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_16, 4), kwargs = {}) 2025-06-05T23:24:25.9887960Z %aten_unsqueeze_copy_default_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_40, 4), kwargs = {}) 2025-06-05T23:24:25.9889360Z %aten_unsqueeze_copy_default_93 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_17, 4), kwargs = {}) 2025-06-05T23:24:25.9890758Z %aten_unsqueeze_copy_default_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_41, 4), kwargs = {}) 2025-06-05T23:24:25.9892182Z %aten_view_copy_default_154 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_35, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9893645Z %aten_cat_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_91, %aten_unsqueeze_copy_default_92], -1), kwargs = {}) 2025-06-05T23:24:25.9895179Z %aten_cat_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_93, %aten_unsqueeze_copy_default_94], -1), kwargs = {}) 2025-06-05T23:24:25.9896699Z %aten_view_copy_default_151 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_32, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9898280Z %aten_view_copy_default_152 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_33, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:25.9899900Z %aten_permute_copy_default_334 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_151, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9901571Z %aten_index_put_default_16 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_8_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_152), kwargs = {}) 2025-06-05T23:24:25.9903251Z %aten_permute_copy_default_335 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9904724Z %aten_permute_copy_default_336 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9906179Z %aten_permute_copy_default_337 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9907686Z %aten_permute_copy_default_338 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9909147Z %aten_permute_copy_default_339 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9910685Z %aten_permute_copy_default_340 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9912193Z %aten_permute_copy_default_341 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9913660Z %aten_permute_copy_default_342 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9915115Z %aten_permute_copy_default_343 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9916584Z %aten_permute_copy_default_344 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9918069Z %aten_permute_copy_default_345 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9919537Z %aten_permute_copy_default_346 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_16, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9920942Z %aten_select_copy_int_384 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_335, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9922272Z %aten_select_copy_int_386 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_336, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9923614Z %aten_select_copy_int_388 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_337, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9924987Z %aten_select_copy_int_390 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_338, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9926318Z %aten_select_copy_int_392 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_339, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9927659Z %aten_select_copy_int_394 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_340, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9928981Z %aten_select_copy_int_396 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_341, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9930324Z %aten_select_copy_int_398 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_342, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9931662Z %aten_select_copy_int_400 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_343, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9933011Z %aten_select_copy_int_402 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_344, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9934356Z %aten_select_copy_int_404 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_345, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9935698Z %aten_select_copy_int_406 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_346, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9937012Z %aten_select_copy_int_385 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_384, 0, 0), kwargs = {}) 2025-06-05T23:24:25.9938360Z %aten_select_copy_int_387 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_386, 0, 1), kwargs = {}) 2025-06-05T23:24:25.9939675Z %aten_select_copy_int_389 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_388, 0, 2), kwargs = {}) 2025-06-05T23:24:25.9940970Z %aten_select_copy_int_391 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_390, 0, 3), kwargs = {}) 2025-06-05T23:24:25.9942279Z %aten_select_copy_int_393 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_392, 0, 4), kwargs = {}) 2025-06-05T23:24:25.9943619Z %aten_select_copy_int_395 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_394, 0, 5), kwargs = {}) 2025-06-05T23:24:25.9944932Z %aten_select_copy_int_397 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_396, 0, 6), kwargs = {}) 2025-06-05T23:24:25.9946232Z %aten_select_copy_int_399 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_398, 0, 7), kwargs = {}) 2025-06-05T23:24:25.9947535Z %aten_select_copy_int_401 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_400, 0, 8), kwargs = {}) 2025-06-05T23:24:25.9948843Z %aten_select_copy_int_403 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_402, 0, 9), kwargs = {}) 2025-06-05T23:24:25.9950191Z %aten_select_copy_int_405 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_404, 0, 10), kwargs = {}) 2025-06-05T23:24:25.9951579Z %aten_select_copy_int_407 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_406, 0, 11), kwargs = {}) 2025-06-05T23:24:25.9953846Z %aten_cat_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_385, %aten_select_copy_int_387, %aten_select_copy_int_389, %aten_select_copy_int_391, %aten_select_copy_int_393, %aten_select_copy_int_395, %aten_select_copy_int_397, %aten_select_copy_int_399, %aten_select_copy_int_401, %aten_select_copy_int_403, %aten_select_copy_int_405, %aten_select_copy_int_407],), kwargs = {}) 2025-06-05T23:24:25.9956130Z %aten_view_copy_default_153 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_34, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:25.9957562Z %aten_permute_copy_default_359 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_153, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:25.9959103Z %aten_matmul_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_334, %aten_permute_copy_default_359), kwargs = {}) 2025-06-05T23:24:25.9960563Z %aten_mul_tensor_130 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_16, %_lifted_tensor_constant46), kwargs = {}) 2025-06-05T23:24:25.9961914Z %aten_add_tensor_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_130, %aten_index_tensor_10), kwargs = {}) 2025-06-05T23:24:25.9963266Z %aten__softmax_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_42, -1, False), kwargs = {}) 2025-06-05T23:24:25.9964656Z %aten_matmul_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_8, %aten_view_copy_default_154), kwargs = {}) 2025-06-05T23:24:25.9966114Z %aten_permute_copy_default_360 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_17, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9967554Z %aten_view_copy_default_161 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_360, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:25.9968982Z %aten_unsqueeze_copy_default_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_161, -1), kwargs = {}) 2025-06-05T23:24:25.9970723Z %aten_permute_copy_default_361 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_95, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9972547Z %aten_convolution_default_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_361, %p_layers_8_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9974277Z %aten_permute_copy_default_362 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_59, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9975717Z %aten_squeeze_copy_dims_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_362, [-1]), kwargs = {}) 2025-06-05T23:24:25.9977150Z %aten_add_tensor_43 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_39, %aten_squeeze_copy_dims_95), kwargs = {}) 2025-06-05T23:24:25.9978608Z %aten_rms_norm_default_17 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_43, [768], %p_layers_8_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:25.9980120Z %aten_unsqueeze_copy_default_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_17, -1), kwargs = {}) 2025-06-05T23:24:25.9981553Z %aten_unsqueeze_copy_default_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_17, -1), kwargs = {}) 2025-06-05T23:24:25.9983036Z %aten_permute_copy_default_363 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_96, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9984531Z %aten_permute_copy_default_365 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_97, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9986320Z %aten_convolution_default_60 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_363, %p_layers_8_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9988306Z %aten_convolution_default_61 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_365, %p_layers_8_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:25.9990076Z %aten_permute_copy_default_364 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_60, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9991637Z %aten_permute_copy_default_366 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_61, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:25.9993068Z %aten_squeeze_copy_dims_96 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_364, [-1]), kwargs = {}) 2025-06-05T23:24:25.9994425Z %aten_squeeze_copy_dims_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_366, [-1]), kwargs = {}) 2025-06-05T23:24:25.9995778Z %aten_sigmoid_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_96,), kwargs = {}) 2025-06-05T23:24:25.9997167Z %aten_mul_tensor_133 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_96, %aten_sigmoid_default_8), kwargs = {}) 2025-06-05T23:24:25.9998605Z %aten_mul_tensor_134 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_133, %aten_squeeze_copy_dims_97), kwargs = {}) 2025-06-05T23:24:26.0000144Z %aten_unsqueeze_copy_default_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_134, -1), kwargs = {}) 2025-06-05T23:24:26.0001627Z %aten_permute_copy_default_367 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_98, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0003408Z %aten_convolution_default_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_367, %p_layers_8_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0005148Z %aten_permute_copy_default_368 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_62, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0006585Z %aten_squeeze_copy_dims_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_368, [-1]), kwargs = {}) 2025-06-05T23:24:26.0007926Z %aten_add_tensor_44 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_43, %aten_squeeze_copy_dims_98), kwargs = {}) 2025-06-05T23:24:26.0009415Z %aten_rms_norm_default_18 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_44, [768], %p_layers_9_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0010953Z %aten_unsqueeze_copy_default_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_18, -1), kwargs = {}) 2025-06-05T23:24:26.0012410Z %aten_unsqueeze_copy_default_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_18, -1), kwargs = {}) 2025-06-05T23:24:26.0013854Z %aten_unsqueeze_copy_default_101 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_18, -1), kwargs = {}) 2025-06-05T23:24:26.0015331Z %aten_permute_copy_default_369 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_99, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0016868Z %aten_permute_copy_default_371 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_100, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0018395Z %aten_permute_copy_default_373 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_101, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0020135Z %aten_convolution_default_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_369, %p_layers_9_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0022092Z %aten_convolution_default_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_371, %p_layers_9_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0024089Z %aten_convolution_default_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_373, %p_layers_9_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0025810Z %aten_permute_copy_default_370 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_63, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0027297Z %aten_permute_copy_default_372 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_64, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0028796Z %aten_permute_copy_default_374 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_65, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0030303Z %aten_squeeze_copy_dims_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_370, [-1]), kwargs = {}) 2025-06-05T23:24:26.0031708Z %aten_squeeze_copy_dims_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_372, [-1]), kwargs = {}) 2025-06-05T23:24:26.0033079Z %aten_squeeze_copy_dims_101 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_374, [-1]), kwargs = {}) 2025-06-05T23:24:26.0034480Z %aten_view_copy_default_162 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_99, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0035900Z %aten_view_copy_default_163 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_100, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0037313Z %aten_view_copy_default_164 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_101, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0038806Z %aten_view_copy_default_165 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_162, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:26.0040242Z %aten_view_copy_default_166 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_163, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:26.0041920Z %aten_index_put_default_19 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_9_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_164), kwargs = {}) 2025-06-05T23:24:26.0043547Z %aten_slice_copy_tensor_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_165, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0044918Z %aten_slice_copy_tensor_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_165, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:26.0046281Z %aten_slice_copy_tensor_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_166, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0047645Z %aten_slice_copy_tensor_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_166, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:26.0049097Z %aten_permute_copy_default_388 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0050555Z %aten_permute_copy_default_389 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0052026Z %aten_permute_copy_default_390 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0053489Z %aten_permute_copy_default_391 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0054972Z %aten_permute_copy_default_392 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0056434Z %aten_permute_copy_default_393 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0057901Z %aten_permute_copy_default_394 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0059358Z %aten_permute_copy_default_395 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0060819Z %aten_permute_copy_default_396 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0062286Z %aten_permute_copy_default_397 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0063771Z %aten_permute_copy_default_398 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0065235Z %aten_permute_copy_default_399 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0066642Z %aten_squeeze_copy_dims_102 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_36, [4]), kwargs = {}) 2025-06-05T23:24:26.0068010Z %aten_squeeze_copy_dims_103 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_37, [4]), kwargs = {}) 2025-06-05T23:24:26.0069363Z %aten_squeeze_copy_dims_104 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_38, [4]), kwargs = {}) 2025-06-05T23:24:26.0070990Z %aten_squeeze_copy_dims_105 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_39, [4]), kwargs = {}) 2025-06-05T23:24:26.0072337Z %aten_select_copy_int_456 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_388, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0073673Z %aten_select_copy_int_458 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_389, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0075123Z %aten_select_copy_int_460 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_390, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0076450Z %aten_select_copy_int_462 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_391, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0077788Z %aten_select_copy_int_464 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_392, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0079126Z %aten_select_copy_int_466 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_393, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0080456Z %aten_select_copy_int_468 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_394, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0081835Z %aten_select_copy_int_470 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_395, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0083176Z %aten_select_copy_int_472 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_396, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0084498Z %aten_select_copy_int_474 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_397, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0085838Z %aten_select_copy_int_476 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_398, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0087179Z %aten_select_copy_int_478 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_399, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0088549Z %aten_mul_tensor_137 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_102, %aten_view_copy_default_167), kwargs = {}) 2025-06-05T23:24:26.0089998Z %aten_mul_tensor_139 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_102, %aten_view_copy_default_168), kwargs = {}) 2025-06-05T23:24:26.0091498Z %aten_mul_tensor_138 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_103, %aten_view_copy_default_168), kwargs = {}) 2025-06-05T23:24:26.0092894Z %aten_mul_tensor_140 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_103, %aten_view_copy_default_167), kwargs = {}) 2025-06-05T23:24:26.0094350Z %aten_mul_tensor_141 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_104, %aten_view_copy_default_167), kwargs = {}) 2025-06-05T23:24:26.0095758Z %aten_mul_tensor_143 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_104, %aten_view_copy_default_168), kwargs = {}) 2025-06-05T23:24:26.0097154Z %aten_mul_tensor_142 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_105, %aten_view_copy_default_168), kwargs = {}) 2025-06-05T23:24:26.0098564Z %aten_mul_tensor_144 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_105, %aten_view_copy_default_167), kwargs = {}) 2025-06-05T23:24:26.0100012Z %aten_select_copy_int_457 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_456, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0101506Z %aten_select_copy_int_459 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_458, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0103014Z %aten_select_copy_int_461 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_460, 0, 2), kwargs = {}) 2025-06-05T23:24:26.0104315Z %aten_select_copy_int_463 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_462, 0, 3), kwargs = {}) 2025-06-05T23:24:26.0105628Z %aten_select_copy_int_465 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_464, 0, 4), kwargs = {}) 2025-06-05T23:24:26.0106983Z %aten_select_copy_int_467 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_466, 0, 5), kwargs = {}) 2025-06-05T23:24:26.0108276Z %aten_select_copy_int_469 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_468, 0, 6), kwargs = {}) 2025-06-05T23:24:26.0109580Z %aten_select_copy_int_471 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_470, 0, 7), kwargs = {}) 2025-06-05T23:24:26.0110984Z %aten_select_copy_int_473 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_472, 0, 8), kwargs = {}) 2025-06-05T23:24:26.0112279Z %aten_select_copy_int_475 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_474, 0, 9), kwargs = {}) 2025-06-05T23:24:26.0113595Z %aten_select_copy_int_477 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_476, 0, 10), kwargs = {}) 2025-06-05T23:24:26.0114904Z %aten_select_copy_int_479 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_478, 0, 11), kwargs = {}) 2025-06-05T23:24:26.0116234Z %aten_sub_tensor_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_137, %aten_mul_tensor_138), kwargs = {}) 2025-06-05T23:24:26.0117520Z %aten_add_tensor_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_139, %aten_mul_tensor_140), kwargs = {}) 2025-06-05T23:24:26.0118802Z %aten_sub_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_141, %aten_mul_tensor_142), kwargs = {}) 2025-06-05T23:24:26.0120101Z %aten_add_tensor_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_143, %aten_mul_tensor_144), kwargs = {}) 2025-06-05T23:24:26.0122342Z %aten_cat_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_457, %aten_select_copy_int_459, %aten_select_copy_int_461, %aten_select_copy_int_463, %aten_select_copy_int_465, %aten_select_copy_int_467, %aten_select_copy_int_469, %aten_select_copy_int_471, %aten_select_copy_int_473, %aten_select_copy_int_475, %aten_select_copy_int_477, %aten_select_copy_int_479],), kwargs = {}) 2025-06-05T23:24:26.0124652Z %aten_unsqueeze_copy_default_102 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_18, 4), kwargs = {}) 2025-06-05T23:24:26.0126051Z %aten_unsqueeze_copy_default_103 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_45, 4), kwargs = {}) 2025-06-05T23:24:26.0127465Z %aten_unsqueeze_copy_default_104 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_19, 4), kwargs = {}) 2025-06-05T23:24:26.0128867Z %aten_unsqueeze_copy_default_105 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_46, 4), kwargs = {}) 2025-06-05T23:24:26.0130252Z %aten_view_copy_default_172 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_39, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:26.0131705Z %aten_cat_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_102, %aten_unsqueeze_copy_default_103], -1), kwargs = {}) 2025-06-05T23:24:26.0133288Z %aten_cat_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_104, %aten_unsqueeze_copy_default_105], -1), kwargs = {}) 2025-06-05T23:24:26.0134741Z %aten_view_copy_default_169 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_36, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0136093Z %aten_view_copy_default_170 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_37, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0137519Z %aten_permute_copy_default_375 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_169, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0139208Z %aten_index_put_default_18 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_9_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_170), kwargs = {}) 2025-06-05T23:24:26.0140876Z %aten_permute_copy_default_376 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0142374Z %aten_permute_copy_default_377 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0143841Z %aten_permute_copy_default_378 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0145297Z %aten_permute_copy_default_379 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0146791Z %aten_permute_copy_default_380 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0148258Z %aten_permute_copy_default_381 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0149715Z %aten_permute_copy_default_382 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0151620Z %aten_permute_copy_default_383 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0153142Z %aten_permute_copy_default_384 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0154594Z %aten_permute_copy_default_385 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0156057Z %aten_permute_copy_default_386 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0157523Z %aten_permute_copy_default_387 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_18, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0158951Z %aten_select_copy_int_432 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_376, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0160306Z %aten_select_copy_int_434 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_377, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0161651Z %aten_select_copy_int_436 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_378, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0162980Z %aten_select_copy_int_438 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_379, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0164319Z %aten_select_copy_int_440 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_380, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0165666Z %aten_select_copy_int_442 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_381, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0166995Z %aten_select_copy_int_444 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_382, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0168384Z %aten_select_copy_int_446 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_383, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0169723Z %aten_select_copy_int_448 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_384, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0171253Z %aten_select_copy_int_450 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_385, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0172682Z %aten_select_copy_int_452 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_386, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0174031Z %aten_select_copy_int_454 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_387, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0175349Z %aten_select_copy_int_433 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_432, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0176665Z %aten_select_copy_int_435 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_434, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0177976Z %aten_select_copy_int_437 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_436, 0, 2), kwargs = {}) 2025-06-05T23:24:26.0179316Z %aten_select_copy_int_439 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_438, 0, 3), kwargs = {}) 2025-06-05T23:24:26.0180639Z %aten_select_copy_int_441 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_440, 0, 4), kwargs = {}) 2025-06-05T23:24:26.0181950Z %aten_select_copy_int_443 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_442, 0, 5), kwargs = {}) 2025-06-05T23:24:26.0183244Z %aten_select_copy_int_445 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_444, 0, 6), kwargs = {}) 2025-06-05T23:24:26.0184588Z %aten_select_copy_int_447 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_446, 0, 7), kwargs = {}) 2025-06-05T23:24:26.0185889Z %aten_select_copy_int_449 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_448, 0, 8), kwargs = {}) 2025-06-05T23:24:26.0187198Z %aten_select_copy_int_451 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_450, 0, 9), kwargs = {}) 2025-06-05T23:24:26.0188506Z %aten_select_copy_int_453 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_452, 0, 10), kwargs = {}) 2025-06-05T23:24:26.0189807Z %aten_select_copy_int_455 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_454, 0, 11), kwargs = {}) 2025-06-05T23:24:26.0192168Z %aten_cat_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_433, %aten_select_copy_int_435, %aten_select_copy_int_437, %aten_select_copy_int_439, %aten_select_copy_int_441, %aten_select_copy_int_443, %aten_select_copy_int_445, %aten_select_copy_int_447, %aten_select_copy_int_449, %aten_select_copy_int_451, %aten_select_copy_int_453, %aten_select_copy_int_455],), kwargs = {}) 2025-06-05T23:24:26.0194516Z %aten_view_copy_default_171 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_38, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:26.0195958Z %aten_permute_copy_default_400 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_171, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:26.0197462Z %aten_matmul_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_375, %aten_permute_copy_default_400), kwargs = {}) 2025-06-05T23:24:26.0198957Z %aten_mul_tensor_145 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_18, %_lifted_tensor_constant47), kwargs = {}) 2025-06-05T23:24:26.0200301Z %aten_add_tensor_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_145, %aten_index_tensor_11), kwargs = {}) 2025-06-05T23:24:26.0201704Z %aten__softmax_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_47, -1, False), kwargs = {}) 2025-06-05T23:24:26.0203172Z %aten_matmul_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_9, %aten_view_copy_default_172), kwargs = {}) 2025-06-05T23:24:26.0204807Z %aten_permute_copy_default_401 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_19, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0206239Z %aten_view_copy_default_179 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_401, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:26.0207700Z %aten_unsqueeze_copy_default_106 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_179, -1), kwargs = {}) 2025-06-05T23:24:26.0209202Z %aten_permute_copy_default_402 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_106, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0210987Z %aten_convolution_default_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_402, %p_layers_9_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0212739Z %aten_permute_copy_default_403 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_66, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0214184Z %aten_squeeze_copy_dims_106 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_403, [-1]), kwargs = {}) 2025-06-05T23:24:26.0215542Z %aten_add_tensor_48 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_44, %aten_squeeze_copy_dims_106), kwargs = {}) 2025-06-05T23:24:26.0217013Z %aten_rms_norm_default_19 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_48, [768], %p_layers_9_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0218542Z %aten_unsqueeze_copy_default_107 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_19, -1), kwargs = {}) 2025-06-05T23:24:26.0220003Z %aten_unsqueeze_copy_default_108 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_19, -1), kwargs = {}) 2025-06-05T23:24:26.0221487Z %aten_permute_copy_default_404 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_107, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0223013Z %aten_permute_copy_default_406 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_108, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0224794Z %aten_convolution_default_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_404, %p_layers_9_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0229964Z %aten_convolution_default_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_406, %p_layers_9_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0231833Z %aten_permute_copy_default_405 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_67, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0233329Z %aten_permute_copy_default_407 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_68, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0234851Z %aten_squeeze_copy_dims_107 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_405, [-1]), kwargs = {}) 2025-06-05T23:24:26.0236240Z %aten_squeeze_copy_dims_108 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_407, [-1]), kwargs = {}) 2025-06-05T23:24:26.0237628Z %aten_sigmoid_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_107,), kwargs = {}) 2025-06-05T23:24:26.0238986Z %aten_mul_tensor_148 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_107, %aten_sigmoid_default_9), kwargs = {}) 2025-06-05T23:24:26.0240365Z %aten_mul_tensor_149 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_148, %aten_squeeze_copy_dims_108), kwargs = {}) 2025-06-05T23:24:26.0241791Z %aten_unsqueeze_copy_default_109 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_149, -1), kwargs = {}) 2025-06-05T23:24:26.0243274Z %aten_permute_copy_default_408 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_109, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0245046Z %aten_convolution_default_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_408, %p_layers_9_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0246776Z %aten_permute_copy_default_409 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_69, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0248227Z %aten_squeeze_copy_dims_109 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_409, [-1]), kwargs = {}) 2025-06-05T23:24:26.0249594Z %aten_add_tensor_49 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_48, %aten_squeeze_copy_dims_109), kwargs = {}) 2025-06-05T23:24:26.0251083Z %aten_rms_norm_default_20 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_49, [768], %p_layers_10_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0252643Z %aten_unsqueeze_copy_default_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_20, -1), kwargs = {}) 2025-06-05T23:24:26.0254129Z %aten_unsqueeze_copy_default_111 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_20, -1), kwargs = {}) 2025-06-05T23:24:26.0255562Z %aten_unsqueeze_copy_default_112 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_20, -1), kwargs = {}) 2025-06-05T23:24:26.0257121Z %aten_permute_copy_default_410 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_110, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0258649Z %aten_permute_copy_default_412 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_111, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0260164Z %aten_permute_copy_default_414 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_112, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0261947Z %aten_convolution_default_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_410, %p_layers_10_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0263927Z %aten_convolution_default_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_412, %p_layers_10_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0265891Z %aten_convolution_default_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_414, %p_layers_10_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0267656Z %aten_permute_copy_default_411 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_70, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0269150Z %aten_permute_copy_default_413 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_71, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0270886Z %aten_permute_copy_default_415 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_72, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0272335Z %aten_squeeze_copy_dims_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_411, [-1]), kwargs = {}) 2025-06-05T23:24:26.0273723Z %aten_squeeze_copy_dims_111 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_413, [-1]), kwargs = {}) 2025-06-05T23:24:26.0275096Z %aten_squeeze_copy_dims_112 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_415, [-1]), kwargs = {}) 2025-06-05T23:24:26.0276507Z %aten_view_copy_default_180 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_110, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0277934Z %aten_view_copy_default_181 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_111, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0279344Z %aten_view_copy_default_182 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_112, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0280856Z %aten_view_copy_default_183 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_180, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:26.0282300Z %aten_view_copy_default_184 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_181, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:26.0284021Z %aten_index_put_default_21 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_10_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_182), kwargs = {}) 2025-06-05T23:24:26.0285659Z %aten_slice_copy_tensor_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_183, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0287076Z %aten_slice_copy_tensor_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_183, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:26.0288437Z %aten_slice_copy_tensor_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_184, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0289808Z %aten_slice_copy_tensor_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_184, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:26.0291226Z %aten_permute_copy_default_429 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0292684Z %aten_permute_copy_default_430 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0294285Z %aten_permute_copy_default_431 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0295775Z %aten_permute_copy_default_432 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0297244Z %aten_permute_copy_default_433 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0298694Z %aten_permute_copy_default_434 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0300164Z %aten_permute_copy_default_435 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0301636Z %aten_permute_copy_default_436 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0303170Z %aten_permute_copy_default_437 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0304702Z %aten_permute_copy_default_438 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0306449Z %aten_permute_copy_default_439 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0307967Z %aten_permute_copy_default_440 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0309424Z %aten_squeeze_copy_dims_113 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_40, [4]), kwargs = {}) 2025-06-05T23:24:26.0310873Z %aten_squeeze_copy_dims_114 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_41, [4]), kwargs = {}) 2025-06-05T23:24:26.0312220Z %aten_squeeze_copy_dims_115 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_42, [4]), kwargs = {}) 2025-06-05T23:24:26.0313577Z %aten_squeeze_copy_dims_116 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_43, [4]), kwargs = {}) 2025-06-05T23:24:26.0314972Z %aten_select_copy_int_504 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_429, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0316304Z %aten_select_copy_int_506 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_430, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0317646Z %aten_select_copy_int_508 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_431, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0318976Z %aten_select_copy_int_510 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_432, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0320344Z %aten_select_copy_int_512 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_433, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0321680Z %aten_select_copy_int_514 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_434, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0323011Z %aten_select_copy_int_516 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_435, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0324352Z %aten_select_copy_int_518 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_436, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0325688Z %aten_select_copy_int_520 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_437, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0327021Z %aten_select_copy_int_522 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_438, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0328363Z %aten_select_copy_int_524 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_439, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0329709Z %aten_select_copy_int_526 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_440, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0331070Z %aten_mul_tensor_152 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_113, %aten_view_copy_default_185), kwargs = {}) 2025-06-05T23:24:26.0332486Z %aten_mul_tensor_154 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_113, %aten_view_copy_default_186), kwargs = {}) 2025-06-05T23:24:26.0333942Z %aten_mul_tensor_153 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_114, %aten_view_copy_default_186), kwargs = {}) 2025-06-05T23:24:26.0335364Z %aten_mul_tensor_155 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_114, %aten_view_copy_default_185), kwargs = {}) 2025-06-05T23:24:26.0336822Z %aten_mul_tensor_156 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_115, %aten_view_copy_default_185), kwargs = {}) 2025-06-05T23:24:26.0338231Z %aten_mul_tensor_158 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_115, %aten_view_copy_default_186), kwargs = {}) 2025-06-05T23:24:26.0339666Z %aten_mul_tensor_157 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_116, %aten_view_copy_default_186), kwargs = {}) 2025-06-05T23:24:26.0341072Z %aten_mul_tensor_159 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_116, %aten_view_copy_default_185), kwargs = {}) 2025-06-05T23:24:26.0342429Z %aten_select_copy_int_505 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_504, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0343732Z %aten_select_copy_int_507 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_506, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0345037Z %aten_select_copy_int_509 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_508, 0, 2), kwargs = {}) 2025-06-05T23:24:26.0346368Z %aten_select_copy_int_511 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_510, 0, 3), kwargs = {}) 2025-06-05T23:24:26.0347670Z %aten_select_copy_int_513 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_512, 0, 4), kwargs = {}) 2025-06-05T23:24:26.0348976Z %aten_select_copy_int_515 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_514, 0, 5), kwargs = {}) 2025-06-05T23:24:26.0350355Z %aten_select_copy_int_517 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_516, 0, 6), kwargs = {}) 2025-06-05T23:24:26.0351658Z %aten_select_copy_int_519 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_518, 0, 7), kwargs = {}) 2025-06-05T23:24:26.0352973Z %aten_select_copy_int_521 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_520, 0, 8), kwargs = {}) 2025-06-05T23:24:26.0354286Z %aten_select_copy_int_523 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_522, 0, 9), kwargs = {}) 2025-06-05T23:24:26.0355588Z %aten_select_copy_int_525 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_524, 0, 10), kwargs = {}) 2025-06-05T23:24:26.0356905Z %aten_select_copy_int_527 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_526, 0, 11), kwargs = {}) 2025-06-05T23:24:26.0358213Z %aten_sub_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_152, %aten_mul_tensor_153), kwargs = {}) 2025-06-05T23:24:26.0359528Z %aten_add_tensor_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_154, %aten_mul_tensor_155), kwargs = {}) 2025-06-05T23:24:26.0360849Z %aten_sub_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_156, %aten_mul_tensor_157), kwargs = {}) 2025-06-05T23:24:26.0362137Z %aten_add_tensor_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_158, %aten_mul_tensor_159), kwargs = {}) 2025-06-05T23:24:26.0364373Z %aten_cat_default_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_505, %aten_select_copy_int_507, %aten_select_copy_int_509, %aten_select_copy_int_511, %aten_select_copy_int_513, %aten_select_copy_int_515, %aten_select_copy_int_517, %aten_select_copy_int_519, %aten_select_copy_int_521, %aten_select_copy_int_523, %aten_select_copy_int_525, %aten_select_copy_int_527],), kwargs = {}) 2025-06-05T23:24:26.0366718Z %aten_unsqueeze_copy_default_113 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_20, 4), kwargs = {}) 2025-06-05T23:24:26.0368124Z %aten_unsqueeze_copy_default_114 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_50, 4), kwargs = {}) 2025-06-05T23:24:26.0369521Z %aten_unsqueeze_copy_default_115 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_21, 4), kwargs = {}) 2025-06-05T23:24:26.0371232Z %aten_unsqueeze_copy_default_116 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_51, 4), kwargs = {}) 2025-06-05T23:24:26.0372637Z %aten_view_copy_default_190 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_43, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:26.0374098Z %aten_cat_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_113, %aten_unsqueeze_copy_default_114], -1), kwargs = {}) 2025-06-05T23:24:26.0375654Z %aten_cat_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_115, %aten_unsqueeze_copy_default_116], -1), kwargs = {}) 2025-06-05T23:24:26.0377123Z %aten_view_copy_default_187 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_40, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0378492Z %aten_view_copy_default_188 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_41, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0379919Z %aten_permute_copy_default_416 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_187, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0381610Z %aten_index_put_default_20 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_10_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_188), kwargs = {}) 2025-06-05T23:24:26.0383303Z %aten_permute_copy_default_417 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0384855Z %aten_permute_copy_default_418 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0386320Z %aten_permute_copy_default_419 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0387830Z %aten_permute_copy_default_420 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0389283Z %aten_permute_copy_default_421 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0390827Z %aten_permute_copy_default_422 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0392342Z %aten_permute_copy_default_423 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0393797Z %aten_permute_copy_default_424 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0395265Z %aten_permute_copy_default_425 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0396732Z %aten_permute_copy_default_426 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0398211Z %aten_permute_copy_default_427 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0399677Z %aten_permute_copy_default_428 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_20, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0401086Z %aten_select_copy_int_480 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_417, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0402428Z %aten_select_copy_int_482 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_418, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0403766Z %aten_select_copy_int_484 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_419, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0405210Z %aten_select_copy_int_486 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_420, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0406607Z %aten_select_copy_int_488 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_421, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0408067Z %aten_select_copy_int_490 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_422, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0409396Z %aten_select_copy_int_492 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_423, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0410740Z %aten_select_copy_int_494 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_424, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0412118Z %aten_select_copy_int_496 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_425, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0413478Z %aten_select_copy_int_498 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_426, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0414819Z %aten_select_copy_int_500 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_427, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0416161Z %aten_select_copy_int_502 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_428, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0417506Z %aten_select_copy_int_481 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_480, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0418818Z %aten_select_copy_int_483 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_482, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0420135Z %aten_select_copy_int_485 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_484, 0, 2), kwargs = {}) 2025-06-05T23:24:26.0421433Z %aten_select_copy_int_487 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_486, 0, 3), kwargs = {}) 2025-06-05T23:24:26.0422740Z %aten_select_copy_int_489 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_488, 0, 4), kwargs = {}) 2025-06-05T23:24:26.0424095Z %aten_select_copy_int_491 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_490, 0, 5), kwargs = {}) 2025-06-05T23:24:26.0425393Z %aten_select_copy_int_493 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_492, 0, 6), kwargs = {}) 2025-06-05T23:24:26.0426706Z %aten_select_copy_int_495 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_494, 0, 7), kwargs = {}) 2025-06-05T23:24:26.0428016Z %aten_select_copy_int_497 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_496, 0, 8), kwargs = {}) 2025-06-05T23:24:26.0429306Z %aten_select_copy_int_499 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_498, 0, 9), kwargs = {}) 2025-06-05T23:24:26.0430702Z %aten_select_copy_int_501 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_500, 0, 10), kwargs = {}) 2025-06-05T23:24:26.0432024Z %aten_select_copy_int_503 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_502, 0, 11), kwargs = {}) 2025-06-05T23:24:26.0434269Z %aten_cat_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_481, %aten_select_copy_int_483, %aten_select_copy_int_485, %aten_select_copy_int_487, %aten_select_copy_int_489, %aten_select_copy_int_491, %aten_select_copy_int_493, %aten_select_copy_int_495, %aten_select_copy_int_497, %aten_select_copy_int_499, %aten_select_copy_int_501, %aten_select_copy_int_503],), kwargs = {}) 2025-06-05T23:24:26.0436612Z %aten_view_copy_default_189 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_42, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:26.0438042Z %aten_permute_copy_default_441 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_189, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:26.0439580Z %aten_matmul_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_416, %aten_permute_copy_default_441), kwargs = {}) 2025-06-05T23:24:26.0441038Z %aten_mul_tensor_160 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_20, %_lifted_tensor_constant48), kwargs = {}) 2025-06-05T23:24:26.0442380Z %aten_add_tensor_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_160, %aten_index_tensor_12), kwargs = {}) 2025-06-05T23:24:26.0443730Z %aten__softmax_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_52, -1, False), kwargs = {}) 2025-06-05T23:24:26.0445129Z %aten_matmul_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_10, %aten_view_copy_default_190), kwargs = {}) 2025-06-05T23:24:26.0446597Z %aten_permute_copy_default_442 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_21, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0448036Z %aten_view_copy_default_197 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_442, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:26.0449495Z %aten_unsqueeze_copy_default_117 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_197, -1), kwargs = {}) 2025-06-05T23:24:26.0450989Z %aten_permute_copy_default_443 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_117, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0452748Z %aten_convolution_default_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_443, %p_layers_10_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0454477Z %aten_permute_copy_default_444 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_73, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0455918Z %aten_squeeze_copy_dims_117 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_444, [-1]), kwargs = {}) 2025-06-05T23:24:26.0457279Z %aten_add_tensor_53 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_49, %aten_squeeze_copy_dims_117), kwargs = {}) 2025-06-05T23:24:26.0458732Z %aten_rms_norm_default_21 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_53, [768], %p_layers_10_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0460255Z %aten_unsqueeze_copy_default_118 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_21, -1), kwargs = {}) 2025-06-05T23:24:26.0461699Z %aten_unsqueeze_copy_default_119 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_21, -1), kwargs = {}) 2025-06-05T23:24:26.0463207Z %aten_permute_copy_default_445 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_118, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0464752Z %aten_permute_copy_default_447 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_119, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0466512Z %aten_convolution_default_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_445, %p_layers_10_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0468507Z %aten_convolution_default_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_447, %p_layers_10_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0470354Z %aten_permute_copy_default_446 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_74, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0472068Z %aten_permute_copy_default_448 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_75, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0473502Z %aten_squeeze_copy_dims_118 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_446, [-1]), kwargs = {}) 2025-06-05T23:24:26.0474892Z %aten_squeeze_copy_dims_119 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_448, [-1]), kwargs = {}) 2025-06-05T23:24:26.0476316Z %aten_sigmoid_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_118,), kwargs = {}) 2025-06-05T23:24:26.0477659Z %aten_mul_tensor_163 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_118, %aten_sigmoid_default_10), kwargs = {}) 2025-06-05T23:24:26.0479035Z %aten_mul_tensor_164 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_163, %aten_squeeze_copy_dims_119), kwargs = {}) 2025-06-05T23:24:26.0480423Z %aten_unsqueeze_copy_default_120 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_164, -1), kwargs = {}) 2025-06-05T23:24:26.0481882Z %aten_permute_copy_default_449 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_120, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0483655Z %aten_convolution_default_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_449, %p_layers_10_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0485403Z %aten_permute_copy_default_450 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_76, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0486825Z %aten_squeeze_copy_dims_120 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_450, [-1]), kwargs = {}) 2025-06-05T23:24:26.0488183Z %aten_add_tensor_54 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_53, %aten_squeeze_copy_dims_120), kwargs = {}) 2025-06-05T23:24:26.0489723Z %aten_rms_norm_default_22 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_54, [768], %p_layers_11_attention_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0491313Z %aten_unsqueeze_copy_default_121 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_22, -1), kwargs = {}) 2025-06-05T23:24:26.0492759Z %aten_unsqueeze_copy_default_122 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_22, -1), kwargs = {}) 2025-06-05T23:24:26.0494210Z %aten_unsqueeze_copy_default_123 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_22, -1), kwargs = {}) 2025-06-05T23:24:26.0495724Z %aten_permute_copy_default_451 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_121, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0497252Z %aten_permute_copy_default_453 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_122, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0498872Z %aten_permute_copy_default_455 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_123, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0500627Z %aten_convolution_default_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_451, %p_layers_11_attention_wq_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0502638Z %aten_convolution_default_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_453, %p_layers_11_attention_wk_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0504613Z %aten_convolution_default_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_455, %p_layers_11_attention_wv_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0506352Z %aten_permute_copy_default_452 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_77, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0507917Z %aten_permute_copy_default_454 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_78, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0509723Z %aten_permute_copy_default_456 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_79, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0511254Z %aten_squeeze_copy_dims_121 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_452, [-1]), kwargs = {}) 2025-06-05T23:24:26.0512635Z %aten_squeeze_copy_dims_122 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_454, [-1]), kwargs = {}) 2025-06-05T23:24:26.0514037Z %aten_squeeze_copy_dims_123 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_456, [-1]), kwargs = {}) 2025-06-05T23:24:26.0515446Z %aten_view_copy_default_198 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_121, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0516920Z %aten_view_copy_default_199 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_122, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0518384Z %aten_view_copy_default_200 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_squeeze_copy_dims_123, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0519821Z %aten_view_copy_default_201 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_198, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:26.0520483Z %aten_view_copy_default_202 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_199, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:24:26.0521417Z %aten_index_put_default_23 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_11_attention_kv_cache_past_v_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_200), kwargs = {}) 2025-06-05T23:24:26.0522058Z %aten_slice_copy_tensor_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_201, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0522684Z %aten_slice_copy_tensor_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_201, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:26.0523319Z %aten_slice_copy_tensor_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_202, 4, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0523975Z %aten_slice_copy_tensor_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.slice_copy.Tensor](args = (%aten_view_copy_default_202, 4, 1, 2), kwargs = {}) 2025-06-05T23:24:26.0524655Z %aten_permute_copy_default_470 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0525345Z %aten_permute_copy_default_471 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0526018Z %aten_permute_copy_default_472 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0526688Z %aten_permute_copy_default_473 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0527380Z %aten_permute_copy_default_474 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0528049Z %aten_permute_copy_default_475 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0528734Z %aten_permute_copy_default_476 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0529403Z %aten_permute_copy_default_477 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0530076Z %aten_permute_copy_default_478 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0530787Z %aten_permute_copy_default_479 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0531480Z %aten_permute_copy_default_480 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0532150Z %aten_permute_copy_default_481 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0532785Z %aten_squeeze_copy_dims_124 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_44, [4]), kwargs = {}) 2025-06-05T23:24:26.0533430Z %aten_squeeze_copy_dims_125 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_45, [4]), kwargs = {}) 2025-06-05T23:24:26.0534047Z %aten_squeeze_copy_dims_126 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_46, [4]), kwargs = {}) 2025-06-05T23:24:26.0534674Z %aten_squeeze_copy_dims_127 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_slice_copy_tensor_47, [4]), kwargs = {}) 2025-06-05T23:24:26.0535285Z %aten_select_copy_int_552 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_470, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0535925Z %aten_select_copy_int_554 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_471, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0536539Z %aten_select_copy_int_556 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_472, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0537144Z %aten_select_copy_int_558 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_473, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0537762Z %aten_select_copy_int_560 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_474, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0538366Z %aten_select_copy_int_562 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_475, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0538973Z %aten_select_copy_int_564 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_476, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0539597Z %aten_select_copy_int_566 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_477, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0540238Z %aten_select_copy_int_568 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_478, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0540862Z %aten_select_copy_int_570 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_479, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0541483Z %aten_select_copy_int_572 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_480, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0542122Z %aten_select_copy_int_574 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_481, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0542779Z %aten_mul_tensor_167 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_124, %aten_view_copy_default_203), kwargs = {}) 2025-06-05T23:24:26.0543453Z %aten_mul_tensor_169 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_124, %aten_view_copy_default_204), kwargs = {}) 2025-06-05T23:24:26.0544096Z %aten_mul_tensor_168 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_125, %aten_view_copy_default_204), kwargs = {}) 2025-06-05T23:24:26.0544750Z %aten_mul_tensor_170 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_125, %aten_view_copy_default_203), kwargs = {}) 2025-06-05T23:24:26.0545418Z %aten_mul_tensor_171 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_126, %aten_view_copy_default_203), kwargs = {}) 2025-06-05T23:24:26.0546060Z %aten_mul_tensor_173 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_126, %aten_view_copy_default_204), kwargs = {}) 2025-06-05T23:24:26.0546709Z %aten_mul_tensor_172 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_127, %aten_view_copy_default_204), kwargs = {}) 2025-06-05T23:24:26.0547347Z %aten_mul_tensor_174 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_127, %aten_view_copy_default_203), kwargs = {}) 2025-06-05T23:24:26.0547968Z %aten_select_copy_int_553 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_552, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0548576Z %aten_select_copy_int_555 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_554, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0549169Z %aten_select_copy_int_557 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_556, 0, 2), kwargs = {}) 2025-06-05T23:24:26.0549771Z %aten_select_copy_int_559 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_558, 0, 3), kwargs = {}) 2025-06-05T23:24:26.0550418Z %aten_select_copy_int_561 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_560, 0, 4), kwargs = {}) 2025-06-05T23:24:26.0551016Z %aten_select_copy_int_563 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_562, 0, 5), kwargs = {}) 2025-06-05T23:24:26.0551617Z %aten_select_copy_int_565 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_564, 0, 6), kwargs = {}) 2025-06-05T23:24:26.0552205Z %aten_select_copy_int_567 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_566, 0, 7), kwargs = {}) 2025-06-05T23:24:26.0552794Z %aten_select_copy_int_569 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_568, 0, 8), kwargs = {}) 2025-06-05T23:24:26.0553398Z %aten_select_copy_int_571 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_570, 0, 9), kwargs = {}) 2025-06-05T23:24:26.0554028Z %aten_select_copy_int_573 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_572, 0, 10), kwargs = {}) 2025-06-05T23:24:26.0554650Z %aten_select_copy_int_575 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_574, 0, 11), kwargs = {}) 2025-06-05T23:24:26.0555249Z %aten_sub_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_167, %aten_mul_tensor_168), kwargs = {}) 2025-06-05T23:24:26.0555837Z %aten_add_tensor_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_169, %aten_mul_tensor_170), kwargs = {}) 2025-06-05T23:24:26.0556433Z %aten_sub_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_171, %aten_mul_tensor_172), kwargs = {}) 2025-06-05T23:24:26.0557042Z %aten_add_tensor_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_173, %aten_mul_tensor_174), kwargs = {}) 2025-06-05T23:24:26.0558593Z %aten_cat_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_553, %aten_select_copy_int_555, %aten_select_copy_int_557, %aten_select_copy_int_559, %aten_select_copy_int_561, %aten_select_copy_int_563, %aten_select_copy_int_565, %aten_select_copy_int_567, %aten_select_copy_int_569, %aten_select_copy_int_571, %aten_select_copy_int_573, %aten_select_copy_int_575],), kwargs = {}) 2025-06-05T23:24:26.0559250Z %aten_unsqueeze_copy_default_124 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_22, 4), kwargs = {}) 2025-06-05T23:24:26.0559919Z %aten_unsqueeze_copy_default_125 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_55, 4), kwargs = {}) 2025-06-05T23:24:26.0560558Z %aten_unsqueeze_copy_default_126 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_23, 4), kwargs = {}) 2025-06-05T23:24:26.0561210Z %aten_unsqueeze_copy_default_127 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_56, 4), kwargs = {}) 2025-06-05T23:24:26.0561838Z %aten_view_copy_default_208 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_47, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:26.0562567Z %aten_cat_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_124, %aten_unsqueeze_copy_default_125], -1), kwargs = {}) 2025-06-05T23:24:26.0563282Z %aten_cat_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_126, %aten_unsqueeze_copy_default_127], -1), kwargs = {}) 2025-06-05T23:24:26.0563905Z %aten_view_copy_default_205 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_44, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0564537Z %aten_view_copy_default_206 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_45, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:24:26.0565212Z %aten_permute_copy_default_457 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_205, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0566126Z %aten_index_put_default_22 : [num_users=13] = call_function[target=executorch.exir.dialects.edge._ops.aten.index_put.default](args = (%b_layers_11_attention_kv_cache_past_k_caches, [None, %aten__to_copy_default_1], %aten_view_copy_default_206), kwargs = {}) 2025-06-05T23:24:26.0566863Z %aten_permute_copy_default_458 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0567534Z %aten_permute_copy_default_459 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0568213Z %aten_permute_copy_default_460 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0568909Z %aten_permute_copy_default_461 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0569578Z %aten_permute_copy_default_462 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0570260Z %aten_permute_copy_default_463 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0571116Z %aten_permute_copy_default_464 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0571788Z %aten_permute_copy_default_465 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0572534Z %aten_permute_copy_default_466 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0573209Z %aten_permute_copy_default_467 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0573891Z %aten_permute_copy_default_468 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0574560Z %aten_permute_copy_default_469 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_index_put_default_22, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0575177Z %aten_select_copy_int_528 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_458, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0575801Z %aten_select_copy_int_530 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_459, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0576411Z %aten_select_copy_int_532 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_460, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0577020Z %aten_select_copy_int_534 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_461, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0577642Z %aten_select_copy_int_536 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_462, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0578289Z %aten_select_copy_int_538 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_463, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0578896Z %aten_select_copy_int_540 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_464, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0579554Z %aten_select_copy_int_542 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_465, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0580160Z %aten_select_copy_int_544 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_466, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0580782Z %aten_select_copy_int_546 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_467, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0581428Z %aten_select_copy_int_548 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_468, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0582040Z %aten_select_copy_int_550 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_permute_copy_default_469, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0582644Z %aten_select_copy_int_529 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_528, 0, 0), kwargs = {}) 2025-06-05T23:24:26.0583240Z %aten_select_copy_int_531 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_530, 0, 1), kwargs = {}) 2025-06-05T23:24:26.0583857Z %aten_select_copy_int_533 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_532, 0, 2), kwargs = {}) 2025-06-05T23:24:26.0584463Z %aten_select_copy_int_535 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_534, 0, 3), kwargs = {}) 2025-06-05T23:24:26.0585054Z %aten_select_copy_int_537 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_536, 0, 4), kwargs = {}) 2025-06-05T23:24:26.0585641Z %aten_select_copy_int_539 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_538, 0, 5), kwargs = {}) 2025-06-05T23:24:26.0586244Z %aten_select_copy_int_541 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_540, 0, 6), kwargs = {}) 2025-06-05T23:24:26.0586839Z %aten_select_copy_int_543 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_542, 0, 7), kwargs = {}) 2025-06-05T23:24:26.0587442Z %aten_select_copy_int_545 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_544, 0, 8), kwargs = {}) 2025-06-05T23:24:26.0588034Z %aten_select_copy_int_547 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_546, 0, 9), kwargs = {}) 2025-06-05T23:24:26.0588627Z %aten_select_copy_int_549 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_548, 0, 10), kwargs = {}) 2025-06-05T23:24:26.0589227Z %aten_select_copy_int_551 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_select_copy_int_550, 0, 11), kwargs = {}) 2025-06-05T23:24:26.0590879Z %aten_cat_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_select_copy_int_529, %aten_select_copy_int_531, %aten_select_copy_int_533, %aten_select_copy_int_535, %aten_select_copy_int_537, %aten_select_copy_int_539, %aten_select_copy_int_541, %aten_select_copy_int_543, %aten_select_copy_int_545, %aten_select_copy_int_547, %aten_select_copy_int_549, %aten_select_copy_int_551],), kwargs = {}) 2025-06-05T23:24:26.0591564Z %aten_view_copy_default_207 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_46, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:24:26.0592256Z %aten_permute_copy_default_482 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_207, [0, 1, 3, 2]), kwargs = {}) 2025-06-05T23:24:26.0593000Z %aten_matmul_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten_permute_copy_default_457, %aten_permute_copy_default_482), kwargs = {}) 2025-06-05T23:24:26.0593643Z %aten_mul_tensor_175 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_matmul_default_22, %_lifted_tensor_constant49), kwargs = {}) 2025-06-05T23:24:26.0594234Z %aten_add_tensor_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_175, %aten_index_tensor_13), kwargs = {}) 2025-06-05T23:24:26.0594842Z %aten__softmax_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten._softmax.default](args = (%aten_add_tensor_57, -1, False), kwargs = {}) 2025-06-05T23:24:26.0595533Z %aten_matmul_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.matmul.default](args = (%aten__softmax_default_11, %aten_view_copy_default_208), kwargs = {}) 2025-06-05T23:24:26.0596226Z %aten_permute_copy_default_483 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_matmul_default_23, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0596881Z %aten_view_copy_default_215 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_483, [1, 1, 768]), kwargs = {}) 2025-06-05T23:24:26.0597565Z %aten_unsqueeze_copy_default_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_view_copy_default_215, -1), kwargs = {}) 2025-06-05T23:24:26.0598267Z %aten_permute_copy_default_484 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_128, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0599219Z %aten_convolution_default_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_484, %p_layers_11_attention_wo_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0599905Z %aten_permute_copy_default_485 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_80, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0600536Z %aten_squeeze_copy_dims_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_485, [-1]), kwargs = {}) 2025-06-05T23:24:26.0601150Z %aten_add_tensor_58 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_54, %aten_squeeze_copy_dims_128), kwargs = {}) 2025-06-05T23:24:26.0601893Z %aten_rms_norm_default_23 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_add_tensor_58, [768], %p_layers_11_ffn_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0602579Z %aten_unsqueeze_copy_default_129 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_23, -1), kwargs = {}) 2025-06-05T23:24:26.0603276Z %aten_unsqueeze_copy_default_130 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_rms_norm_default_23, -1), kwargs = {}) 2025-06-05T23:24:26.0603978Z %aten_permute_copy_default_486 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_129, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0604687Z %aten_permute_copy_default_488 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_130, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0605655Z %aten_convolution_default_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_486, %p_layers_11_feed_forward_w1_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0606591Z %aten_convolution_default_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_488, %p_layers_11_feed_forward_w3_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0607289Z %aten_permute_copy_default_487 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_81, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0607997Z %aten_permute_copy_default_489 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_82, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0608671Z %aten_squeeze_copy_dims_129 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_487, [-1]), kwargs = {}) 2025-06-05T23:24:26.0609359Z %aten_squeeze_copy_dims_130 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_489, [-1]), kwargs = {}) 2025-06-05T23:24:26.0610024Z %aten_sigmoid_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_squeeze_copy_dims_129,), kwargs = {}) 2025-06-05T23:24:26.0610676Z %aten_mul_tensor_178 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_squeeze_copy_dims_129, %aten_sigmoid_default_11), kwargs = {}) 2025-06-05T23:24:26.0611294Z %aten_mul_tensor_179 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_178, %aten_squeeze_copy_dims_130), kwargs = {}) 2025-06-05T23:24:26.0612059Z %aten_unsqueeze_copy_default_131 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_mul_tensor_179, -1), kwargs = {}) 2025-06-05T23:24:26.0612777Z %aten_permute_copy_default_490 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_unsqueeze_copy_default_131, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0613714Z %aten_convolution_default_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_490, %p_layers_11_feed_forward_w2_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0614402Z %aten_permute_copy_default_491 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_83, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0615090Z %aten_squeeze_copy_dims_131 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.squeeze_copy.dims](args = (%aten_permute_copy_default_491, [-1]), kwargs = {}) 2025-06-05T23:24:26.0615719Z %aten_add_tensor_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_58, %aten_squeeze_copy_dims_131), kwargs = {}) 2025-06-05T23:24:26.0616299Z %aten_select_copy_int_576 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_add_tensor_59, 1, -1), kwargs = {}) 2025-06-05T23:24:26.0617030Z %aten_rms_norm_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rms_norm.default](args = (%aten_select_copy_int_576, [768], %p_norm_weight, 9.999999747378752e-06), kwargs = {}) 2025-06-05T23:24:26.0617697Z %aten_view_copy_default_216 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_rms_norm_default_24, [1, 1, 768, 1]), kwargs = {}) 2025-06-05T23:24:26.0618389Z %aten_permute_copy_default_492 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_view_copy_default_216, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0619264Z %aten_convolution_default_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.convolution.default](args = (%aten_permute_copy_default_492, %p_output_conv_weight, None, [1, 1], [0, 0], [1, 1], False, [0, 0], 1), kwargs = {}) 2025-06-05T23:24:26.0619946Z %aten_permute_copy_default_493 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%aten_convolution_default_84, [0, 2, 1, 3]), kwargs = {}) 2025-06-05T23:24:26.0620631Z %aten_view_copy_default_217 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_permute_copy_default_493, [1, 32000]), kwargs = {}) 2025-06-05T23:24:26.0622971Z return [aten_index_put_default_1, aten_index_put_default, aten_index_put_default_3, aten_index_put_default_2, aten_index_put_default_5, aten_index_put_default_4, aten_index_put_default_7, aten_index_put_default_6, aten_index_put_default_9, aten_index_put_default_8, aten_index_put_default_11, aten_index_put_default_10, aten_index_put_default_13, aten_index_put_default_12, aten_index_put_default_15, aten_index_put_default_14, aten_index_put_default_17, aten_index_put_default_16, aten_index_put_default_19, aten_index_put_default_18, aten_index_put_default_21, aten_index_put_default_20, aten_index_put_default_23, aten_index_put_default_22, aten_view_copy_default_217] 2025-06-05T23:24:26.0627654Z %executorch_call_delegate : [num_users=25] = call_function[target=torch.ops.higher_order.executorch_call_delegate](args = (%lowered_module_0, %tokens, %attn_options_input_pos, %b_layers_0_attention_kv_cache_past_v_caches, %b_layers_0_attention_kv_cache_past_k_caches, %b_layers_1_attention_kv_cache_past_v_caches, %b_layers_1_attention_kv_cache_past_k_caches, %b_layers_2_attention_kv_cache_past_v_caches, %b_layers_2_attention_kv_cache_past_k_caches, %b_layers_3_attention_kv_cache_past_v_caches, %b_layers_3_attention_kv_cache_past_k_caches, %b_layers_4_attention_kv_cache_past_v_caches, %b_layers_4_attention_kv_cache_past_k_caches, %b_layers_5_attention_kv_cache_past_v_caches, %b_layers_5_attention_kv_cache_past_k_caches, %b_layers_6_attention_kv_cache_past_v_caches, %b_layers_6_attention_kv_cache_past_k_caches, %b_layers_7_attention_kv_cache_past_v_caches, %b_layers_7_attention_kv_cache_past_k_caches, %b_layers_8_attention_kv_cache_past_v_caches, %b_layers_8_attention_kv_cache_past_k_caches, %b_layers_9_attention_kv_cache_past_v_caches, %b_layers_9_attention_kv_cache_past_k_caches, %b_layers_10_attention_kv_cache_past_v_caches, %b_layers_10_attention_kv_cache_past_k_caches, %b_layers_11_attention_kv_cache_past_v_caches, %b_layers_11_attention_kv_cache_past_k_caches), kwargs = {}) 2025-06-05T23:24:26.0628052Z %getitem : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 0), kwargs = {}) 2025-06-05T23:24:26.0628452Z %getitem_1 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 1), kwargs = {}) 2025-06-05T23:24:26.0628818Z %getitem_2 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 2), kwargs = {}) 2025-06-05T23:24:26.0629201Z %getitem_3 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 3), kwargs = {}) 2025-06-05T23:24:26.0629565Z %getitem_4 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 4), kwargs = {}) 2025-06-05T23:24:26.0629930Z %getitem_5 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 5), kwargs = {}) 2025-06-05T23:24:26.0630409Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 6), kwargs = {}) 2025-06-05T23:24:26.0630781Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 7), kwargs = {}) 2025-06-05T23:24:26.0631149Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 8), kwargs = {}) 2025-06-05T23:24:26.0631528Z %getitem_9 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 9), kwargs = {}) 2025-06-05T23:24:26.0631900Z %getitem_10 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 10), kwargs = {}) 2025-06-05T23:24:26.0632269Z %getitem_11 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 11), kwargs = {}) 2025-06-05T23:24:26.0632684Z %getitem_12 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 12), kwargs = {}) 2025-06-05T23:24:26.0633057Z %getitem_13 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 13), kwargs = {}) 2025-06-05T23:24:26.0633427Z %getitem_14 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 14), kwargs = {}) 2025-06-05T23:24:26.0633808Z %getitem_15 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 15), kwargs = {}) 2025-06-05T23:24:26.0634177Z %getitem_16 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 16), kwargs = {}) 2025-06-05T23:24:26.0634546Z %getitem_17 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 17), kwargs = {}) 2025-06-05T23:24:26.0634927Z %getitem_18 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 18), kwargs = {}) 2025-06-05T23:24:26.0635301Z %getitem_19 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 19), kwargs = {}) 2025-06-05T23:24:26.0635672Z %getitem_20 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 20), kwargs = {}) 2025-06-05T23:24:26.0636055Z %getitem_21 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 21), kwargs = {}) 2025-06-05T23:24:26.0636425Z %getitem_22 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 22), kwargs = {}) 2025-06-05T23:24:26.0636794Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 23), kwargs = {}) 2025-06-05T23:24:26.0637175Z %getitem_24 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 24), kwargs = {}) 2025-06-05T23:24:26.0637841Z %aten_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_0_attention_kv_cache_past_v_caches, %getitem), kwargs = {}) 2025-06-05T23:24:26.0638532Z %aten_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_0_attention_kv_cache_past_k_caches, %getitem_1), kwargs = {}) 2025-06-05T23:24:26.0639233Z %aten_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_1_attention_kv_cache_past_v_caches, %getitem_2), kwargs = {}) 2025-06-05T23:24:26.0639895Z %aten_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_1_attention_kv_cache_past_k_caches, %getitem_3), kwargs = {}) 2025-06-05T23:24:26.0640558Z %aten_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_2_attention_kv_cache_past_v_caches, %getitem_4), kwargs = {}) 2025-06-05T23:24:26.0641266Z %aten_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_2_attention_kv_cache_past_k_caches, %getitem_5), kwargs = {}) 2025-06-05T23:24:26.0641927Z %aten_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_3_attention_kv_cache_past_v_caches, %getitem_6), kwargs = {}) 2025-06-05T23:24:26.0642589Z %aten_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_3_attention_kv_cache_past_k_caches, %getitem_7), kwargs = {}) 2025-06-05T23:24:26.0643266Z %aten_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_4_attention_kv_cache_past_v_caches, %getitem_8), kwargs = {}) 2025-06-05T23:24:26.0644000Z %aten_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_4_attention_kv_cache_past_k_caches, %getitem_9), kwargs = {}) 2025-06-05T23:24:26.0644686Z %aten_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_5_attention_kv_cache_past_v_caches, %getitem_10), kwargs = {}) 2025-06-05T23:24:26.0645359Z %aten_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_5_attention_kv_cache_past_k_caches, %getitem_11), kwargs = {}) 2025-06-05T23:24:26.0646024Z %aten_copy_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_6_attention_kv_cache_past_v_caches, %getitem_12), kwargs = {}) 2025-06-05T23:24:26.0646706Z %aten_copy_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_6_attention_kv_cache_past_k_caches, %getitem_13), kwargs = {}) 2025-06-05T23:24:26.0647378Z %aten_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_7_attention_kv_cache_past_v_caches, %getitem_14), kwargs = {}) 2025-06-05T23:24:26.0648042Z %aten_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_7_attention_kv_cache_past_k_caches, %getitem_15), kwargs = {}) 2025-06-05T23:24:26.0648723Z %aten_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_8_attention_kv_cache_past_v_caches, %getitem_16), kwargs = {}) 2025-06-05T23:24:26.0649390Z %aten_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_8_attention_kv_cache_past_k_caches, %getitem_17), kwargs = {}) 2025-06-05T23:24:26.0650070Z %aten_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_9_attention_kv_cache_past_v_caches, %getitem_18), kwargs = {}) 2025-06-05T23:24:26.0650766Z %aten_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_9_attention_kv_cache_past_k_caches, %getitem_19), kwargs = {}) 2025-06-05T23:24:26.0651461Z %aten_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_10_attention_kv_cache_past_v_caches, %getitem_20), kwargs = {}) 2025-06-05T23:24:26.0652148Z %aten_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_10_attention_kv_cache_past_k_caches, %getitem_21), kwargs = {}) 2025-06-05T23:24:26.0652817Z %aten_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_11_attention_kv_cache_past_v_caches, %getitem_22), kwargs = {}) 2025-06-05T23:24:26.0653515Z %aten_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.copy.default](args = (%b_layers_11_attention_kv_cache_past_k_caches, %getitem_23), kwargs = {}) 2025-06-05T23:24:26.0655379Z return (aten_copy_default, aten_copy_default_1, aten_copy_default_2, aten_copy_default_3, aten_copy_default_4, aten_copy_default_5, aten_copy_default_6, aten_copy_default_7, aten_copy_default_8, aten_copy_default_9, aten_copy_default_10, aten_copy_default_11, aten_copy_default_12, aten_copy_default_13, aten_copy_default_14, aten_copy_default_15, aten_copy_default_16, aten_copy_default_17, aten_copy_default_18, aten_copy_default_19, aten_copy_default_20, aten_copy_default_21, aten_copy_default_22, aten_copy_default_23, getitem_24) 2025-06-05T23:24:26.0655391Z 2025-06-05T23:24:26.0655995Z [INFO 2025-06-05 23:24:25,805 builder.py:490] Applied partitioners: 2025-06-05T23:24:26.0656119Z Total delegated subgraphs: 1 2025-06-05T23:24:26.0656260Z Number of delegated nodes: 1992 2025-06-05T23:24:26.0656368Z Number of non-delegated nodes: 49 2025-06-05T23:24:26.0656376Z 2025-06-05T23:24:26.0669343Z ╒════╤═════════════════════════════╤═══════════════════════════════════╤═══════════════════════════════════════╕ 2025-06-05T23:24:26.0669743Z │ │ op_type │ occurrences_in_delegated_graphs │ occurrences_in_non_delegated_graphs │ 2025-06-05T23:24:26.0670106Z ╞════╪═════════════════════════════╪═══════════════════════════════════╪═══════════════════════════════════════╡ 2025-06-05T23:24:26.0670529Z │ 0 │ aten__softmax_default │ 12 │ 0 │ 2025-06-05T23:24:26.0671085Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0671394Z │ 1 │ aten__to_copy_default │ 2 │ 0 │ 2025-06-05T23:24:26.0671778Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0672161Z │ 2 │ aten_add_tensor │ 60 │ 0 │ 2025-06-05T23:24:26.0672515Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0672810Z │ 3 │ aten_cat_default │ 48 │ 0 │ 2025-06-05T23:24:26.0673162Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0673490Z │ 4 │ aten_convolution_default │ 85 │ 0 │ 2025-06-05T23:24:26.0673830Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0674209Z │ 5 │ aten_copy_default │ 0 │ 24 │ 2025-06-05T23:24:26.0674563Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0674935Z │ 6 │ aten_embedding_default │ 1 │ 0 │ 2025-06-05T23:24:26.0675282Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0675593Z │ 7 │ aten_index_put_default │ 24 │ 0 │ 2025-06-05T23:24:26.0675929Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0676231Z │ 8 │ aten_index_tensor │ 14 │ 0 │ 2025-06-05T23:24:26.0676627Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0676944Z │ 9 │ aten_matmul_default │ 24 │ 0 │ 2025-06-05T23:24:26.0677292Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0677597Z │ 10 │ aten_mul_tensor │ 132 │ 0 │ 2025-06-05T23:24:26.0677930Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0678271Z │ 11 │ aten_permute_copy_default │ 494 │ 0 │ 2025-06-05T23:24:26.0678606Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0678914Z │ 12 │ aten_rms_norm_default │ 25 │ 0 │ 2025-06-05T23:24:26.0679352Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0679659Z │ 13 │ aten_select_copy_int │ 577 │ 0 │ 2025-06-05T23:24:26.0680034Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0680355Z │ 14 │ aten_sigmoid_default │ 12 │ 0 │ 2025-06-05T23:24:26.0680694Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:26.0681005Z │ 15 │ aten_slice_copy_tensor │ 48 │ 0 │ 2025-06-05T23:24:32.9223554Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:32.9224721Z │ 16 │ aten_squeeze_copy_dims │ 132 │ 0 │ 2025-06-05T23:24:32.9225541Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:32.9226212Z │ 17 │ aten_sub_tensor │ 24 │ 0 │ 2025-06-05T23:24:32.9227006Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:32.9227750Z │ 18 │ aten_unsqueeze_copy_default │ 132 │ 0 │ 2025-06-05T23:24:32.9228505Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:32.9229246Z │ 19 │ aten_view_copy_default │ 146 │ 0 │ 2025-06-05T23:24:32.9230056Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:32.9230851Z │ 20 │ getitem │ 0 │ 25 │ 2025-06-05T23:24:32.9231681Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:24:32.9232308Z │ 21 │ Total │ 1992 │ 49 │ 2025-06-05T23:24:32.9233051Z ╘════╧═════════════════════════════╧═══════════════════════════════════╧═══════════════════════════════════════╛ 2025-06-05T23:24:32.9234787Z /pytorch/executorch/exir/emit/_emitter.py:1593: UserWarning: Mutation on a buffer in the model is detected. ExecuTorch assumes buffers that are mutated in the graph have a meaningless initial state, only the shape and dtype will be serialized, unless a pass which sets meta["et_init_buffer"] to True such as InitializedMutableBufferPass is run. 2025-06-05T23:24:32.9237987Z warnings.warn( 2025-06-05T23:24:32.9238489Z [INFO 2025-06-05 23:24:29,805 builder.py:553] Required memory for activation in bytes: [0, 19395584] 2025-06-05T23:24:32.9239195Z modelname: tinyllama_qnn_fp32 2025-06-05T23:24:32.9239604Z output_file: tinyllama_qnn_fp32.pte 2025-06-05T23:24:32.9240120Z [INFO 2025-06-05 23:24:29,900 utils.py:141] Saved exported program to tinyllama_qnn_fp32.pte 2025-06-05T23:24:32.9240731Z + echo 'Creating tokenizer.bin' 2025-06-05T23:24:32.9241068Z Creating tokenizer.bin 2025-06-05T23:24:32.9241638Z + python -m pytorch_tokenizers.tools.llama2c.convert -t tokenizer.model -o tokenizer.bin 2025-06-05T23:24:32.9242617Z + RUNTIME_ARGS='--model_path=tinyllama_qnn_fp32.pte --tokenizer_path=tokenizer.bin --prompt=Once --temperature=0 --seq_len=10 --warmup=1' 2025-06-05T23:24:32.9243489Z + echo 'Running tinyllama_qnn_fp32.pte in portable mode' 2025-06-05T23:24:32.9244005Z Running tinyllama_qnn_fp32.pte in portable mode 2025-06-05T23:24:32.9244411Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:24:32.9244787Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:24:32.9245117Z + cmake_install_executorch_libraries 2025-06-05T23:24:32.9245721Z + echo 'Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a' 2025-06-05T23:24:32.9246433Z Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a 2025-06-05T23:24:32.9246993Z + rm -rf cmake-out 2025-06-05T23:24:32.9247881Z + retry cmake --preset llm -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -Bcmake-out . 2025-06-05T23:24:32.9249192Z + cmake --preset llm -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -Bcmake-out . 2025-06-05T23:24:32.9250058Z Preset CMake variables: 2025-06-05T23:24:32.9250250Z 2025-06-05T23:24:32.9250437Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:24:32.9250985Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/llm.cmake" 2025-06-05T23:24:32.9251405Z 2025-06-05T23:24:32.9251684Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:24:32.9252107Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:24:32.9252650Z -- Detecting C compiler ABI info 2025-06-05T23:24:32.9253017Z -- Detecting C compiler ABI info - done 2025-06-05T23:24:32.9253486Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:24:32.9254027Z -- Detecting C compile features 2025-06-05T23:24:32.9254381Z -- Detecting C compile features - done 2025-06-05T23:24:32.9254775Z -- Detecting CXX compiler ABI info 2025-06-05T23:24:32.9255187Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:24:32.9255696Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:24:32.9256147Z -- Detecting CXX compile features 2025-06-05T23:24:32.9256590Z -- Detecting CXX compile features - done 2025-06-05T23:24:32.9257125Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/llm.cmake 2025-06-05T23:24:32.9257678Z -- --- Configured Options --- 2025-06-05T23:24:32.9257873Z 2025-06-05T23:24:32.9258125Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:24:32.9258536Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:24:32.9259049Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:24:32.9259493Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:24:32.9259974Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:24:32.9260399Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:24:32.9260875Z -- BUCK2 x (unset) 2025-06-05T23:24:32.9261486Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/llm.cmake 2025-06-05T23:24:32.9262056Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:24:32.9262531Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:24:32.9262973Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:24:32.9263479Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:24:32.9264153Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:24:32.9264782Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:24:32.9265306Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:24:32.9265710Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:24:32.9266221Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:24:32.9266636Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:24:32.9267082Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:24:32.9267594Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:24:32.9268027Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:24:32.9278748Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-06-05T23:24:32.9279183Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:24:32.9279557Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:24:32.9279934Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:24:32.9280305Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:24:32.9280685Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:24:32.9281052Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:24:32.9281430Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:24:32.9281783Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:24:32.9282139Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:24:32.9282500Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:24:32.9282846Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:24:32.9283201Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:24:32.9283550Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-06-05T23:24:32.9283919Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:24:32.9284276Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:24:32.9284710Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:24:32.9285182Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:24:32.9285549Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:24:32.9285967Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:24:32.9286313Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:24:32.9286678Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:24:32.9287029Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:24:32.9287385Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:24:32.9287725Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:24:32.9288089Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:24:32.9288436Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:24:32.9288799Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:24:32.9289216Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:24:32.9289575Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:24:32.9289943Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:24:32.9290303Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:24:37.8245038Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:24:37.8245747Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:24:37.8246103Z -- -------------------------- 2025-06-05T23:24:37.8246558Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:24:37.8247545Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:24:37.8248210Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:37.8248639Z CMake. 2025-06-05T23:24:37.8248758Z 2025-06-05T23:24:37.8248984Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:37.8249808Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:37.8250549Z to work with policies introduced by or earlier. 2025-06-05T23:24:37.8250883Z 2025-06-05T23:24:37.8251010Z  2025-06-05T23:24:37.8251296Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:24:37.8251753Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:24:37.8252151Z -- Setting Clang compiler options 2025-06-05T23:24:37.8252860Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:24:37.8254003Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:24:37.8254736Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:37.8255162Z CMake. 2025-06-05T23:24:37.8255274Z 2025-06-05T23:24:37.8255553Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:37.8256125Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:37.8256611Z to work with policies introduced by or earlier. 2025-06-05T23:24:37.8256881Z 2025-06-05T23:24:37.8256987Z  2025-06-05T23:24:37.8257597Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:24:37.8258358Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:37.8258786Z CMake. 2025-06-05T23:24:37.8258896Z 2025-06-05T23:24:37.8259119Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:37.8259694Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:37.8260174Z to work with policies introduced by or earlier. 2025-06-05T23:24:37.8260444Z 2025-06-05T23:24:37.8260543Z  2025-06-05T23:24:37.8260780Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:24:37.8261150Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:24:37.8261628Z -- Found Threads: TRUE 2025-06-05T23:24:37.8262324Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:24:37.8263171Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:37.8263580Z CMake. 2025-06-05T23:24:37.8263704Z 2025-06-05T23:24:37.8263926Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:37.8264484Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:37.8264978Z to work with policies introduced by or earlier. 2025-06-05T23:24:37.8265236Z 2025-06-05T23:24:37.8265354Z  2025-06-05T23:24:37.8265554Z -- Resolved buck2 as buck2. 2025-06-05T23:24:37.8265823Z -- Killing buck2 daemon 2025-06-05T23:24:37.8266113Z 'buck2 killall' 2025-06-05T23:24:37.8266367Z -- executorch: Generating source lists 2025-06-05T23:24:37.8266892Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:24:37.8267598Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:24:37.8268361Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:24:37.8268936Z -- Generating operator lib: 2025-06-05T23:24:37.8269221Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:24:37.8269619Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:24:37.8270045Z -- ROOT_OPS: 2025-06-05T23:24:37.8270349Z -- INCLUDE_ALL_OPS: 2025-06-05T23:24:37.8271937Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:24:37.8273134Z -- Generating kernel bindings: 2025-06-05T23:24:37.8273480Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:24:37.8273892Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:24:37.8274312Z -- CUSTOM_OPS_YAML: 2025-06-05T23:24:37.8274577Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:24:37.8276324Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:24:37.8277861Z -- Generating operator lib: 2025-06-05T23:24:37.8278143Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:24:37.8278418Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:24:37.8278715Z -- DEPS: executorch_core 2025-06-05T23:24:37.8278969Z -- Generating operator lib: 2025-06-05T23:24:37.8279249Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:24:37.8279660Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:24:37.8280092Z -- ROOT_OPS: 2025-06-05T23:24:37.8280311Z -- INCLUDE_ALL_OPS: 2025-06-05T23:24:37.8281606Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:24:37.8282775Z -- Generating kernel bindings: 2025-06-05T23:24:37.8283051Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:24:37.8283468Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:24:37.8283893Z -- CUSTOM_OPS_YAML: 2025-06-05T23:24:37.8284152Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:24:37.8285923Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:24:37.8287495Z -- Generating operator lib: 2025-06-05T23:24:37.8287837Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:24:37.8288128Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:24:37.8288487Z -- DEPS: executorch_core 2025-06-05T23:24:37.8288748Z -- Merging kernel yaml files: 2025-06-05T23:24:37.8289241Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:24:37.8289958Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:24:37.8290560Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-06-05T23:24:37.8290954Z -- Generating operator lib: 2025-06-05T23:24:37.8291242Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:24:37.8291714Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:24:37.8292147Z -- ROOT_OPS: 2025-06-05T23:24:37.8292417Z -- INCLUDE_ALL_OPS: 2025-06-05T23:24:37.8293756Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-06-05T23:24:37.8294972Z -- Generating kernel bindings: 2025-06-05T23:24:37.8295281Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:24:37.8295736Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:24:37.8296191Z -- CUSTOM_OPS_YAML: 2025-06-05T23:24:37.8296437Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:24:37.8298335Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:24:37.8299991Z -- Generating operator lib: 2025-06-05T23:24:37.8300345Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:24:37.8300756Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:24:37.8301135Z -- DEPS: executorch_core 2025-06-05T23:24:37.8301738Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:24:37.8302409Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:37.8302836Z CMake. 2025-06-05T23:24:37.8302948Z 2025-06-05T23:24:37.8303187Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:37.8303743Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:37.8304235Z to work with policies introduced by or earlier. 2025-06-05T23:24:37.8304495Z 2025-06-05T23:24:37.8304594Z  2025-06-05T23:24:37.8304816Z -- Looking for C++ include unistd.h 2025-06-05T23:24:37.8305130Z -- Looking for C++ include unistd.h - found 2025-06-05T23:24:37.8305464Z -- Looking for C++ include stdint.h 2025-06-05T23:24:37.8305772Z -- Looking for C++ include stdint.h - found 2025-06-05T23:24:37.8306110Z -- Looking for C++ include inttypes.h 2025-06-05T23:24:37.8306441Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:24:37.8306771Z -- Looking for C++ include sys/types.h 2025-06-05T23:24:37.8307104Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:24:37.8307430Z -- Looking for C++ include sys/stat.h 2025-06-05T23:24:37.8307756Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:24:37.8308077Z -- Looking for C++ include fnmatch.h 2025-06-05T23:24:37.8308407Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:24:37.8308724Z -- Looking for C++ include stddef.h 2025-06-05T23:24:37.8309039Z -- Looking for C++ include stddef.h - found 2025-06-05T23:24:37.8309362Z -- Check size of uint32_t 2025-06-05T23:24:37.8309622Z -- Check size of uint32_t - done 2025-06-05T23:24:37.8309908Z -- Looking for strtoll 2025-06-05T23:24:37.8310229Z -- Looking for strtoll - found 2025-06-05T23:24:37.8310542Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:24:37.8310956Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:24:37.8311670Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:24:37.8312389Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:37.8312823Z CMake. 2025-06-05T23:24:37.8312933Z 2025-06-05T23:24:37.8313156Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:37.8313731Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:37.8314222Z to work with policies introduced by or earlier. 2025-06-05T23:24:37.8314481Z 2025-06-05T23:24:37.8314579Z  2025-06-05T23:24:37.8314778Z -- pybind11 v2.13.6 2025-06-05T23:24:37.8315213Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:24:37.8315863Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:24:37.8316268Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:24:37.8316583Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:24:37.8317027Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:24:37.8317464Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:24:37.8317812Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:24:41.8302364Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:24:41.8303473Z -- Generating microkernels.cmake 2025-06-05T23:24:41.8304095Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:24:41.8304872Z No microkernel found in src/reference/packing.cc 2025-06-05T23:24:41.8305580Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:24:41.8307036Z -- executorch: Using source file list /pytorch/executorch/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:24:41.8308179Z -- Generating operator lib: 2025-06-05T23:24:41.8308649Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:24:41.8309319Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:24:41.8310043Z -- ROOT_OPS: 2025-06-05T23:24:41.8310474Z -- INCLUDE_ALL_OPS: 2025-06-05T23:24:41.8312914Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:24:41.8314964Z -- Generating kernel bindings: 2025-06-05T23:24:41.8315439Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:24:41.8315907Z -- FUNCTIONS_YAML: 2025-06-05T23:24:41.8316513Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:24:41.8317276Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:24:41.8323189Z Generated files /pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:24:41.8328575Z -- Generating operator lib: 2025-06-05T23:24:41.8329104Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:24:41.8329626Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:24:41.8330177Z -- DEPS: executorch_core 2025-06-05T23:24:41.8330639Z -- Configuring done (8.5s) 2025-06-05T23:24:41.8331124Z -- Generating done (0.4s) 2025-06-05T23:24:41.8331765Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:24:41.8332668Z + cmake --build cmake-out -j9 --target install --config Release 2025-06-05T23:24:41.8333987Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:24:41.8335061Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:24:41.8336586Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:24:41.8338465Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:24:41.8340364Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:24:41.8342248Z [ 0%] Building C object extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeFiles/dumb_fht.dir/dumb_fht.c.o 2025-06-05T23:24:41.8344128Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:24:41.8346183Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:24:41.8348144Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:24:41.8349680Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:24:41.8350693Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:24:41.8351609Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:24:41.8352496Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:24:41.8353333Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:24:41.8354207Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:24:41.8355225Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:24:41.8356337Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:24:41.8357210Z CMake Warning: 2025-06-05T23:24:41.8361092Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:24:41.8361610Z 2025-06-05T23:24:41.8361813Z  2025-06-05T23:24:41.8362198Z CMake Warning: 2025-06-05T23:24:41.8362697Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:24:41.8363193Z 2025-06-05T23:24:41.8363349Z  2025-06-05T23:24:41.8363745Z fatal: No names found, cannot describe anything. 2025-06-05T23:24:41.8364513Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:24:41.8365157Z git describe failed with exit code: 128 2025-06-05T23:24:41.8365534Z 2025-06-05T23:24:41.8365809Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:24:41.8366452Z Call Stack (most recent call first): 2025-06-05T23:24:41.8366954Z CMakeLists.txt:5 (include) 2025-06-05T23:24:41.8367276Z 2025-06-05T23:24:41.8367439Z  2025-06-05T23:24:41.8367794Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:24:41.8368667Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:24:41.8369702Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:24:41.8370455Z CMake. 2025-06-05T23:24:41.8373210Z 2025-06-05T23:24:41.8373671Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:24:41.8374682Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:24:41.8375571Z to work with policies introduced by or earlier. 2025-06-05T23:24:41.8376011Z 2025-06-05T23:24:41.8376253Z  2025-06-05T23:24:41.8376803Z [ 1%] Linking C static library libdumb_fht.a 2025-06-05T23:24:41.8377433Z [ 1%] Built target dumb_fht 2025-06-05T23:24:41.8378673Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:24:41.8380568Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:24:41.8382526Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:24:41.8384339Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:24:41.8386265Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:24:41.8387988Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:24:41.8389175Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:24:41.8390638Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:24:41.8391970Z -- Detecting C compiler ABI info 2025-06-05T23:24:41.8393412Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:24:41.8395426Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:24:41.8397163Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:24:41.8398854Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:24:41.8400444Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:24:41.8401621Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:24:41.8402227Z -- Detecting CXX compiler ABI info 2025-06-05T23:24:41.8403500Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:24:41.8404871Z [ 3%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:24:41.8406296Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:24:41.8408393Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:24:41.8409716Z [ 3%] Built target gflags_nothreads_static 2025-06-05T23:24:41.8411253Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:24:41.8413359Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:24:41.8415253Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:24:41.8416254Z -- Detecting C compiler ABI info - done 2025-06-05T23:24:41.8417521Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:24:41.8418761Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:24:41.8419387Z -- Detecting C compile features 2025-06-05T23:24:41.8419864Z -- Detecting C compile features - done 2025-06-05T23:24:41.8420485Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:24:41.8421246Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:24:41.8421903Z -- Setting Clang compiler options 2025-06-05T23:24:41.8423102Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:24:41.8425251Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:24:41.8426423Z -- Configuring done (0.3s) 2025-06-05T23:24:41.8427584Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:24:41.8429370Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:24:41.8430709Z -- Generating done (0.0s) 2025-06-05T23:24:41.8431913Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:24:41.8434048Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:24:41.8435509Z [ 4%] Performing build step for 'flatcc_external_project' 2025-06-05T23:24:41.8436986Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:24:42.6991786Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:24:42.6992868Z [ 4%] Linking C static library libpthreadpool.a 2025-06-05T23:24:42.6993389Z [ 4%] Built target pthreadpool 2025-06-05T23:24:42.6994564Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:24:42.6995943Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:24:42.6997501Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:24:42.6998796Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:24:42.6999915Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:24:42.7001022Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:24:42.7001637Z -- Detecting CXX compile features 2025-06-05T23:24:42.7001950Z -- Detecting CXX compile features - done 2025-06-05T23:24:42.7002856Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:24:42.7003892Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:24:42.7004444Z -- Looking for strtof_l 2025-06-05T23:24:42.7005353Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:24:42.7006750Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:24:42.7008141Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:24:42.7009796Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:24:42.7012211Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:24:42.7014393Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:24:42.7016468Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:24:42.7018098Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:24:42.7019748Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:24:42.7021523Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:24:42.7023296Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:24:42.7025485Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:24:42.7027872Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:24:42.7030736Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-06-05T23:24:42.7032776Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:24:42.7034508Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:24:42.7036416Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:24:42.7038825Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:24:42.7040888Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:24:42.7041874Z -- Looking for strtof_l - found 2025-06-05T23:24:42.7042486Z -- Looking for strtoull_l 2025-06-05T23:24:42.7043927Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:24:42.7045701Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:24:42.7047430Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:24:42.7049544Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:24:42.7051243Z [ 33%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:24:42.7053045Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:24:42.7054794Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:24:42.7056042Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:24:42.7057166Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:24:42.7058148Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:24:42.7059259Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:24:42.7060584Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:24:42.7061809Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:24:42.7062829Z [ 39%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:24:42.7063768Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:24:42.7064279Z [ 6%] Built target logging 2025-06-05T23:24:42.7064556Z [ 42%] Built target flatccrt 2025-06-05T23:24:42.7065296Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:24:42.7066399Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:24:42.7067546Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:24:42.7068706Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:24:42.7069400Z -- Looking for strtoull_l - found 2025-06-05T23:24:42.7069687Z -- Looking for realpath 2025-06-05T23:24:42.7070946Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:24:42.7072168Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:24:42.7072653Z [ 7%] Built target microparams-init 2025-06-05T23:24:42.7073480Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:24:42.7074634Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:24:42.7075545Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:24:42.7075993Z [ 7%] Built target indirection 2025-06-05T23:24:42.7076512Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:24:42.7077177Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:24:42.7078333Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:24:42.7079725Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:24:42.7080451Z [ 8%] Linking C static library libcpuinfo.a 2025-06-05T23:24:42.7081426Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:24:42.7082652Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:24:42.7083867Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:24:42.7084327Z [ 8%] Built target cpuinfo 2025-06-05T23:24:42.7085323Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:24:42.7087072Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:24:42.7088979Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:24:42.7091139Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-06-05T23:24:42.7092560Z -- Looking for realpath - found 2025-06-05T23:24:42.7093100Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:24:42.7093707Z -- Configuring done (1.2s) 2025-06-05T23:24:42.7094134Z -- Generating done (0.0s) 2025-06-05T23:24:42.7095324Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:24:42.7096906Z [ 8%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:24:42.7097602Z [ 8%] Built target normalization 2025-06-05T23:24:42.7098479Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:24:43.5311306Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:24:43.5312708Z [ 8%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:24:43.5314057Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:24:43.5315554Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:24:43.5316676Z [ 8%] Built target cpuinfo_internals 2025-06-05T23:24:43.5317667Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:24:43.5319366Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:24:43.5321295Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:24:43.5322431Z [ 8%] Built target packing 2025-06-05T23:24:43.5324453Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-06-05T23:24:43.5327355Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-06-05T23:24:43.5329363Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:24:43.5330559Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:24:43.5332572Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:24:43.5334039Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:24:43.5335451Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:24:43.5336200Z [ 8%] Built target allocator 2025-06-05T23:24:43.5337341Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:24:43.5338667Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:24:43.5340045Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:24:43.5341523Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:24:43.5343018Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:24:43.5344865Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:24:43.5346660Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:24:43.5348823Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:43.5350693Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:24:43.5352109Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:24:43.5353515Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:24:43.5354406Z [ 8%] Built target cache 2025-06-05T23:24:43.5355574Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:24:43.5357570Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:24:43.5359345Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:24:43.5360707Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:24:43.5361392Z [ 8%] Built target datatype 2025-06-05T23:24:43.5363332Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:43.5366140Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:24:43.5368344Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:24:43.5370151Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:24:43.5371947Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:24:43.5373187Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:24:43.5375259Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:43.5378160Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:43.5380273Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:24:43.5381251Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:24:43.5382317Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:24:43.5383207Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:24:43.5384477Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:24:43.5385798Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:24:43.5387236Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:24:43.5389158Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:24:43.5390408Z [ 9%] Built target memory 2025-06-05T23:24:43.5391346Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:24:43.5393585Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:24:43.5395302Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:24:43.5396293Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:24:43.5397955Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:24:43.5400427Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:24:43.5402019Z [ 10%] Built target microkernel-utils 2025-06-05T23:24:43.5402567Z [ 93%] Built target flatcc 2025-06-05T23:24:43.5403853Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:24:43.5405890Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:24:43.5407285Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:24:43.5408034Z [ 10%] Built target mutex 2025-06-05T23:24:43.5409057Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:24:43.5410422Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:24:43.5411414Z [ 10%] Linking CXX static library libeigen_blas.a 2025-06-05T23:24:43.5412478Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:24:43.5413703Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:24:43.5414199Z [ 10%] Built target operator-utils 2025-06-05T23:24:43.5415269Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:24:43.5416891Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:24:43.5418363Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:24:43.5418836Z [ 10%] Built target reference-ukernels 2025-06-05T23:24:43.5419142Z [ 10%] Built target eigen_blas 2025-06-05T23:24:43.5419427Z [ 10%] Built target operator-run 2025-06-05T23:24:43.5419927Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:24:43.5420831Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:24:43.5422076Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:24:43.5422785Z [100%] Built target flatcc_cli 2025-06-05T23:24:43.5423257Z [ 10%] Performing install step for 'flatcc_external_project' 2025-06-05T23:24:43.5423672Z [ 21%] Built target flatccrt 2025-06-05T23:24:43.5936838Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:24:43.5939226Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:24:43.5940088Z [ 93%] Built target flatcc 2025-06-05T23:24:43.5940684Z [ 10%] Built target hardware-config 2025-06-05T23:24:43.5941231Z [100%] Built target flatcc_cli 2025-06-05T23:24:43.5942210Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:24:43.5944473Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:24:43.5947658Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:24:43.5949437Z Install the project... 2025-06-05T23:24:43.5951560Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:24:43.5953217Z -- Install configuration: "" 2025-06-05T23:24:43.5954621Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:24:43.5956288Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:24:43.5958303Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:24:43.5960199Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:24:43.5962264Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:24:43.5964161Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:24:43.5966204Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:24:43.5968262Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:24:43.5970157Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:24:43.5972355Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:24:43.5974308Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:24:43.5976524Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:24:43.5978671Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:24:43.5980639Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:24:43.5982582Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:24:43.5984691Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:24:43.5986575Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:24:43.5988566Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:24:43.5990707Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:24:43.5992607Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:24:43.5994360Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:24:43.5996024Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:24:43.5997620Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:24:43.5999557Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:24:43.6001269Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:24:43.6003167Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:24:43.6004924Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:24:43.6006694Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:24:43.6008433Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:24:43.6010147Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:24:43.6011941Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:24:43.6013781Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:24:43.6015577Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:24:43.6017391Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:24:43.6019278Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:24:43.6021169Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:24:43.6023030Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:24:43.6024838Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:24:43.6026629Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:24:43.6028291Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:24:43.6030342Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:24:43.6032059Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:24:43.6033636Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:24:43.6035324Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:24:43.6036886Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:24:43.6038638Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:24:43.6040194Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:24:43.6041897Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:24:43.6043753Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:24:43.6045631Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:24:43.6047693Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:24:43.6049507Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:24:43.6051102Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:24:43.6053116Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:24:43.6054721Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:24:43.6056778Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:24:43.6058678Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:24:43.6060339Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:24:43.6062017Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:24:43.6063746Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:24:43.6065207Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:24:43.6066943Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:24:44.5646787Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:24:44.5648868Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:24:44.5650698Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:24:44.5652618Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:24:44.5654855Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:24:44.5657448Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:24:44.5659833Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:24:44.5661920Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:24:44.5664077Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:24:44.5666015Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:24:44.5667770Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:24:44.5669754Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:24:44.5671851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:24:44.5673783Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:24:44.5675724Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:24:44.5677510Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:24:44.5679103Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:24:44.5680627Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:24:44.5682070Z [ 10%] Completed 'flatcc_external_project' 2025-06-05T23:24:44.5682750Z [ 10%] Built target flatcc_external_project 2025-06-05T23:24:44.5684167Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:24:44.5685737Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:24:44.5687746Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:24:44.5690531Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:24:44.5692858Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:24:44.5695595Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:24:44.5698161Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:24:44.5700351Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:24:44.5702961Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:24:44.5705391Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:24:44.5707899Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:24:44.5709978Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:24:44.5711890Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:24:44.5713511Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:24:44.5714794Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:24:44.5716659Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:24:44.5718379Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:24:44.5719580Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:24:44.5720817Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:24:44.5722928Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:24:44.5725061Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:24:44.5727052Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:24:44.5729221Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:24:44.5731196Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:24:44.5733444Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:24:44.5735013Z [ 10%] Built target flatccrt 2025-06-05T23:24:44.5735930Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:24:44.5737188Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:24:44.5740435Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:24:44.5743218Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:24:44.5745663Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:24:44.5748618Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:24:44.5750586Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:24:44.5751867Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:24:44.5753221Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:24:44.5754727Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:24:44.5756194Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:24:44.5758607Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:24:44.5761256Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:24:44.5763903Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:24:44.5765660Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:24:44.5766848Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:24:44.5768829Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:24:44.5771862Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:24:44.5774590Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:24:44.5777122Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:24:44.5778785Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:24:44.5780175Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:24:44.5781575Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:24:44.5783415Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:24:44.5785224Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:24:44.5787256Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:24:44.5789846Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:24:45.6571436Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:24:45.6574128Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:24:45.6575955Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:24:45.6577265Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:24:45.6578778Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:24:45.6580326Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:24:45.6582452Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:24:45.6585050Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:24:45.6587217Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:24:45.6589434Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:24:45.6591534Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:24:45.6593038Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:24:45.6594934Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:24:45.6596724Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:24:45.6598853Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:24:45.6601585Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:24:45.6604324Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:24:45.6607071Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:24:45.6609959Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:24:45.6612494Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:24:45.6614856Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:24:45.6617234Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:24:45.6619643Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:24:45.6622247Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:24:45.6625112Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:24:45.6627929Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:24:45.6630801Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:24:45.6633542Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:24:45.6636343Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:24:45.6639103Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:24:45.6640675Z [ 13%] Built target operators 2025-06-05T23:24:45.6642162Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:24:45.6644686Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:24:45.6647438Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:24:45.6649743Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:24:45.6652156Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:24:45.6654530Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:24:45.6656707Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:24:45.6658248Z [100%] Linking CXX executable flatc 2025-06-05T23:24:45.6659974Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:24:45.6662738Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:24:45.6665685Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:24:45.6668412Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:24:45.6671103Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:24:45.6673574Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:24:45.6675874Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:24:45.6678658Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:24:45.6681034Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:24:45.6683530Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:24:45.6686737Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:24:45.6689018Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:24:45.6691498Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:24:45.6694176Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:24:45.6696959Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:24:45.6699348Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:24:45.6701578Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:24:45.6703916Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:24:45.6706910Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-06-05T23:24:45.6709540Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:24:45.6711975Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:24:45.6714383Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:24:45.6716999Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:24:45.6719551Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:24:46.4526763Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:24:46.4529058Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:24:46.4531615Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:24:46.4534020Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:24:46.4536769Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:24:46.4540002Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:24:46.4542926Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:24:46.4545428Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:24:46.4547801Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:24:46.4550398Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:24:46.4553134Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:24:46.4555998Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:24:46.4558662Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:24:46.4561433Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:24:46.4564036Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:24:46.4566362Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:24:46.4569018Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:24:46.4571856Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:24:46.4575188Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:24:46.4577676Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:24:46.4579865Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:24:46.4581972Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:24:46.4584053Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:24:46.4586532Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:24:46.4589433Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:24:46.4592503Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:24:46.4595460Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:24:46.4598429Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:24:46.4601383Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:24:46.4604476Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:24:46.4607860Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:24:46.4611029Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:24:46.4614110Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:24:46.4615845Z [ 17%] Built target subgraph 2025-06-05T23:24:46.4617656Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:24:46.4620698Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:24:46.4623655Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:24:46.4626595Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:24:46.4629735Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:24:46.4632960Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:24:46.4635945Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:24:46.4638980Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:24:46.4641883Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:24:46.4644898Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:24:46.4647913Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:24:46.4650889Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:24:46.4653876Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:24:46.4656829Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:24:46.4659828Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:24:46.4661536Z [100%] Built target flatc 2025-06-05T23:24:46.4663306Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:24:46.4666238Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:24:46.4668277Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:24:46.4671340Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:24:46.4674584Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:24:46.4677783Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:24:46.7044351Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:24:46.7047294Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:24:46.7050319Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:24:46.7053133Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:24:46.7054632Z [100%] Built target flatc 2025-06-05T23:24:46.7056338Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:24:46.7057947Z Install the project... 2025-06-05T23:24:46.7058441Z -- Install configuration: "" 2025-06-05T23:24:46.7059513Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:24:46.7061236Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:24:46.7062976Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:24:46.7064849Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:24:46.7066554Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:24:46.7068336Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:24:46.7070170Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:24:46.7075159Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:24:46.7077056Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:24:46.7078960Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:24:46.7080815Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:24:46.7082691Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:24:46.7084610Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:24:46.7086395Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:24:46.7088205Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:24:46.7090051Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:24:46.7091861Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:24:46.7093767Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:24:46.7095574Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:24:46.7097371Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:24:46.7099109Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:24:46.7100898Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:24:46.7102729Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:24:46.7104659Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:24:46.7106575Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:24:46.7108460Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:24:46.7110389Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:24:46.7112209Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:24:46.7113999Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:24:46.7115787Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:24:46.7117586Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:24:46.7119475Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:24:46.7121291Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:24:46.7123079Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:24:46.7125056Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:24:46.7127168Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:24:46.7129357Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:24:46.7131264Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:24:46.7133538Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:24:46.7135768Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:24:46.7137905Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:24:46.7139572Z [ 18%] Completed 'flatbuffers_external_project' 2025-06-05T23:24:46.7141367Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:24:46.7144429Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:24:46.7146445Z [ 18%] Built target flatbuffers_external_project 2025-06-05T23:24:46.7148435Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:24:46.7150479Z [ 18%] Generating common_schema headers 2025-06-05T23:24:46.7151142Z [ 18%] Generating qualcomm ir schema headers 2025-06-05T23:24:46.7151865Z [ 18%] Generating qnn_schema headers 2025-06-05T23:24:46.7153887Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-06-05T23:24:46.7157082Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-06-05T23:24:46.7159150Z [ 20%] Generating xnnpack_schema headers 2025-06-05T23:24:46.7159814Z [ 20%] Built target common_schema 2025-06-05T23:24:46.7160306Z [ 20%] Built target qcir 2025-06-05T23:24:46.7160773Z [ 20%] Built target qnn_schema 2025-06-05T23:24:46.7162907Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:24:46.7166474Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:24:46.7169645Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:24:46.7174458Z [ 20%] Built target xnnpack_schema 2025-06-05T23:24:46.7176478Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:24:46.7178507Z [ 20%] Generating scalar_type_schema headers 2025-06-05T23:24:46.7180613Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:24:46.7182506Z [ 20%] Generating program_schema headers 2025-06-05T23:24:46.7183108Z [ 20%] Built target scalar_type_schema 2025-06-05T23:24:47.7095877Z [ 20%] Built target program_schema 2025-06-05T23:24:47.7098074Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:24:47.7100452Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:24:47.7102992Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:24:47.7106292Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:24:47.7109486Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:24:47.7112270Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:24:47.7114899Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:24:47.7117418Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:24:47.7120333Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:24:47.7123157Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:24:47.7125549Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:24:47.7127709Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:24:47.7130399Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:47.7133316Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:47.7136276Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:24:47.7138350Z [ 22%] Linking CXX static library libqcir_utils.a 2025-06-05T23:24:47.7140505Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:24:47.7142301Z [ 22%] Built target qcir_utils 2025-06-05T23:24:47.7143770Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:24:47.7146174Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:24:47.7148958Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:24:47.7151842Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:24:47.7154410Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:24:47.7156083Z [ 22%] Generating flat_tensor_schema headers 2025-06-05T23:24:47.7158330Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:24:47.7159838Z [ 22%] Built target flat_tensor_schema 2025-06-05T23:24:47.7171855Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:24:47.7174305Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:24:47.7176197Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:24:47.7177600Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:24:47.7179685Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:24:47.7181971Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:24:47.7183490Z [ 22%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:24:47.7184302Z [ 22%] Built target qnn_executorch_logging 2025-06-05T23:24:47.7185660Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:24:47.7187730Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:24:47.7189434Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:24:47.7191534Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:24:47.7193618Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:24:47.7195674Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:24:47.7197642Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:24:47.7199380Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:24:47.7201529Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:24:47.7203563Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:24:47.7205688Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:24:47.7208181Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:24:47.7210648Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:24:47.7212625Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:24:47.7214403Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:24:47.7216455Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:24:47.7218661Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:24:47.7221172Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:24:47.7223335Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:24:47.7225246Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:24:47.7226737Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:24:47.7228141Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:24:47.7229636Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:24:47.7231921Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:47.7234064Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:24:47.7235604Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:24:47.7237760Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:47.7239881Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:24:47.7241235Z [ 26%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:24:47.7243200Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:24:48.8348227Z [ 26%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:24:48.8349108Z [ 26%] Built target qnn_implementation 2025-06-05T23:24:48.8350484Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:24:48.8351640Z [ 26%] Built target qnn_sys_implementation 2025-06-05T23:24:48.8353087Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:24:48.8354937Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:24:48.8356985Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:24:48.8358987Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:24:48.8361251Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:24:48.8362846Z [ 27%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:24:48.8365002Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:24:48.8368077Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:24:48.8369820Z [ 27%] Built target executorch_core 2025-06-05T23:24:48.8373001Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:24:48.8375623Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:24:48.8377855Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:24:48.8380003Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:24:48.8381727Z [ 27%] Linking CXX static library libutils.a 2025-06-05T23:24:48.8382394Z [ 27%] Built target utils 2025-06-05T23:24:48.8383770Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:24:48.8386025Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:24:48.8388654Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:48.8390657Z [ 27%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:24:48.8392115Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:24:48.8393250Z [ 27%] Built target qnn_profiler 2025-06-05T23:24:48.8394568Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:24:48.8395934Z [ 27%] Linking CXX static library libwrappers.a 2025-06-05T23:24:48.8396604Z [ 27%] Built target wrappers 2025-06-05T23:24:48.8398453Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:48.8401010Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:24:48.8402724Z [ 27%] Linking CXX static library libshared_buffer.a 2025-06-05T23:24:48.8403986Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:24:48.8405048Z [ 27%] Built target shared_buffer 2025-06-05T23:24:48.8406375Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:24:48.8408162Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:24:48.8410123Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:24:48.8412166Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:24:48.8414829Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:24:48.8418053Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:24:48.8420184Z [ 27%] Linking CXX static library libqnn_logger.a 2025-06-05T23:24:48.8421712Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:24:48.8423003Z [ 27%] Built target qnn_logger 2025-06-05T23:24:48.8424568Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:24:48.8426958Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:24:48.8428969Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:24:48.8431133Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:24:48.8433886Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:24:48.8435774Z [ 29%] Linking CXX static library libextension_tensor.a 2025-06-05T23:24:48.8437504Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:24:48.8440371Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:24:48.8441897Z [ 29%] Built target extension_tensor 2025-06-05T23:24:48.8443247Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:24:48.8445209Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:24:48.8447236Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:24:48.8449639Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:24:48.8451424Z [ 29%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:24:48.8452193Z [ 29%] Built target qnn_backend_cache 2025-06-05T23:24:48.8453641Z [ 29%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:24:48.8455857Z [ 29%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:24:48.8457440Z [ 29%] Linking CXX static library libexecutorch.a 2025-06-05T23:24:48.8459600Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:24:48.8461266Z [ 29%] Built target executorch 2025-06-05T23:24:48.8462152Z [ 29%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:24:48.8464320Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:24:48.8466857Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:24:48.8468203Z [ 29%] Built target extension_data_loader 2025-06-05T23:24:48.8470061Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:24:48.8472613Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:24:48.8476378Z [ 29%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:24:48.8477216Z [ 29%] Built target extension_threadpool 2025-06-05T23:24:48.8478934Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:24:48.8480818Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:24:48.8482628Z [ 29%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:24:48.8484876Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:24:48.8487321Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:24:48.8489890Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:24:48.8491963Z [ 29%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:24:48.8494220Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:24:48.8496032Z [ 29%] Built target extension_flat_tensor 2025-06-05T23:24:50.3761062Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:24:50.3763742Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:24:50.3765829Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:24:50.3767312Z [ 29%] Linking CXX static library libqnn_backend.a 2025-06-05T23:24:50.3769130Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:24:50.3772753Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:24:50.3774012Z [ 30%] Built target qnn_backend 2025-06-05T23:24:50.3775154Z [ 30%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:24:50.3777339Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:24:50.3780130Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:24:50.3782898Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:24:50.3785914Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:24:50.3787875Z [ 30%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:24:50.3788874Z [ 30%] Linking CXX static library libqnn_device.a 2025-06-05T23:24:50.3790358Z [ 30%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:24:50.3791494Z [ 30%] Built target qnn_custom_protocol 2025-06-05T23:24:50.3792975Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:24:50.3794236Z [ 30%] Built target qnn_device 2025-06-05T23:24:50.3795594Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:24:50.3797281Z [ 30%] Linking CXX shared library libextension_module.so 2025-06-05T23:24:50.3798678Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:24:50.3800662Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:24:50.3803156Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:24:50.3805667Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:24:50.3807030Z [ 30%] Built target extension_module 2025-06-05T23:24:50.3808191Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:24:50.3810530Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:24:50.3813009Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:24:50.3814730Z [ 30%] Linking CXX static library libextension_module_static.a 2025-06-05T23:24:50.3816392Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:24:50.3817626Z [ 31%] Built target extension_module_static 2025-06-05T23:24:50.3819143Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:24:50.3821313Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:24:50.3823824Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:50.3826397Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:24:50.3828432Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:24:50.3829835Z [ 31%] Linking CXX static library libcpublas.a 2025-06-05T23:24:50.3830606Z [ 31%] Built target cpublas 2025-06-05T23:24:50.3831840Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:24:50.3833873Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:24:50.3835990Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:24:50.3838694Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-06-05T23:24:50.3841375Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:24:50.3843719Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:24:50.3846329Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:24:50.3848431Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:24:50.3850421Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:24:50.3852987Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:24:50.3856135Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:24:50.3858637Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:24:50.3860673Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:24:50.3862686Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:24:50.3864634Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:24:50.3866028Z [ 33%] Linking CXX static library libqnn_context.a 2025-06-05T23:24:50.3868003Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:24:50.3869657Z [ 33%] Built target qnn_context 2025-06-05T23:24:50.3871273Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:24:50.3873180Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:24:50.3874765Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:24:50.3877232Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:24:50.3879688Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:24:50.3881694Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:24:50.3883665Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:24:50.3886150Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:24:50.3888578Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:24:50.3891027Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:24:50.3893154Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:24:50.3895795Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:24:50.3898341Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:24:50.3899954Z [ 33%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:24:50.3900942Z [ 33%] Built target kernels_util_all_deps 2025-06-05T23:24:50.3902329Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:24:50.3904916Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:24:52.5086839Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:24:52.5088357Z [ 33%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:24:52.5089146Z [ 33%] Built target qnn_mem_manager 2025-06-05T23:24:52.5090513Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:24:52.5092756Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:24:52.5095425Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:52.5098014Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:24:52.5100002Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:24:52.5102032Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:24:52.5104286Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:24:52.5106480Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:24:52.5109273Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:52.5111984Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:24:52.5114087Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:24:52.5116002Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:24:52.5117995Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:24:52.5119946Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:24:52.5122170Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:24:52.5125142Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:52.5127643Z [ 34%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:24:52.5129652Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:24:52.5131789Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:24:52.5133902Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:24:52.5136548Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:24:52.5138821Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:24:52.5140304Z [ 34%] Linking CXX static library libqnn_graph.a 2025-06-05T23:24:52.5141825Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:24:52.5143104Z [ 35%] Built target qnn_graph 2025-06-05T23:24:52.5144316Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:24:52.5146238Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:24:52.5148828Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:24:52.5151303Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:24:52.5153300Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:24:52.5155288Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:24:52.5157912Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:52.5160506Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:24:52.5162495Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:24:52.5164486Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:24:52.5166367Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:24:52.5169054Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:52.5171548Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:24:52.5173026Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:24:52.5174702Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:24:52.5176694Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:24:52.5178765Z [ 35%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:24:52.5181548Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:52.5183957Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:24:52.5186303Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:24:52.5188647Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:24:52.5190019Z [ 37%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:24:52.5190839Z [ 37%] Built target quantized_kernels 2025-06-05T23:24:52.5192099Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:24:52.5194030Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:24:52.5196672Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:24:52.5199797Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:24:52.5201820Z [ 37%] Linking CXX static library libqnn_factory.a 2025-06-05T23:24:52.5202531Z [ 37%] Built target qnn_factory 2025-06-05T23:24:52.5203833Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:24:52.5205451Z [ 37%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:24:52.5206940Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:24:52.5209518Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:24:52.5212021Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:24:52.5214523Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:52.5216414Z [ 38%] Generating code for kernel registration 2025-06-05T23:24:52.5217883Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:24:52.5219650Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:24:52.5221654Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:24:52.5224439Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:52.5227751Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:52.5230127Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:24:55.2232310Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:24:55.2235146Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:24:55.2237971Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:24:55.2240701Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:24:55.2243043Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:24:55.2245538Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:24:55.2248575Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:24:55.2251639Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:24:55.2254121Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:24:55.2256063Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:24:55.2258246Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:24:55.2260983Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:24:55.2263414Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:24:55.2265359Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:24:55.2267436Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:24:55.2270139Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:24:55.2273834Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:24:55.2276274Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:24:55.2278234Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:24:55.2280287Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:24:55.2283036Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:24:55.2285546Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:24:55.2287393Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:24:55.2289412Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:24:55.2291850Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-06-05T23:24:55.2294271Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:24:55.2296306Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:24:55.2298311Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:24:55.2300248Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:24:55.2302632Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-06-05T23:24:55.2305017Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:24:55.2306883Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:24:55.2309285Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:24:55.2311778Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:24:55.2313690Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:24:55.2316190Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:24:55.2318640Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:24:55.2320999Z [ 40%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:24:55.2323410Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:24:55.2325865Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:24:55.2328350Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:24:55.2330891Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:24:55.2333327Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:24:55.2335149Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:24:55.2336550Z [ 40%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:24:55.2337323Z [ 40%] Built target quantized_ops_lib 2025-06-05T23:24:55.2339102Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:24:55.2341799Z [ 40%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:24:55.2344022Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:24:55.2346489Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:24:55.2348820Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:24:55.2351224Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:24:55.2353526Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:24:55.2355408Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:24:55.2357319Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:24:55.2358760Z [ 40%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:24:55.2360729Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:24:55.2362334Z [ 40%] Built target qnn_dlc_manager 2025-06-05T23:24:55.2364201Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:24:55.2366542Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:24:55.2368378Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:24:55.2370314Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:24:55.2372951Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:24:55.2375410Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:24:55.2377465Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:24:58.0121964Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:24:58.0124674Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:24:58.0126601Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:24:58.0129098Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:24:58.0131565Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:24:58.0133584Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:24:58.0135547Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:24:58.0138026Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:24:58.0141279Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:24:58.0144010Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:24:58.0146881Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:24:58.0149803Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:24:58.0152103Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:24:58.0154986Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:24:58.0157670Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:24:58.0159448Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:24:58.0162228Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:24:58.0165025Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:24:58.0167525Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:24:58.0169846Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:24:58.0171892Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:24:58.0173707Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:24:58.0176174Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:24:58.0178568Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:24:58.0180544Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:24:58.0183212Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:24:58.0185716Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:24:58.0188182Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-06-05T23:24:58.0190531Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:24:58.0192862Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-06-05T23:24:58.0195345Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:24:58.0197371Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:24:58.0198620Z [ 43%] Built target PyQnnWrapperAdaptor 2025-06-05T23:24:58.0199970Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:24:58.0201914Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:24:58.0204290Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-06-05T23:24:58.0206561Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:24:58.0207894Z [ 43%] Linking CXX static library libqnn_manager.a 2025-06-05T23:24:58.0208615Z [ 43%] Built target qnn_manager 2025-06-05T23:24:58.0209898Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:24:58.0212174Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:24:58.0214311Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:24:58.0216712Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:24:58.0218975Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:24:58.0220862Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:24:58.0223265Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:24:58.0226099Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:24:58.0228058Z [ 43%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:24:58.0229621Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:24:58.0231599Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:24:58.0233480Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:24:58.0235979Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:24:58.0237653Z [ 44%] Built target qnn_executorch_backend 2025-06-05T23:24:58.0239082Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:24:58.0241417Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:24:58.0244033Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:24:58.0246515Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:24:58.0248381Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:24:58.0250711Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:24:58.0253093Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:24:58.0254969Z [ 44%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:24:58.0257171Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:24:58.0259400Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:24:58.0261151Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:24:58.0263486Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:24:58.0265905Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:24:58.0267859Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:25:00.0920450Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:25:00.0922949Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:25:00.0925013Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:25:00.0927360Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:25:00.0929634Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:25:00.0931986Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:25:00.0934330Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:25:00.0936259Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:25:00.0938662Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:25:00.0940957Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:25:00.0943369Z [ 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-06-05T23:25:00.0945842Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:25:00.0948282Z [ 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-06-05T23:25:00.0950697Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:25:00.0952345Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:25:00.0954318Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:25:00.0956703Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:25:00.0959286Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:25:00.0961784Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:25:00.0964413Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:25:00.0966590Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:25:00.0968853Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:25:00.0972477Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:25:00.0975318Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:25:00.0977922Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:25:00.0980275Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:25:00.0982340Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:25:00.0984600Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:25:00.0987344Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:25:00.0990108Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:25:00.0992439Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:25:00.0994294Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:25:00.0996567Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:25:00.1002357Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:25:00.1004756Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:25:00.1006752Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:25:00.1009188Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:25:00.1011429Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:25:00.1013845Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:25:00.1016092Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:25:00.1018424Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:25:00.1021142Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:25:00.1023875Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:25:00.1026314Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:25:00.1028543Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:25:00.1031069Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:25:00.1033323Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:25:00.1034729Z [ 48%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:25:00.1036641Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:25:00.1038884Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:25:00.1041226Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:25:00.1043999Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:25:00.1046317Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:25:00.1048044Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:25:00.1050050Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:25:00.1051348Z [ 48%] Built target optimized_kernels 2025-06-05T23:25:00.1052289Z [ 48%] Generating selected_operators.yaml for optimized_ops_lib 2025-06-05T23:25:00.1053833Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:25:00.1056160Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:25:00.1058744Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:25:00.1061029Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:25:00.1063281Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:25:00.1065607Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:25:00.1067643Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:25:01.8981792Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:25:01.8983223Z [ 49%] Generating code for kernel registration 2025-06-05T23:25:01.8985391Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:25:01.8987665Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:25:01.8990105Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:25:01.8992669Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:25:01.8994726Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:25:01.8996806Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:25:01.8999249Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:25:01.9001781Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:25:01.9003859Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:25:01.9006427Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:25:01.9008792Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:25:01.9011081Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:25:01.9013345Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:25:01.9015823Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:25:01.9018347Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:25:01.9020345Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:25:01.9022213Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:25:01.9023981Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:25:01.9026274Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:25:01.9028643Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:25:01.9030764Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:25:01.9033132Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:25:01.9035540Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:25:01.9037327Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:25:01.9038848Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:25:01.9040439Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:25:01.9041988Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:25:01.9043658Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:25:01.9045659Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:25:01.9047529Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:25:01.9048851Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:25:01.9050396Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:25:01.9052276Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:25:01.9054200Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:25:01.9055886Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:25:01.9058019Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:25:01.9059867Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:25:01.9062002Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:25:01.9063713Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:25:01.9065557Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:25:01.9067842Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:25:01.9069103Z [ 52%] Built target PyQnnManagerAdaptor 2025-06-05T23:25:01.9070735Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:25:01.9072589Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:25:01.9074173Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:25:01.9076067Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:25:01.9077926Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:25:01.9079873Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:25:01.9082068Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:25:01.9084267Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:25:01.9086015Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:25:01.9087840Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:25:01.9090093Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:25:01.9092200Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:25:01.9094246Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:25:01.9096608Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:25:01.9098558Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:25:01.9100278Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:25:01.9102274Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:25:01.9104356Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:25:01.9106393Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:25:01.9108497Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:25:01.9110230Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:25:03.3123695Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:25:03.3125962Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:25:03.3128695Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:25:03.3131171Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:25:03.3133105Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:25:03.3135006Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:25:03.3137007Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:25:03.3139478Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:25:03.3141811Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:25:03.3144259Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:25:03.3146551Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:25:03.3148886Z [ 53%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:25:03.3151384Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:25:03.3153830Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:25:03.3156018Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:25:03.3158365Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:25:03.3160951Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:25:03.3163131Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:25:03.3165117Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:25:03.3167356Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:25:03.3170115Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:25:03.3172062Z [ 54%] Linking CXX static library liboptimized_ops_lib.a 2025-06-05T23:25:03.3174086Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:25:03.3175547Z [ 54%] Built target optimized_ops_lib 2025-06-05T23:25:03.3176833Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:25:03.3178756Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:25:03.3180820Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:25:03.3183242Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:25:03.3186014Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:25:03.3188815Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:25:03.3191563Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:25:03.3193675Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:25:03.3195731Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:25:03.3198202Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:25:03.3200417Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:25:03.3202332Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:25:03.3204288Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:25:03.3206186Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:25:03.3208628Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:25:03.3211472Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:25:03.3214015Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:25:03.3216279Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:25:03.3218306Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:25:03.3220791Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:25:03.3223060Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:25:03.3225465Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:25:03.3227800Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:25:03.3230151Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:25:03.3232633Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:25:03.3235249Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:25:03.3237998Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:25:03.3240484Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:25:03.3242594Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:25:03.3244534Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:25:03.3246873Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:25:03.3249576Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:25:03.3251950Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:25:03.3253884Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:25:03.3255745Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:25:03.3257727Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:25:03.3260129Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:25:03.3262500Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:25:03.3264917Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:25:03.3267162Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:25:03.3269453Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:25:04.8520706Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:25:04.8523044Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:25:04.8525120Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:25:04.8527069Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:25:04.8529121Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:25:04.8531543Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:25:04.8534005Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:25:04.8535982Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:25:04.8537950Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:25:04.8540280Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:25:04.8542626Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:25:04.8544601Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:25:04.8546846Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:25:04.8548914Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:25:04.8551228Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:25:04.8553449Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:25:04.8555210Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:25:04.8557131Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:25:04.8559128Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:25:04.8561589Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:25:04.8564316Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:25:04.8566929Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:25:04.8569119Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:25:04.8570964Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:25:04.8572828Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:25:04.8574849Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:25:04.8576961Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:25:04.8579042Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:25:04.8581403Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:25:04.8583691Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:25:04.8585677Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:25:04.8587710Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:25:04.8590266Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:25:04.8592660Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:25:04.8594403Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:25:04.8596723Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:25:04.8599576Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:25:04.8601992Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:25:04.8603974Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:25:04.8605780Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:25:04.8608114Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:25:04.8610459Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:25:04.8612865Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:25:04.8615663Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:25:04.8618027Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:25:04.8620092Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:25:04.8622085Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:25:04.8624512Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:25:04.8626866Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:25:04.8628828Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:25:04.8630956Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:25:04.8633021Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:25:04.8634995Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:25:04.8637401Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:25:04.8640228Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:25:04.8642623Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:25:04.8644651Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:25:04.8647138Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:25:04.8649827Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:25:04.8651974Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:25:04.8654112Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:25:04.8656049Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:25:04.8658422Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:25:04.8660855Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:25:04.8662899Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:25:04.8665323Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:25:06.3967691Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:25:06.3970086Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:25:06.3972814Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:25:06.3974551Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:25:06.3976222Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:25:06.3978658Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:25:06.3981288Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:25:06.3983649Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:25:06.3986115Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:25:06.3988032Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:25:06.3990538Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:25:06.3993003Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:25:06.3995038Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:25:06.3997032Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:25:06.3999528Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:25:06.4001898Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:25:06.4003925Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:25:06.4006412Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:25:06.4008766Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:25:06.4011032Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:25:06.4013519Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:25:06.4016339Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:25:06.4018805Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:25:06.4020678Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:25:06.4022554Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:25:06.4024594Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:25:06.4026437Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:25:06.4028391Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:25:06.4031029Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:25:06.4033564Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:25:06.4036166Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:25:06.4038571Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:25:06.4040782Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:25:06.4043397Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:25:06.4046006Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:25:06.4048104Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:25:06.4050138Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:25:06.4052040Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:25:06.4054121Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:25:06.4056798Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:25:06.4059666Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:25:06.4061904Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:25:06.4064125Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:25:06.4066696Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:25:06.4068829Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:25:06.4071107Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:25:06.4073253Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:25:06.4075271Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:25:06.4077503Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:25:06.4079829Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:25:06.4082206Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:25:06.4084668Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:25:06.4086656Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:25:06.4088574Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:25:06.4090500Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:25:06.4092678Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:25:06.4095281Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:25:06.4097915Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:25:06.4100313Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:25:06.4102468Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:25:06.4105227Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:25:06.4107548Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:25:06.4109459Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:25:06.4111708Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:25:07.7331205Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:25:07.7333811Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:25:07.7336018Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:25:07.7338063Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:25:07.7340515Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:25:07.7343100Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:25:07.7345380Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:25:07.7348168Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:25:07.7350956Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:25:07.7353591Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:25:07.7355934Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:25:07.7357928Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:25:07.7359997Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:25:07.7362324Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:25:07.7364856Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:25:07.7367655Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:25:07.7370158Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:25:07.7377230Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:25:07.7379318Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:25:07.7381656Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:25:07.7384597Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:25:07.7387013Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:25:07.7389491Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:25:07.7392007Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:25:07.7394190Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:25:07.7396865Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:25:07.7399977Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:25:07.7402520Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:25:07.7404548Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:25:07.7406847Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:25:07.7409328Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:25:07.7411329Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:25:07.7413601Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:25:07.7416255Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:25:07.7418714Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:25:07.7420692Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:25:07.7423004Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:25:07.7425231Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:25:07.7427248Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:25:07.7429270Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:25:07.7431255Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:25:07.7433576Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:25:07.7435930Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:25:07.7438167Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:25:07.7440034Z [ 68%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:25:07.7441493Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:25:07.7443744Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:25:07.7446328Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:25:07.7448405Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:25:07.7450699Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:25:07.7452892Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:25:07.7455168Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:25:07.7457396Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:25:07.7459142Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:25:07.7461381Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:25:07.7462922Z [ 69%] Built target optimized_portable_kernels 2025-06-05T23:25:07.7464707Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:25:07.7467270Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:25:07.7469359Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:25:07.7471997Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:25:07.7474017Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:25:07.7476364Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:25:07.7479046Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:25:09.1489586Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:25:09.1491867Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:25:09.1494361Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:25:09.1496643Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:25:09.1499047Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:25:09.1501708Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:25:09.1503309Z [ 70%] Merging kernel yaml files 2025-06-05T23:25:09.1504619Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:25:09.1506888Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:25:09.1509591Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:25:09.1512103Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:25:09.1514465Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:25:09.1516782Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:25:09.1519047Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:25:09.1520989Z [ 70%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:25:09.1523033Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:25:09.1525728Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:25:09.1528037Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:25:09.1530506Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:25:09.1532976Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:25:09.1535468Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:25:09.1537960Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:25:09.1540662Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:25:09.1543168Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:25:09.1545071Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:25:09.1547467Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:25:09.1550500Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:25:09.1563670Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:25:09.1566378Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:25:09.1567745Z [ 71%] Generating code for kernel registration 2025-06-05T23:25:09.1569154Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:25:09.1573190Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:25:09.1576496Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:25:09.1579083Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:25:09.1580876Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:25:09.1582975Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:25:09.1585896Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:25:09.1588986Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:25:09.1592204Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:25:09.1594994Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:25:09.1597301Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:25:09.1599625Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:25:09.1601766Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:25:09.1603616Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:25:09.1605644Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:25:09.1608100Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:25:09.1610359Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:25:09.1612774Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:25:09.1615347Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:25:09.1617329Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:25:09.1619532Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:25:09.1621487Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:25:09.1623003Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:25:09.1624398Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:25:09.1626311Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:25:09.1628376Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:25:09.1630523Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:25:09.1632610Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:25:09.1634736Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:25:09.1636486Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:25:09.1638115Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:25:09.1639568Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:25:10.3027510Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:25:10.3030087Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:25:10.3033050Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:25:10.3035345Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:25:10.3037772Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:25:10.3040630Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:25:10.3043032Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:25:10.3045076Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:25:10.3047418Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:25:10.3050143Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:25:10.3052511Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:25:10.3055424Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:25:10.3058141Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:25:10.3060907Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:25:10.3063547Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:25:10.3066223Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:25:10.3068914Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:25:10.3071632Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:25:10.3074625Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3077892Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3081294Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:25:10.3083517Z [ 75%] Linking CXX static library libportable_kernels.a 2025-06-05T23:25:10.3085902Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:25:10.3089425Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3092723Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3096017Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3100396Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3104577Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:10.3109171Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:25:10.3111101Z [ 75%] Built target portable_kernels 2025-06-05T23:25:10.3113223Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:25:10.3116944Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:25:10.3120385Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:25:10.3123881Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3127242Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:25:10.3129595Z [ 76%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:25:10.3131916Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:25:10.3135192Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:25:10.3138541Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:25:10.3141999Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:25:10.3145492Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:10.3149066Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:25:10.3152731Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:10.3156128Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:25:10.3159523Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:25:10.3162961Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:25:10.3166418Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:25:10.3169795Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:25:10.3174652Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:25:10.3178099Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:25:10.3180187Z [ 76%] Generating code for kernel registration 2025-06-05T23:25:10.3182491Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:25:10.3186072Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:25:11.2572814Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:11.2576285Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:11.2579505Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:25:11.2582657Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:11.2585546Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:25:11.2588413Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:25:11.2591619Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:25:11.2594617Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:25:11.2597762Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:25:11.2600911Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:25:11.2604169Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:25:11.2607444Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:25:11.2610958Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:25:11.2614281Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:25:11.2617567Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:25:11.2621090Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:11.2624635Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:11.2628175Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:25:11.2631684Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:25:11.2635019Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:25:11.2638224Z [ 78%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:25:11.2641590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:25:11.2645028Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:25:11.2648457Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:25:11.2651764Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:25:11.2654771Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:25:11.2657927Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:25:11.2661017Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:25:11.2664032Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:25:11.2667081Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:25:11.2670160Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:25:11.2673456Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:11.2676512Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:11.2679521Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:11.2681426Z [ 79%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:25:11.2683249Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:11.2684938Z [ 79%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:25:11.2686869Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:11.2689895Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:25:11.2692881Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:25:11.2695829Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:25:11.2698804Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:11.2701756Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:11.2704921Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:11.2708004Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:11.2711148Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:11.2714127Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:25:11.2717381Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:25:12.0560550Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:25:12.0563215Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:25:12.0565931Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:25:12.0568588Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:25:12.0572847Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:25:12.0575011Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:25:12.0577838Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:25:12.0580503Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:25:12.0583180Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:25:12.0585884Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:25:12.0588925Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:25:12.0592264Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:12.0595434Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:12.0598557Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.0601681Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.0604876Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:12.0608248Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:25:12.0611504Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:25:12.0614678Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:25:12.0617775Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:12.0620912Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:12.0624143Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.0627215Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.0630336Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:12.0633516Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:25:12.0636616Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:25:12.0640209Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:25:12.0643364Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:12.0646517Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:12.0649673Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.0652851Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.0656046Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:12.0659183Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:25:12.0662223Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:25:12.0665322Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:12.0668567Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:25:12.0671978Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.0675215Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.0678246Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:12.0681161Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:12.0684364Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:12.0687372Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:12.0690402Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.0693465Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:12.0696616Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.0699680Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:12.0703046Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:12.9455550Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:12.9457878Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:12.9460672Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:25:12.9463989Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:12.9467309Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:12.9469587Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.9472280Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.9475093Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:12.9477054Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:12.9479368Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:12.9481794Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:12.9485601Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:12.9488872Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:12.9491944Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:12.9494529Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:12.9497247Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:12.9499845Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:12.9502653Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:25:12.9505434Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:12.9508341Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:25:12.9511091Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:25:12.9513722Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:25:12.9516771Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:25:12.9519875Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:25:12.9522525Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:25:12.9525321Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:25:12.9528048Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:25:12.9530498Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:25:12.9532709Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:25:12.9535050Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:25:12.9537500Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:25:12.9540014Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:25:12.9541589Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:25:12.9543442Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:25:12.9545512Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:25:12.9547772Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:12.9549292Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:25:12.9550881Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:25:12.9552390Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:25:12.9553963Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:25:12.9555481Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:25:12.9556503Z [ 85%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:25:12.9557562Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:25:12.9559554Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:12.9561757Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:25:12.9563200Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:25:12.9563956Z [ 85%] Built target portable_ops_lib 2025-06-05T23:25:12.9564833Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:25:12.9566158Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:25:12.9567476Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:25:12.9568799Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:25:13.5877389Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:25:13.5880145Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:25:13.5883114Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:25:13.5885878Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:25:13.5888809Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:25:13.5891756Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:25:13.5894623Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:25:13.5897372Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:25:13.5900259Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:25:13.5903255Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:25:13.5906159Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:25:13.5909253Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:13.5912492Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:25:13.5915797Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:25:13.5919052Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:25:13.5922194Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:13.5925460Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:25:13.5928716Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:25:13.5931760Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:25:13.5934859Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:25:13.5937941Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:25:13.5941035Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:25:13.5944244Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:13.5947506Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:13.5950949Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:13.5954322Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:13.5957616Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:13.5960886Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:25:13.5963963Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:25:13.5967238Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:25:13.5970387Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:25:13.5973737Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:25:13.5976970Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:13.5980145Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:13.5983548Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:25:13.5986774Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:25:13.5989884Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:25:13.5992884Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:25:13.5995652Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:25:13.5998467Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:25:13.6001287Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:25:13.6004048Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:25:13.6006880Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:25:13.6009590Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:25:13.6012472Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:13.6015682Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:13.6018815Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:13.6021951Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:13.6024990Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:13.6027994Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:14.4055989Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:14.4059056Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:14.4062155Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:14.4065285Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:14.4068136Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:14.4071103Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:14.4074159Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:14.4076875Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:14.4079809Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:14.4083038Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:14.4086219Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:14.4089385Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:14.4092524Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:14.4095632Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:14.4098570Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:14.4101659Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:25:14.4104781Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:25:14.4108085Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:25:14.4111396Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:25:14.4114546Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:25:14.4117487Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:25:14.4120584Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:25:14.4123711Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:25:14.4126455Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:25:14.4129174Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:25:14.4131804Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:25:14.4134553Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:25:14.4137489Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:25:14.4140629Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:25:14.4143718Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:25:14.4146694Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:25:14.4149536Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:25:14.4152496Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:14.4155524Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:25:14.4158581Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:25:14.4161635Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:25:14.4164772Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:25:14.4167845Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:25:14.4170997Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:25:14.4174015Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:14.4177221Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:25:14.4180060Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:25:14.4182629Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:25:14.4185250Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:25:14.4188008Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:25:14.4190739Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:25:14.4193430Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:25:14.4196035Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:25:14.4198751Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:25:14.4201508Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:25:14.4204513Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:25:14.4207464Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:25:15.0652279Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:25:15.0655037Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:25:15.0657616Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:25:15.0660505Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:25:15.0663361Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:25:15.0666194Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:15.0669153Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:25:15.0678634Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:25:15.0681567Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:25:15.0684653Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:25:15.0687800Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:25:15.0690537Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:25:15.0693054Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:25:15.0695622Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:25:15.0698355Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:25:15.0700927Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:25:15.0703463Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:25:15.0706079Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:25:15.0708702Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:25:15.0711442Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:25:15.0713902Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:25:15.0716486Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:25:15.0718939Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:25:15.0721354Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:25:15.0723765Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:25:15.0726256Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:25:15.0728869Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:25:15.0731437Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:25:15.0733881Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:25:15.0736539Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:25:15.0739339Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:25:15.0741809Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:25:15.0744116Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:25:15.0746743Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:25:15.0749249Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:25:15.0751829Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:25:15.0754322Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:25:15.0757345Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:25:15.0760515Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:25:15.0763347Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:25:15.0766036Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:25:15.0768839Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:25:15.0771613Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:25:15.0774029Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:25:15.0776545Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:25:15.0779212Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:25:15.0781944Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:25:15.0784745Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:25:15.0787737Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:25:15.0790752Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:25:15.0793756Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:25:15.0796652Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:25:15.0799740Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:25:16.1396068Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:25:16.1399479Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:25:16.1402162Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:25:16.1404692Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:25:16.1406965Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:25:16.1409338Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:25:16.1411787Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:25:16.1414335Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:25:16.1416692Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:25:16.1419081Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:25:16.1421546Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:25:16.1424299Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:25:16.1427276Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:25:16.1430301Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:25:16.1433128Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:25:16.1435707Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:25:16.1438426Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:25:16.1441307Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:25:16.1443928Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:25:16.1446398Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:25:16.1449046Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:25:16.1451914Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:25:16.1454787Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:25:16.1457523Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:25:16.1460587Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:25:16.1463345Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:25:16.1466287Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:25:16.1468866Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:25:16.1471231Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:25:16.1473411Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:25:16.1475747Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:25:16.1477736Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:25:16.1479955Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:25:16.1482190Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:25:16.1484483Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:25:16.1487027Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:25:16.1489644Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:25:16.1492265Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:25:16.1494740Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:25:16.1497225Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:25:16.1500023Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:25:16.1502745Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:25:16.1505371Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:25:16.1508002Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:25:16.1510214Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:25:16.1511794Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:25:16.1513332Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:25:16.1514619Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:25:16.1516193Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:25:16.1517411Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:25:16.1518275Z [ 98%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:25:16.1518691Z [ 98%] Built target microkernels-prod 2025-06-05T23:25:16.1519074Z [ 98%] Generating build_identifier.c 2025-06-05T23:25:16.1520284Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:25:16.1522237Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:25:16.1524254Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:25:16.1526181Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:25:16.1527893Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:25:16.1530134Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:25:17.1874480Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:25:17.1876109Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:25:17.1877570Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:25:17.1879063Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:25:17.1880997Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:25:17.1882548Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:25:17.1883996Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:25:17.1885566Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:25:17.1887014Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:25:17.1888736Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:25:17.1890424Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:25:17.1891836Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:25:17.1893120Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:25:17.1894462Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:25:17.1895864Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:25:17.1897199Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:25:17.1898481Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:25:17.1900021Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:25:17.1901394Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:25:17.1902873Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:25:17.1904202Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:25:17.1905303Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:25:17.1906425Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:25:17.1907640Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:25:17.1908557Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:25:17.1908990Z [100%] Built target XNNPACK 2025-06-05T23:25:17.1909787Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:25:17.1911105Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:25:17.1912334Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:25:17.1913559Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:25:17.1914855Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:25:17.1916167Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:25:17.1917152Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:25:17.1917613Z [100%] Built target xnnpack_backend 2025-06-05T23:25:17.1918433Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fallback.cpp.o 2025-06-05T23:25:17.1919598Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:25:17.1920720Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2025-06-05T23:25:17.1921891Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_update_cache.cpp.o 2025-06-05T23:25:17.1923075Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:25:17.1924443Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:25:17.1925400Z [100%] Linking CXX static library libcustom_ops.a 2025-06-05T23:25:17.1925843Z [100%] Built target custom_ops 2025-06-05T23:25:17.1926218Z Install the project... 2025-06-05T23:25:17.1926608Z -- Install configuration: "Release" 2025-06-05T23:25:17.1927045Z -- Installing: /pytorch/executorch/cmake-out/lib/libflatccrt.a 2025-06-05T23:25:17.1927726Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-06-05T23:25:17.1928314Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:25:17.1929006Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-06-05T23:25:17.1929529Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-06-05T23:25:17.1930249Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:25:17.1931076Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:25:17.1931742Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:25:17.1932434Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-06-05T23:25:17.1933099Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-06-05T23:25:17.1933844Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-06-05T23:25:17.1934479Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-06-05T23:25:17.1935236Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-06-05T23:25:17.1936103Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-05T23:25:17.1937051Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:25:17.1937900Z -- Installing: /pytorch/executorch/cmake-out/lib/libeigen_blas.a 2025-06-05T23:25:17.1938596Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-06-05T23:25:17.1939167Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_kernels.a 2025-06-05T23:25:17.1939898Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_ops_lib.a 2025-06-05T23:25:17.1940608Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/Functions.h 2025-06-05T23:25:17.1941567Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/NativeFunctions.h 2025-06-05T23:25:17.1942408Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-06-05T23:25:17.1943085Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_native_cpu_ops_lib.a 2025-06-05T23:25:17.1943676Z -- Installing: /pytorch/executorch/cmake-out/lib/Functions.h 2025-06-05T23:25:17.1944347Z -- Installing: /pytorch/executorch/cmake-out/lib/NativeFunctions.h 2025-06-05T23:25:17.1944940Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-06-05T23:25:17.1945718Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-05T23:25:17.1946597Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-05T23:25:17.1947412Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-06-05T23:25:17.1948242Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-06-05T23:25:17.1949056Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-05T23:25:17.1949903Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:25:17.1950887Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:25:17.1951964Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:25:17.1952900Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-05T23:25:17.1953787Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:25:17.1954739Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:25:17.1955827Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:25:17.1956982Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:25:17.1958140Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:25:17.1959103Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:25:17.1967766Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:25:17.1969253Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:25:17.1970511Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:25:17.1971945Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:25:17.1973152Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:25:17.1974134Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:25:17.1975112Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:25:17.1975994Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-05T23:25:17.1976884Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:25:17.1977940Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:25:17.1978713Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:25:17.1979468Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-06-05T23:25:17.1980411Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:25:17.1981282Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:25:17.1982171Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:25:17.1982989Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:25:17.1983793Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:25:17.1984656Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:25:17.1985639Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:25:17.1986632Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:25:17.1987716Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:25:17.1988668Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:25:17.1989705Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:25:17.1990788Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:25:17.1991774Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:25:17.1992730Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:25:17.1993751Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:25:17.1994783Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:25:17.1995750Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:25:17.1996754Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:25:17.1997783Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:25:17.1998875Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:25:17.1999981Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:25:17.2000880Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:25:17.2001785Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:25:17.2002622Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:25:17.2003454Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:25:17.2004326Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:25:17.2005174Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:25:17.2006068Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:25:17.2006960Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:25:17.2007814Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:25:17.2008679Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:25:17.2009575Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:25:17.2010436Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-05T23:25:17.2011179Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-06-05T23:25:17.2011848Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-06-05T23:25:17.2012522Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-06-05T23:25:17.2013222Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:25:17.2014053Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:25:17.2014807Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-06-05T23:25:17.2015441Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-06-05T23:25:17.2016153Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:25:17.2016976Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:25:17.2017826Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:25:17.2018574Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-06-05T23:25:17.2019294Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:25:17.2020144Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:25:17.2020915Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-06-05T23:25:17.2021598Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-05T23:25:17.2022311Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-05T23:25:17.2023033Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-05T23:25:17.2023788Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:25:17.2024553Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-05T23:25:17.2025291Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-06-05T23:25:17.2026016Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-06-05T23:25:17.2026822Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-05T23:25:17.2027645Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-05T23:25:17.2028580Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-05T23:25:17.2029500Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-06-05T23:25:17.2030250Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-06-05T23:25:17.2031173Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:25:17.2032059Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:25:17.2032957Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-06-05T23:25:17.2033992Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-06-05T23:25:17.2034907Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:25:17.2035874Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:25:17.2036880Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-06-05T23:25:17.2037708Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:25:17.2038446Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-06-05T23:25:17.2039125Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-05T23:25:19.1531605Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:25:19.1533658Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:25:19.1535185Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:25:19.1536675Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-06-05T23:25:19.1537976Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-06-05T23:25:19.1539391Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:25:19.1540862Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-06-05T23:25:19.1542398Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:25:19.1544092Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:25:19.1545479Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-06-05T23:25:19.1546501Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:25:19.1547767Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:25:19.1549098Z -- Installing: /pytorch/executorch/cmake-out/lib/libqnn_executorch_backend.so 2025-06-05T23:25:19.1550187Z -- Installing: /pytorch/executorch/cmake-out/lib/libXNNPACK.a 2025-06-05T23:25:19.1551197Z -- Installing: /pytorch/executorch/cmake-out/include/xnnpack.h 2025-06-05T23:25:19.1552229Z -- Installing: /pytorch/executorch/cmake-out/include/experiments-config.h 2025-06-05T23:25:19.1553371Z -- Installing: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-06-05T23:25:19.1554458Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-06-05T23:25:19.1555543Z -- Installing: /pytorch/executorch/cmake-out/lib/libxnnpack_backend.a 2025-06-05T23:25:19.1556813Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_data_loader.a 2025-06-05T23:25:19.1558009Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_flat_tensor.a 2025-06-05T23:25:19.1559228Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module.so 2025-06-05T23:25:19.1560372Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module_static.a 2025-06-05T23:25:19.1561533Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_tensor.a 2025-06-05T23:25:19.1562528Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-06-05T23:25:19.1563601Z -- Installing: /pytorch/executorch/cmake-out/lib/libcustom_ops.a 2025-06-05T23:25:19.1564617Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_kernels.a 2025-06-05T23:25:19.1565713Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_ops_lib.a 2025-06-05T23:25:19.1567187Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:25:19.1568810Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:25:19.1569961Z + cmake_build_llama_runner 2025-06-05T23:25:19.1570449Z + echo 'Building llama runner' 2025-06-05T23:25:19.1574617Z Building llama runner 2025-06-05T23:25:19.1575110Z + pushd extension/llm/tokenizers 2025-06-05T23:25:19.1575894Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-06-05T23:25:19.1576751Z + echo 'Updating tokenizers submodule' 2025-06-05T23:25:19.1577331Z Updating tokenizers submodule 2025-06-05T23:25:19.1577873Z + git submodule update --init 2025-06-05T23:25:19.1578357Z + popd 2025-06-05T23:25:19.1578718Z /pytorch/executorch 2025-06-05T23:25:19.1579145Z + dir=examples/models/llama 2025-06-05T23:25:19.1580276Z + retry cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -Bcmake-out/examples/models/llama examples/models/llama 2025-06-05T23:25:19.1582182Z + cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -Bcmake-out/examples/models/llama examples/models/llama 2025-06-05T23:25:19.1583551Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:25:19.1584270Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:25:19.1584897Z -- Detecting C compiler ABI info 2025-06-05T23:25:19.1585449Z -- Detecting C compiler ABI info - done 2025-06-05T23:25:19.1586135Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:25:19.1586866Z -- Detecting C compile features 2025-06-05T23:25:19.1587406Z -- Detecting C compile features - done 2025-06-05T23:25:19.1588005Z -- Detecting CXX compiler ABI info 2025-06-05T23:25:19.1588573Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:25:19.1589341Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:25:19.1590098Z -- Detecting CXX compile features 2025-06-05T23:25:19.1590776Z -- Detecting CXX compile features - done 2025-06-05T23:25:19.1591850Z CMake Warning (dev) at CMakeLists.txt:82 (find_package): 2025-06-05T23:25:19.1592861Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:25:19.1593966Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:25:19.1595008Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:25:19.1595590Z 2025-06-05T23:25:19.1595788Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:25:19.1596217Z 2025-06-05T23:25:19.1596502Z /pytorch/executorch/examples/models/llama/../../.. 2025-06-05T23:25:19.1596977Z 2025-06-05T23:25:19.1597212Z Environment variable EXECUTORCH_ROOT is set to: 2025-06-05T23:25:19.1597702Z 2025-06-05T23:25:19.1597874Z /pytorch/executorch/.ci 2025-06-05T23:25:19.1598195Z 2025-06-05T23:25:19.1598624Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:25:19.1599515Z .cmake module might still use it. 2025-06-05T23:25:19.1600306Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:25:19.1601179Z  2025-06-05T23:25:19.1601772Z etdump library is not found. 2025-06-05T23:25:19.1602656Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1603647Z bundled_program library is not found. 2025-06-05T23:25:19.1604575Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1605465Z coreml_util library is not found. 2025-06-05T23:25:19.1606374Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1607310Z coreml_inmemoryfs library is not found. 2025-06-05T23:25:19.1608264Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1609162Z coremldelegate library is not found. 2025-06-05T23:25:19.1610032Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1610981Z mpsdelegate library is not found. 2025-06-05T23:25:19.1611907Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1612813Z neuron_backend library is not found. 2025-06-05T23:25:19.1613749Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1614703Z extension_runner_util library is not found. 2025-06-05T23:25:19.1615669Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1616599Z extension_training library is not found. 2025-06-05T23:25:19.1617536Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1618569Z kleidiai library is not found. 2025-06-05T23:25:19.1619445Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1620354Z vulkan_backend library is not found. 2025-06-05T23:25:19.1621269Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1622228Z quantized_ops_aot_lib library is not found. 2025-06-05T23:25:19.1623179Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:25:19.1624738Z -- executorch: Using source file list /pytorch/executorch/cmake-out/examples/models/llama/runner/../../../../executorch_srcs.cmake 2025-06-05T23:25:19.1626217Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:25:19.1626987Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:25:19.1627792Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:25:19.1628545Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:25:19.1629287Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:25:19.1629981Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:25:19.1630763Z -- Found Threads: TRUE 2025-06-05T23:25:19.1632564Z CMake Deprecation Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required): 2025-06-05T23:25:19.1634793Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:25:19.1635813Z CMake. 2025-06-05T23:25:19.1636014Z 2025-06-05T23:25:19.1636589Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:25:19.1637832Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:25:19.1638771Z to work with policies introduced by or earlier. 2025-06-05T23:25:19.1639280Z 2025-06-05T23:25:19.1639491Z  2025-06-05T23:25:19.1639830Z -- VERSION: 0.2.1 2025-06-05T23:25:19.1640311Z -- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND 2025-06-05T23:25:19.1640942Z -- Configuring done (1.2s) 2025-06-05T23:25:19.1641424Z -- Generating done (0.4s) 2025-06-05T23:25:19.1642256Z -- Build files have been written to: /pytorch/executorch/cmake-out/examples/models/llama 2025-06-05T23:25:19.1643407Z + cmake --build cmake-out/examples/models/llama -j9 --config Release 2025-06-05T23:25:19.1645474Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:25:19.1647991Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:25:19.1650456Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:25:19.1653581Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-06-05T23:25:19.1656132Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:25:19.1659667Z [ 1%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/arena.cc.o 2025-06-05T23:25:19.1663621Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-06-05T23:25:19.1666403Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:25:19.1669311Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-06-05T23:25:19.9424920Z [ 2%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:25:19.9425791Z [ 2%] Built target spinlock_wait 2025-06-05T23:25:19.9427570Z [ 2%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-06-05T23:25:19.9429523Z [ 2%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:25:19.9430730Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:25:19.9431963Z [ 2%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:25:19.9432711Z [ 2%] Built target utf8_for_code_point 2025-06-05T23:25:19.9433270Z [ 2%] Built target log_severity 2025-06-05T23:25:19.9434946Z [ 2%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-06-05T23:25:19.9437660Z [ 3%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-06-05T23:25:19.9439184Z [ 3%] Built target strerror 2025-06-05T23:25:19.9439979Z [ 3%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:25:19.9441729Z [ 3%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:25:19.9444535Z [ 3%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:25:19.9446183Z [ 3%] Built target civil_time 2025-06-05T23:25:19.9447817Z [ 4%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:25:19.9449713Z [ 5%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:25:19.9450539Z [ 5%] Built target exponential_biased 2025-06-05T23:25:19.9452382Z [ 5%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-06-05T23:25:19.9454249Z [ 6%] Linking CXX static library libabsl_int128.a 2025-06-05T23:25:19.9457431Z [ 6%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/arenastring.cc.o 2025-06-05T23:25:19.9460930Z [ 7%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:25:19.9461655Z [ 7%] Built target int128 2025-06-05T23:25:19.9462675Z [ 7%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:25:19.9464943Z [ 7%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-06-05T23:25:19.9466599Z [ 7%] Built target leak_check 2025-06-05T23:25:19.9467180Z [ 7%] Built target flags_commandlineflag_internal 2025-06-05T23:25:19.9470081Z [ 8%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/bytestream.cc.o 2025-06-05T23:25:19.9476399Z [ 8%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/coded_stream.cc.o 2025-06-05T23:25:19.9480130Z [ 8%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-06-05T23:25:19.9482078Z [ 8%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:25:19.9484126Z [ 8%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-06-05T23:25:19.9485688Z [ 8%] Built target log_internal_nullguard 2025-06-05T23:25:19.9487526Z [ 8%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-06-05T23:25:19.9491179Z [ 8%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/arena.cc.o 2025-06-05T23:25:19.9494050Z [ 8%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:25:19.9495356Z [ 9%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:25:19.9496253Z [ 9%] Built target random_seed_gen_exception 2025-06-05T23:25:19.9496900Z [ 9%] Built target random_internal_platform 2025-06-05T23:25:19.9498708Z [ 10%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-06-05T23:25:19.9501243Z [ 10%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/builder.cc.o 2025-06-05T23:25:19.9504843Z [ 10%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/common.cc.o 2025-06-05T23:25:19.9509530Z [ 10%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/extension_set.cc.o 2025-06-05T23:25:19.9513308Z [ 10%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/unicode_script.cc.o 2025-06-05T23:25:19.9516051Z [ 10%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-06-05T23:25:19.9518757Z [ 10%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/trainer_factory.cc.o 2025-06-05T23:25:19.9522726Z [ 11%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/generated_enum_util.cc.o 2025-06-05T23:25:19.9527915Z [ 11%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2025-06-05T23:25:19.9532877Z [ 12%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/arenastring.cc.o 2025-06-05T23:25:19.9535555Z [ 12%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:25:19.9538704Z [ 12%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/generated_message_util.cc.o 2025-06-05T23:25:19.9541252Z [ 12%] Built target time_zone 2025-06-05T23:25:19.9544217Z [ 12%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/implicit_weak_message.cc.o 2025-06-05T23:25:19.9549235Z [ 12%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/bytestream.cc.o 2025-06-05T23:25:19.9554068Z [ 13%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/int128.cc.o 2025-06-05T23:25:19.9557993Z [ 13%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/trainer_interface.cc.o 2025-06-05T23:25:19.9561005Z [ 14%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/unigram_model_trainer.cc.o 2025-06-05T23:25:19.9563919Z [ 14%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/word_model_trainer.cc.o 2025-06-05T23:25:19.9567636Z [ 14%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/io_win32.cc.o 2025-06-05T23:25:19.9571304Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:47:15: warning: unused variable 'kMaxUnicode' [-Wunused-const-variable] 2025-06-05T23:25:19.9572958Z constexpr int kMaxUnicode = 0x10FFFF; 2025-06-05T23:25:19.9573488Z ^ 2025-06-05T23:25:19.9575095Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:49:36: warning: unused variable 'kDefaultNormalizerName' [-Wunused-const-variable] 2025-06-05T23:25:19.9577152Z static constexpr absl::string_view kDefaultNormalizerName = "nfkc"; 2025-06-05T23:25:19.9577953Z ^ 2025-06-05T23:25:19.9578438Z 2 warnings generated. 2025-06-05T23:25:20.8319068Z [ 14%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/message_lite.cc.o 2025-06-05T23:25:20.8324760Z [ 14%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/coded_stream.cc.o 2025-06-05T23:25:20.8329757Z [ 14%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/parse_context.cc.o 2025-06-05T23:25:20.8335133Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/repeated_field.cc.o 2025-06-05T23:25:20.8350775Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/status.cc.o 2025-06-05T23:25:20.8356602Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/statusor.cc.o 2025-06-05T23:25:20.8361081Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/common.cc.o 2025-06-05T23:25:20.8364655Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/char_model_trainer.cc.o 2025-06-05T23:25:20.8367300Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/bpe_model_trainer.cc.o 2025-06-05T23:25:20.8370116Z [ 16%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/sentencepiece_trainer.cc.o 2025-06-05T23:25:20.8374080Z [ 17%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/extension_set.cc.o 2025-06-05T23:25:20.8377763Z [ 17%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/pretokenizer_for_training.cc.o 2025-06-05T23:25:20.8381672Z [ 17%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/stringpiece.cc.o 2025-06-05T23:25:20.8386404Z [ 18%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/stringprintf.cc.o 2025-06-05T23:25:20.8391252Z [ 18%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/structurally_valid.cc.o 2025-06-05T23:25:20.8395843Z [ 18%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/generated_enum_util.cc.o 2025-06-05T23:25:20.8400407Z [ 18%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2025-06-05T23:25:20.8404869Z [ 18%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/strutil.cc.o 2025-06-05T23:25:20.8408916Z [ 18%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/time.cc.o 2025-06-05T23:25:20.8413070Z [ 19%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc.o 2025-06-05T23:25:20.8417372Z [ 19%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/generated_message_util.cc.o 2025-06-05T23:25:20.8421762Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/implicit_weak_message.cc.o 2025-06-05T23:25:20.8425714Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/zero_copy_stream.cc.o 2025-06-05T23:25:20.8428738Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/sentencepiece_trainer.cc:207:16: warning: 'done' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2025-06-05T23:25:20.8430345Z virtual bool done() const { return iter_ == end_; } 2025-06-05T23:25:20.8430915Z ^ 2025-06-05T23:25:20.8431931Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/sentencepiece_trainer.h:52:16: note: overridden virtual function is here 2025-06-05T23:25:20.8433078Z virtual bool done() const = 0; 2025-06-05T23:25:20.8433427Z ^ 2025-06-05T23:25:20.8433760Z 1 warning generated. 2025-06-05T23:25:20.8434381Z [ 20%] Linking CXX static library libsentencepiece_train.a 2025-06-05T23:25:20.8436399Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/int128.cc.o 2025-06-05T23:25:20.8438061Z [ 20%] Built target sentencepiece_train-static 2025-06-05T23:25:20.8439461Z [ 20%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:25:20.8442156Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2025-06-05T23:25:20.8445506Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/io_win32.cc.o 2025-06-05T23:25:20.8448874Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2025-06-05T23:25:20.8451653Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2025-06-05T23:25:20.8454308Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/message_lite.cc.o 2025-06-05T23:25:20.8457786Z [ 20%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/parse_context.cc.o 2025-06-05T23:25:20.8461059Z [ 21%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/repeated_field.cc.o 2025-06-05T23:25:20.8464725Z [ 21%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/status.cc.o 2025-06-05T23:25:20.8467075Z [ 21%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:25:20.8469886Z [ 21%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/statusor.cc.o 2025-06-05T23:25:20.8472693Z [ 21%] Built target raw_logging_internal 2025-06-05T23:25:22.0013067Z [ 21%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-06-05T23:25:22.0016178Z [ 22%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2025-06-05T23:25:22.0019209Z [ 22%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2025-06-05T23:25:22.0022918Z [ 22%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/stringpiece.cc.o 2025-06-05T23:25:22.0027603Z [ 23%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/stringprintf.cc.o 2025-06-05T23:25:22.0032537Z [ 23%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/structurally_valid.cc.o 2025-06-05T23:25:22.0037096Z [ 23%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/strutil.cc.o 2025-06-05T23:25:22.0040779Z [ 24%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:25:22.0044432Z [ 24%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/time.cc.o 2025-06-05T23:25:22.0047108Z [ 24%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:25:22.0047954Z [ 24%] Built target decode_rust_punycode 2025-06-05T23:25:22.0049694Z [ 24%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:25:22.0051578Z [ 24%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:25:22.0054699Z [ 25%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc.o 2025-06-05T23:25:22.0057257Z [ 25%] Built target bad_variant_access 2025-06-05T23:25:22.0058937Z [ 25%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2025-06-05T23:25:22.0061652Z [ 25%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:25:22.0065453Z [ 25%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/zero_copy_stream.cc.o 2025-06-05T23:25:22.0070278Z [ 25%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2025-06-05T23:25:22.0073611Z [ 25%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:25:22.0076808Z [ 25%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2025-06-05T23:25:22.0080313Z [ 25%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2025-06-05T23:25:22.0081708Z [ 25%] Built target bad_optional_access 2025-06-05T23:25:22.0083423Z [ 26%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/builtin_pb/sentencepiece.pb.cc.o 2025-06-05T23:25:22.0086045Z [ 26%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-06-05T23:25:22.0087991Z [ 26%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:25:22.0090021Z [ 26%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/builtin_pb/sentencepiece_model.pb.cc.o 2025-06-05T23:25:22.0091661Z [ 26%] Built target cordz_functions 2025-06-05T23:25:22.0093190Z [ 26%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/bpe_model.cc.o 2025-06-05T23:25:22.0095752Z [ 27%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:25:22.0098208Z [ 27%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/char_model.cc.o 2025-06-05T23:25:22.0099801Z [ 27%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:25:22.0101907Z [ 27%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-06-05T23:25:22.0105006Z [ 27%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-06-05T23:25:22.0106556Z [ 27%] Built target scoped_set_env 2025-06-05T23:25:22.0108012Z [ 28%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/error.cc.o 2025-06-05T23:25:22.0109644Z [ 28%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:25:22.0111618Z [ 29%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2025-06-05T23:25:22.0113084Z [ 29%] Built target periodic_sampler 2025-06-05T23:25:22.0114669Z [ 29%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/filesystem.cc.o 2025-06-05T23:25:22.0117171Z [ 29%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2025-06-05T23:25:22.0119710Z [ 29%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/model_factory.cc.o 2025-06-05T23:25:22.0121555Z [ 30%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:25:22.0123499Z [ 30%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/model_interface.cc.o 2025-06-05T23:25:22.0125003Z [ 30%] Built target random_internal_randen_slow 2025-06-05T23:25:22.0126501Z [ 31%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/normalizer.cc.o 2025-06-05T23:25:22.0128342Z [ 31%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:25:22.0130504Z [ 31%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/sentencepiece_processor.cc.o 2025-06-05T23:25:22.0133044Z [ 31%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/unigram_model.cc.o 2025-06-05T23:25:22.0134563Z [ 31%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:25:22.0136395Z [ 31%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2025-06-05T23:25:22.0138972Z [ 31%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-06-05T23:25:22.0141327Z [ 31%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/util.cc.o 2025-06-05T23:25:22.0142956Z [ 31%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:25:22.0143850Z [ 31%] Built target bad_any_cast_impl 2025-06-05T23:25:22.0145421Z [ 31%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:25:22.0147913Z [ 31%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2025-06-05T23:25:22.0150247Z [ 32%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/word_model.cc.o 2025-06-05T23:25:22.0152753Z [ 32%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:25:22.0155069Z [ 33%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:25:22.0158366Z [ 33%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/absl/flags/flag.cc.o 2025-06-05T23:25:22.0161714Z [ 33%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:25:23.0604970Z [ 34%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2025-06-05T23:25:23.0607337Z [ 34%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2025-06-05T23:25:23.0609491Z [ 34%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:25:23.0611808Z [ 34%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:25:23.0614091Z [ 34%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:25:23.0616147Z [ 34%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2025-06-05T23:25:23.0618200Z [ 34%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:25:23.0619632Z [ 34%] Linking CXX static library libabsl_base.a 2025-06-05T23:25:23.0621085Z [ 35%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:25:23.0622284Z [ 35%] Built target base 2025-06-05T23:25:23.0623564Z [ 35%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:25:23.0624992Z [ 35%] Linking CXX shared library libsentencepiece.so 2025-06-05T23:25:23.0625799Z [ 35%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:25:23.0626634Z [ 35%] Built target throw_delegate 2025-06-05T23:25:23.0627928Z [ 35%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-06-05T23:25:23.0630005Z [ 35%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2025-06-05T23:25:23.0631929Z [ 36%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:25:23.0634793Z [ 37%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/third_party/absl/flags/flag.cc.o 2025-06-05T23:25:23.0637310Z [ 37%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:25:23.0639065Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-06-05T23:25:23.0640302Z [ 38%] Built target debugging_internal 2025-06-05T23:25:23.0641800Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:25:23.0643341Z [ 38%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:25:23.0643974Z [ 38%] Built target demangle_rust 2025-06-05T23:25:23.0644711Z [ 38%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:25:23.0646642Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-06-05T23:25:23.0647907Z [ 38%] Built target sentencepiece 2025-06-05T23:25:23.0649233Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:25:23.0650437Z [ 38%] Built target crc_cpu_detect 2025-06-05T23:25:23.0652024Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:25:23.0654155Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:25:23.0655590Z [ 38%] Linking CXX static library libabsl_city.a 2025-06-05T23:25:23.0656526Z [ 38%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:25:23.0657302Z [ 38%] Built target log_internal_conditions 2025-06-05T23:25:23.0657817Z [ 38%] Built target city 2025-06-05T23:25:23.0659289Z [ 38%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:25:23.0661613Z [ 39%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:25:23.0663244Z [ 40%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:25:23.0664302Z [ 41%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:25:23.0665045Z [ 41%] Built target random_internal_randen_hwaes 2025-06-05T23:25:23.0666585Z [ 42%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:25:23.0667915Z [ 42%] Built target tracing_internal 2025-06-05T23:25:23.0669241Z [ 42%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:25:23.0672351Z [ 42%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:25:23.0673904Z [ 43%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:25:23.0674941Z [ 43%] Linking CXX static library libsentencepiece.a 2025-06-05T23:25:23.0675869Z [ 43%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:25:23.0676646Z [ 43%] Built target stacktrace 2025-06-05T23:25:23.0677375Z [ 43%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:25:23.0678882Z [ 43%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:25:23.0680059Z [ 43%] Built target malloc_internal 2025-06-05T23:25:23.0681534Z [ 43%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:25:23.0683698Z [ 43%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/builder.cc.o 2025-06-05T23:25:23.0685825Z [ 43%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_encode.dir/spm_encode_main.cc.o 2025-06-05T23:25:23.0686993Z [ 43%] Built target low_level_hash 2025-06-05T23:25:23.0688354Z [ 43%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_decode.dir/spm_decode_main.cc.o 2025-06-05T23:25:23.0689711Z [ 43%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:25:23.0690363Z [ 43%] Built target sentencepiece-static 2025-06-05T23:25:23.0691705Z [ 43%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_export_vocab.dir/spm_export_vocab_main.cc.o 2025-06-05T23:25:23.0692885Z [ 43%] Built target demangle_internal 2025-06-05T23:25:23.0694400Z [ 44%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:25:23.0696012Z [ 45%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:25:23.0696873Z [ 45%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:25:23.0697598Z [ 45%] Built target strings_internal 2025-06-05T23:25:23.0698057Z [ 45%] Built target string_view 2025-06-05T23:25:23.0699235Z [ 45%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:25:23.0701192Z [ 45%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/unicode_script.cc.o 2025-06-05T23:25:23.0702672Z [ 45%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:25:23.0703343Z [ 45%] Built target random_internal_randen 2025-06-05T23:25:23.0704533Z [ 45%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:25:23.0706530Z [ 46%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-06-05T23:25:23.0708142Z [ 46%] Linking CXX static library libabsl_poison.a 2025-06-05T23:25:23.0708809Z [ 46%] Built target poison 2025-06-05T23:25:23.0710137Z [ 46%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:25:23.0711775Z [ 46%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:25:23.0712595Z [ 46%] Built target graphcycles_internal 2025-06-05T23:25:23.0714016Z [ 46%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:25:23.0715320Z [ 46%] Linking CXX executable spm_decode 2025-06-05T23:25:23.0716117Z [ 46%] Linking CXX executable spm_export_vocab 2025-06-05T23:25:23.0716846Z [ 47%] Linking CXX executable spm_encode 2025-06-05T23:25:23.0718426Z [ 48%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:25:23.0720874Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/trainer_factory.cc.o 2025-06-05T23:25:23.0722544Z [ 49%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:25:23.0723200Z [ 49%] Built target crc_internal 2025-06-05T23:25:23.0724701Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/trainer_interface.cc.o 2025-06-05T23:25:24.2918181Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:47:15: warning: unused variable 'kMaxUnicode' [-Wunused-const-variable] 2025-06-05T23:25:24.2919986Z constexpr int kMaxUnicode = 0x10FFFF; 2025-06-05T23:25:24.2920539Z ^ 2025-06-05T23:25:24.2922428Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:49:36: warning: unused variable 'kDefaultNormalizerName' [-Wunused-const-variable] 2025-06-05T23:25:24.2924469Z static constexpr absl::string_view kDefaultNormalizerName = "nfkc"; 2025-06-05T23:25:24.2925266Z ^ 2025-06-05T23:25:24.2925791Z 2 warnings generated. 2025-06-05T23:25:24.2926252Z [ 49%] Built target spm_decode 2025-06-05T23:25:24.2928113Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/unigram_model_trainer.cc.o 2025-06-05T23:25:24.2930660Z [ 49%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:25:24.2932058Z [ 49%] Built target spm_export_vocab 2025-06-05T23:25:24.2933755Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/word_model_trainer.cc.o 2025-06-05T23:25:24.2935262Z [ 49%] Built target spm_encode 2025-06-05T23:25:24.2937089Z [ 49%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:25:24.2939821Z [ 49%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:25:24.2942408Z [ 50%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:25:24.2944843Z [ 50%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:25:24.2947100Z [ 50%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:25:24.2949363Z [ 50%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:25:24.2951669Z [ 51%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:25:24.2953863Z [ 51%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:25:24.2956310Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/char_model_trainer.cc.o 2025-06-05T23:25:24.2958969Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/bpe_model_trainer.cc.o 2025-06-05T23:25:24.2961689Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/sentencepiece_trainer.cc.o 2025-06-05T23:25:24.2964243Z [ 52%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:25:24.2966884Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/pretokenizer_for_training.cc.o 2025-06-05T23:25:24.2970255Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/sentencepiece_trainer.cc:207:16: warning: 'done' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2025-06-05T23:25:24.2973091Z virtual bool done() const { return iter_ == end_; } 2025-06-05T23:25:24.2973713Z ^ 2025-06-05T23:25:24.2975241Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/sentencepiece_trainer.h:52:16: note: overridden virtual function is here 2025-06-05T23:25:24.2976939Z virtual bool done() const = 0; 2025-06-05T23:25:24.2977436Z ^ 2025-06-05T23:25:24.2977839Z 1 warning generated. 2025-06-05T23:25:24.2978565Z [ 52%] Linking CXX static library libabsl_strings.a 2025-06-05T23:25:24.2979278Z [ 52%] Built target strings 2025-06-05T23:25:24.2980926Z [ 52%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:25:24.2983249Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:25:24.2985322Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:25:24.2987712Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:25:24.2990567Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-06-05T23:25:24.2993261Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:25:24.2995875Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:25:24.2998767Z [ 54%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:25:24.3000725Z [ 55%] Linking CXX shared library libsentencepiece_train.so 2025-06-05T23:25:24.3001550Z [ 55%] Built target sentencepiece_train 2025-06-05T23:25:24.3003338Z [ 55%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:25:24.3005170Z [ 56%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:25:24.3006366Z [ 56%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:25:24.3007391Z [ 57%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:25:24.3008155Z [ 57%] Built target log_internal_proto 2025-06-05T23:25:24.3008710Z [ 57%] Built target flags_commandlineflag 2025-06-05T23:25:24.3010616Z [ 57%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-06-05T23:25:24.3013381Z [ 57%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_normalize.dir/spm_normalize_main.cc.o 2025-06-05T23:25:24.3014780Z [ 57%] Built target symbolize 2025-06-05T23:25:24.3016005Z [ 57%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:25:24.3018126Z [ 57%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_train.dir/spm_train_main.cc.o 2025-06-05T23:25:24.3019682Z [ 57%] Linking CXX static library libabsl_hash.a 2025-06-05T23:25:24.3021599Z [ 57%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-06-05T23:25:24.3023349Z [ 58%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:25:24.3024313Z [ 58%] Built target hash 2025-06-05T23:25:24.3025803Z [ 58%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:25:24.3027299Z [ 58%] Built target log_internal_fnmatch 2025-06-05T23:25:24.3029001Z [ 59%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-06-05T23:25:24.3031808Z [ 59%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-06-05T23:25:24.3033741Z [ 59%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:25:24.3034505Z [ 59%] Built target random_distributions 2025-06-05T23:25:24.3036402Z [ 59%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-06-05T23:25:24.3038332Z [ 59%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:25:24.3039895Z [ 59%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:25:24.3041208Z [ 59%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:25:24.3042017Z [ 60%] Linking CXX executable spm_normalize 2025-06-05T23:25:24.3042574Z [ 60%] Built target random_internal_seed_material 2025-06-05T23:25:24.3044220Z [ 60%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-06-05T23:25:24.3045696Z [ 60%] Built target examine_stack 2025-06-05T23:25:24.3047127Z [ 60%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-06-05T23:25:24.3049508Z [ 61%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-06-05T23:25:24.3051554Z [ 61%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:25:24.3052698Z [ 61%] Linking CXX executable spm_train 2025-06-05T23:25:24.3053670Z [ 62%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:25:24.3054545Z [ 62%] Built target flags_private_handle_accessor 2025-06-05T23:25:24.3055136Z [ 62%] Built target spm_normalize 2025-06-05T23:25:24.3056474Z [ 63%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:25:25.5941540Z [ 63%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:25:25.5943028Z [ 63%] Built target spm_train 2025-06-05T23:25:25.5943780Z [ 63%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:25:25.5944700Z [ 64%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:25:25.5945304Z [ 64%] Built target random_internal_pool_urbg 2025-06-05T23:25:25.5946587Z [ 64%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:25:25.5947695Z [ 64%] Built target str_format_internal 2025-06-05T23:25:25.5948754Z [ 64%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:25:25.5950447Z [ 64%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:25:25.5952554Z [ 65%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-06-05T23:25:25.5954702Z [ 65%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-06-05T23:25:25.5956803Z [ 65%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:25:25.5958723Z [ 65%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:25:25.5960153Z [ 65%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:25:25.5960909Z [ 65%] Linking CXX static library libabsl_time.a 2025-06-05T23:25:25.5961429Z [ 65%] Built target failure_signal_handler 2025-06-05T23:25:25.5963138Z [ 66%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-06-05T23:25:25.5964437Z [ 66%] Built target time 2025-06-05T23:25:25.5965779Z [ 66%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-06-05T23:25:25.5967283Z [ 66%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:25:25.5967900Z [ 66%] Built target random_seed_sequences 2025-06-05T23:25:25.5969218Z [ 66%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:25:25.5971313Z [ 66%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:25:25.5972512Z [ 67%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:25:25.5973086Z [ 67%] Built target flags_marshalling 2025-06-05T23:25:25.5973697Z [ 67%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:25:25.5974334Z [ 67%] Built target crc32c 2025-06-05T23:25:25.5975578Z [ 67%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-06-05T23:25:25.5977333Z [ 67%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:25:25.5978251Z [ 67%] Built target random_internal_distribution_test_util 2025-06-05T23:25:25.5978834Z [ 67%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:25:25.5979452Z [ 68%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:25:25.5979905Z [ 68%] Built target kernel_timeout_internal 2025-06-05T23:25:25.5980356Z [ 69%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:25:25.5981324Z [ 69%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:25:25.5982716Z [ 69%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:25:25.5984229Z [ 69%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:25:25.5985134Z [ 69%] Built target log_internal_globals 2025-06-05T23:25:25.5986085Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:25:25.5987583Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:25:25.5989091Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:25:25.5990675Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-06-05T23:25:25.5991498Z [ 70%] Built target log_entry 2025-06-05T23:25:25.5992235Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:25:25.5993039Z [ 71%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:25:25.5993455Z [ 71%] Built target crc_cord_state 2025-06-05T23:25:25.5994382Z [ 71%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:25:25.5995853Z [ 72%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:25:25.5997384Z [ 72%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:25:25.5998778Z [ 73%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:25:25.6000136Z [ 73%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:25:25.6001549Z [ 73%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:25:25.6002736Z [ 73%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:25:25.6003825Z [ 73%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:25:25.6004746Z [ 73%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:25:25.6005141Z [ 73%] Built target log_internal_format 2025-06-05T23:25:25.6006043Z [ 74%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:25:25.6006800Z [ 74%] Built target log_sink 2025-06-05T23:25:25.6007712Z [ 74%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-06-05T23:25:25.6009338Z [ 74%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-06-05T23:25:25.6010891Z [ 75%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-06-05T23:25:25.6012237Z [ 75%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-06-05T23:25:25.6013197Z [ 75%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:25:25.6013706Z [ 75%] Built target synchronization 2025-06-05T23:25:25.6014701Z [ 76%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:25:25.6016318Z [ 76%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-06-05T23:25:25.6017843Z [ 76%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:25:25.6019165Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:25:25.6020800Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-06-05T23:25:25.6022294Z [ 77%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:25:25.6022856Z [ 77%] Built target cord_internal 2025-06-05T23:25:25.6023308Z [ 77%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:25:25.6023695Z [ 77%] Built target cordz_handle 2025-06-05T23:25:25.6024164Z [ 77%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:25:25.6025126Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:25:25.6025883Z [ 77%] Built target flags_program_name 2025-06-05T23:25:25.6026696Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:25:25.6027623Z [ 77%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:25:27.4439097Z [ 78%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:25:27.4439990Z [ 78%] Built target hashtablez_sampler 2025-06-05T23:25:27.4440454Z [ 78%] Built target vlog_config_internal 2025-06-05T23:25:27.4441389Z [ 78%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:25:27.4442787Z [ 79%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:25:27.4443711Z [ 79%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:25:27.4444406Z [ 79%] Built target flags_config 2025-06-05T23:25:27.4445173Z [ 80%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:25:27.4445924Z [ 80%] Built target cordz_info 2025-06-05T23:25:27.4447431Z [ 80%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:25:27.4449629Z [ 81%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:25:27.4451802Z [ 81%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:25:27.4454042Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:25:27.4456513Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-06-05T23:25:27.4457947Z [ 82%] Built target log_globals 2025-06-05T23:25:27.4459574Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-06-05T23:25:27.4461941Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:25:27.4463667Z [ 82%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:25:27.4464433Z [ 82%] Built target flags_internal 2025-06-05T23:25:27.4465267Z [ 82%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:25:27.4466038Z [ 82%] Built target cordz_sample_token 2025-06-05T23:25:27.4466890Z [ 82%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:25:27.4468040Z [ 82%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:25:27.4468836Z [ 82%] Built target log_initialize 2025-06-05T23:25:27.4469549Z [ 82%] Linking CXX static library libabsl_cord.a 2025-06-05T23:25:27.4470245Z [ 82%] Built target log_internal_log_sink_set 2025-06-05T23:25:27.4472074Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-06-05T23:25:27.4473609Z [ 82%] Built target cord 2025-06-05T23:25:27.4475419Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-06-05T23:25:27.4478033Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:25:27.4480465Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:25:27.4482660Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:25:27.4484316Z [ 83%] Linking CXX static library libabsl_status.a 2025-06-05T23:25:27.4484986Z [ 83%] Built target status 2025-06-05T23:25:27.4486346Z [ 83%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:25:27.4488221Z [ 83%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:25:27.4489076Z [ 83%] Built target log_internal_message 2025-06-05T23:25:27.4490874Z [ 83%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-06-05T23:25:27.4493362Z [ 83%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:25:27.4495010Z [ 84%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:25:27.4495703Z [ 84%] Built target raw_hash_set 2025-06-05T23:25:27.4497162Z [ 84%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:25:27.4498842Z [ 85%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:25:27.4499827Z [ 85%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:25:27.4500521Z [ 85%] Built target statusor 2025-06-05T23:25:27.4501012Z [ 85%] Built target log_internal_check_op 2025-06-05T23:25:27.4502014Z [ 86%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:25:27.4502768Z [ 86%] Built target die_if_null 2025-06-05T23:25:27.4503601Z [ 87%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:25:27.4504414Z [ 87%] Built target flags_reflection 2025-06-05T23:25:27.4506074Z [ 87%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:25:27.4508389Z [ 87%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:25:27.4510451Z [ 87%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:25:27.4512196Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:25:27.4513890Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:25:27.4515626Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:25:27.4517315Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:25:27.4519017Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:25:27.4520699Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:25:27.4521923Z [ 89%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:25:27.4523227Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:25:27.4524590Z [ 89%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:25:27.4525344Z [ 89%] Built target log_flags 2025-06-05T23:25:27.4526584Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:25:27.4527569Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:25:27.4528449Z [ 89%] Built target flags_usage_internal 2025-06-05T23:25:27.4529637Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:25:27.4531530Z [ 90%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:25:27.4533619Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:25:27.4535329Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:25:27.4537046Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:25:27.4538698Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:25:27.4540314Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:25:27.4542094Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:25:27.4543496Z [ 91%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:25:27.4544236Z [ 91%] Built target flags_usage 2025-06-05T23:25:27.4545707Z [ 91%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:25:27.4547671Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:25:27.4549530Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:25:27.4551530Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:25:27.4553308Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:25:27.4555066Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:25:27.4556399Z [ 93%] Linking CXX static library libre2.a 2025-06-05T23:25:27.4557373Z [ 93%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:25:27.4558129Z [ 93%] Built target flags_parse 2025-06-05T23:25:27.4558648Z [ 93%] Built target re2 2025-06-05T23:25:27.4559904Z [ 93%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:25:27.4561777Z [ 94%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/hf_tokenizer.cpp.o 2025-06-05T23:25:27.4563603Z [ 94%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/llama2c_tokenizer.cpp.o 2025-06-05T23:25:27.4565262Z [ 94%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/pre_tokenizer.cpp.o 2025-06-05T23:25:27.4566179Z [ 94%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/re2_regex.cpp.o 2025-06-05T23:25:27.4567029Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/regex.cpp.o 2025-06-05T23:25:27.4567892Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/sentencepiece.cpp.o 2025-06-05T23:46:40.4283408Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/tiktoken.cpp.o 2025-06-05T23:46:40.4284357Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/token_decoder.cpp.o 2025-06-05T23:46:40.4285480Z [ 96%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:46:40.4286889Z [ 96%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:46:40.4287725Z [ 96%] Linking CXX static library libtokenizers.a 2025-06-05T23:46:40.4288187Z [ 96%] Built target tokenizers 2025-06-05T23:46:40.4288734Z [ 96%] Building CXX object runner/CMakeFiles/llama_runner.dir/runner.cpp.o 2025-06-05T23:46:40.4289543Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/__/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:46:40.4290581Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:46:40.4291800Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp.o 2025-06-05T23:46:40.4293103Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_prefiller.cpp.o 2025-06-05T23:46:40.4294258Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:46:40.4295455Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:46:40.4296729Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:46:40.4298054Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:46:40.4299356Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:46:40.4300594Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:46:40.4301859Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:46:40.4303060Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:46:40.4304292Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:46:40.4305753Z [100%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:46:40.4307344Z [100%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:46:40.4308350Z [100%] Linking CXX shared library libllama_runner.so 2025-06-05T23:46:40.4308748Z [100%] Built target llama_runner 2025-06-05T23:46:40.4309203Z [100%] Building CXX object CMakeFiles/llama_main.dir/main.cpp.o 2025-06-05T23:46:40.4309726Z [100%] Linking CXX executable llama_main 2025-06-05T23:46:40.4310067Z [100%] Built target llama_main 2025-06-05T23:46:40.4310335Z ++ date +%H:%M:%S 2025-06-05T23:46:40.4310620Z + NOW=23:25:29 2025-06-05T23:46:40.4310887Z + echo 'Starting to run llama runner at 23:25:29' 2025-06-05T23:46:40.4311245Z Starting to run llama runner at 23:25:29 2025-06-05T23:46:40.4312090Z + cmake-out/examples/models/llama/llama_main --model_path=tinyllama_qnn_fp32.pte --tokenizer_path=tokenizer.bin --prompt=Once --temperature=0 --seq_len=10 --warmup=1 2025-06-05T23:46:40.4313502Z Error parsing json file: [json.exception.parse_error.101] parse error at line 1, column 1: attempting to parse an empty input; check that your input string or stream contains the expected JSON 2025-06-05T23:46:40.4314599Z invalid char[INFO] [Qnn ExecuTorch]: Deserializing processed data using QnnContextCustomProtocol 2025-06-05T23:46:40.4315252Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:46:40.4315728Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-06-05T23:46:40.4316065Z 2025-06-05T23:46:40.4316355Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:46:40.4316941Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in RESTORE MODE. 2025-06-05T23:46:40.4317566Z [INFO] [Qnn ExecuTorch]: QnnContextCustomProtocol expected magic number: 0x5678abcd but get: 0x2000000 2025-06-05T23:46:40.4318260Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:46:40.4318596Z 2025-06-05T23:46:40.4319055Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:46:40.4319643Z 2025-06-05T23:46:40.4319789Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:46:40.4320206Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:46:40.4320579Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:46:40.4320930Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:46:40.4321265Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:46:40.4321578Z ++ date +%H:%M:%S 2025-06-05T23:46:40.4321802Z + NOW=23:46:40 2025-06-05T23:46:40.4322020Z + echo 'Finished at 23:46:40' 2025-06-05T23:46:40.4322296Z Finished at 23:46:40 2025-06-05T23:46:40.4330261Z ++ cat result.txt 2025-06-05T23:46:40.4330653Z + RESULT='Once upon a time, there was a little girl 2025-06-05T23:46:40.4332116Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165929508,"model_load_end_ms":1749165929846,"inference_start_ms":1749166588179,"inference_end_ms":1749167200353,"prompt_eval_end_ms":1749166640957,"first_token_ms":1749166640957,"aggregate_sampling_time_ms":2,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-06-05T23:46:40.4333559Z + EXPECTED_PREFIX='Once upon a time,' 2025-06-05T23:46:40.4333902Z + [[ Once upon a time, there was a little girl 2025-06-05T23:46:40.4335893Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165929508,"model_load_end_ms":1749165929846,"inference_start_ms":1749166588179,"inference_end_ms":1749167200353,"prompt_eval_end_ms":1749166640957,"first_token_ms":1749166640957,"aggregate_sampling_time_ms":2,"SCALING_FACTOR_UNITS_PER_SECOND":1000} == \O\n\c\e\ \u\p\o\n\ \a\ \t\i\m\e\,* ]] 2025-06-05T23:46:40.4338346Z + echo 'Expected result prefix: Once upon a time,' 2025-06-05T23:46:40.4338733Z Expected result prefix: Once upon a time, 2025-06-05T23:46:40.4339135Z + echo 'Actual result: Once upon a time, there was a little girl 2025-06-05T23:46:40.4340655Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165929508,"model_load_end_ms":1749165929846,"inference_start_ms":1749166588179,"inference_end_ms":1749167200353,"prompt_eval_end_ms":1749166640957,"first_token_ms":1749166640957,"aggregate_sampling_time_ms":2,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-06-05T23:46:40.4342127Z Actual result: Once upon a time, there was a little girl 2025-06-05T23:46:40.4343589Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165929508,"model_load_end_ms":1749165929846,"inference_start_ms":1749166588179,"inference_end_ms":1749167200353,"prompt_eval_end_ms":1749166640957,"first_token_ms":1749166640957,"aggregate_sampling_time_ms":2,"SCALING_FACTOR_UNITS_PER_SECOND":1000} 2025-06-05T23:46:40.4344977Z + echo Success 2025-06-05T23:46:40.4345180Z Success 2025-06-05T23:46:40.4345396Z + prepare_artifacts_upload 2025-06-05T23:46:40.4345646Z + '[' -n '' ']' 2025-06-05T23:46:40.4345864Z + cleanup_files 2025-06-05T23:46:40.4346115Z + echo 'Deleting downloaded and generated files' 2025-06-05T23:46:40.4346474Z Deleting downloaded and generated files 2025-06-05T23:46:40.4346791Z + rm stories110M.pt 2025-06-05T23:46:40.4347015Z + rm tokenizer.model 2025-06-05T23:46:40.4347255Z + rm tokenizer.bin 2025-06-05T23:46:40.4347482Z + rm tinyllama_qnn_fp32.pte 2025-06-05T23:46:40.4347802Z + rm result.txt 2025-06-05T23:46:40.4348019Z + rm params.json 2025-06-05T23:46:40.4396269Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:46:40.4396873Z with: 2025-06-05T23:46:40.4397170Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:40.4397570Z fail-on-empty: false 2025-06-05T23:46:40.4397794Z env: 2025-06-05T23:46:40.4398046Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:40.4398392Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:40.4398673Z PR_NUMBER: 2025-06-05T23:46:40.4401947Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:40.4405446Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:40.4406052Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:40.4406599Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:40.4406992Z ##[endgroup] 2025-06-05T23:46:40.4984181Z Prepare all required actions 2025-06-05T23:46:40.5023421Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:46:40.5023795Z with: 2025-06-05T23:46:40.5024127Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:46:40.5024692Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:46:40.5025114Z env: 2025-06-05T23:46:40.5025360Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:40.5025715Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:40.5025982Z PR_NUMBER: 2025-06-05T23:46:40.5029246Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:40.5032773Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:40.5033355Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:40.5033912Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:40.5034285Z ##[endgroup] 2025-06-05T23:46:40.5058732Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:46:40.5059459Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:46:40.5068174Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:46:40.5068561Z env: 2025-06-05T23:46:40.5068815Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:40.5069159Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:40.5069439Z PR_NUMBER: 2025-06-05T23:46:40.5072963Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:40.5076549Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:40.5077133Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:40.5077697Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:40.5078209Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:46:40.5078767Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:46:40.5079190Z ##[endgroup] 2025-06-05T23:46:40.5343943Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-05T23:46:40.7451022Z latest: Pulling from tool/alpine 2025-06-05T23:46:40.7451410Z 540db60ca938: Pulling fs layer 2025-06-05T23:46:40.8487510Z 540db60ca938: Verifying Checksum 2025-06-05T23:46:40.8488219Z 540db60ca938: Download complete 2025-06-05T23:46:40.9365547Z 540db60ca938: Pull complete 2025-06-05T23:46:40.9471329Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:46:40.9510144Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:46:42.5749182Z Prepare all required actions 2025-06-05T23:46:42.5776002Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:46:42.5776385Z with: 2025-06-05T23:46:42.5776672Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:46:42.5777152Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:46:42.5777582Z env: 2025-06-05T23:46:42.5777821Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:42.5778177Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:42.5778447Z PR_NUMBER: 2025-06-05T23:46:42.5781733Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:42.5785209Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:42.5785795Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:42.5786361Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:42.5786741Z ##[endgroup] 2025-06-05T23:46:42.5809782Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:46:42.5810502Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:46:42.5817702Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:46:42.5818171Z env: 2025-06-05T23:46:42.5818436Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:42.5818790Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:42.5819075Z PR_NUMBER: 2025-06-05T23:46:42.5822295Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:42.5825792Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:42.5826386Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:42.5826951Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:42.5827473Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:46:42.5827971Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:46:42.5828312Z ##[endgroup] 2025-06-05T23:46:43.4759049Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:46:43.4759665Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:46:43.4760125Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:46:43.4760679Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:46:43.4761323Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:46:43.4761816Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:46:43.4762257Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:46:43.4762580Z  fi 2025-06-05T23:46:43.4762854Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:46:43.4763308Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:46:43.4763697Z  fi 2025-06-05T23:46:43.4763936Z fi 2025-06-05T23:46:43.4764142Z  2025-06-05T23:46:43.4764352Z upload_docs=0 2025-06-05T23:46:43.4764747Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:46:43.4765215Z # empty folders do not count 2025-06-05T23:46:43.4765660Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:46:43.4766277Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:46:43.4766769Z  # upload will probably not work correctly 2025-06-05T23:46:43.4767116Z  upload_docs=1 2025-06-05T23:46:43.4767370Z fi 2025-06-05T23:46:43.4767670Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:46:43.4774236Z shell: /usr/bin/bash -e {0} 2025-06-05T23:46:43.4774526Z env: 2025-06-05T23:46:43.4774773Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:43.4775277Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:43.4775609Z PR_NUMBER: 2025-06-05T23:46:43.4778907Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:43.4782454Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:43.4783054Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:43.4783667Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:43.4784057Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:46:43.4784314Z ##[endgroup] 2025-06-05T23:46:43.4908459Z Prepare all required actions 2025-06-05T23:46:43.4939670Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:46:43.4940030Z with: 2025-06-05T23:46:43.4940225Z env: 2025-06-05T23:46:43.4940458Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:43.4940817Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:43.4941087Z PR_NUMBER: 2025-06-05T23:46:43.4944370Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:43.4947817Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:43.4948408Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:43.4949077Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:43.4949469Z ##[endgroup] 2025-06-05T23:46:43.4968251Z ##[group]Run set -eou pipefail 2025-06-05T23:46:43.4968573Z set -eou pipefail 2025-06-05T23:46:43.4968837Z  2025-06-05T23:46:43.4969191Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:46:43.4969666Z for _ in $(seq 1440); do 2025-06-05T23:46:43.4969990Z  # Break if no ssh session exists anymore 2025-06-05T23:46:43.4970351Z  if [ "$(who)" = "" ]; then 2025-06-05T23:46:43.4970859Z  break 2025-06-05T23:46:43.4971109Z  fi 2025-06-05T23:46:43.4971330Z  echo "." 2025-06-05T23:46:43.4971582Z  sleep 5 2025-06-05T23:46:43.4971818Z done 2025-06-05T23:46:43.4977100Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:46:43.4977482Z env: 2025-06-05T23:46:43.4977730Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:43.4978096Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:43.4978367Z PR_NUMBER: 2025-06-05T23:46:43.4981798Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:43.4985343Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:43.4985937Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:43.4986502Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:43.4986884Z ##[endgroup] 2025-06-05T23:46:43.5007572Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:46:43.5093904Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:46:43.5094593Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:46:43.5095032Z # shellcheck disable=SC2046 2025-06-05T23:46:43.5095364Z docker stop $(docker ps -q) || true 2025-06-05T23:46:43.5095709Z # Prune all of the docker images 2025-06-05T23:46:43.5096038Z docker system prune -af 2025-06-05T23:46:43.5101018Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:46:43.5101397Z env: 2025-06-05T23:46:43.5101647Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:43.5102012Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:43.5102285Z PR_NUMBER: 2025-06-05T23:46:43.5105499Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:43.5108935Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:43.5109524Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:43.5110088Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:43.5110568Z ##[endgroup] 2025-06-05T23:46:54.1821412Z a910ee390279 2025-06-05T23:46:55.0750196Z Deleted Containers: 2025-06-05T23:46:55.0750685Z a910ee3902790da725eccfbb2f89538eafd68d2c56d127b3685c1601e80418c9 2025-06-05T23:46:55.0751026Z 2025-06-05T23:46:57.8827223Z Deleted Images: 2025-06-05T23:46:57.8828107Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:46:57.8829427Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:46:57.8830550Z deleted: sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087 2025-06-05T23:46:57.8831222Z deleted: sha256:2f2eccd33cd08ce1a5e38468b52d9d95309b93418bfcca96e8fecd24b2d087c1 2025-06-05T23:46:57.8831873Z deleted: sha256:30bbb8cd693e59269a0544aa710ff8a5109d307e7908f4c2f8aac222421dc8dd 2025-06-05T23:46:57.8832517Z deleted: sha256:6e598ee06d673625e12654ece295810f8f2c64c1c4b6b4c79d4a0085b0ab95bb 2025-06-05T23:46:57.8833157Z deleted: sha256:856136dec3b778e070b15e3bfe8f902b99152db01002b3c51fe4f0e9440ede3c 2025-06-05T23:46:57.8833810Z deleted: sha256:9896dbf07a7036fd4354309e72f5c9efef5ef96caf0f4030e7132bc8677b696d 2025-06-05T23:46:57.8834449Z deleted: sha256:43295d93d8fa1e6243da0a50e7ff812d7a45e91900e17bc9a32d10164c29b044 2025-06-05T23:46:57.8835289Z deleted: sha256:7beb7b1518707d2639b04b8f611f941be6542d5df8e00fbff1119ee1e36b01f3 2025-06-05T23:46:57.8835940Z deleted: sha256:f140d996341bc26628ec3d9f1550904ba8a7b7931ebd62ee23d12fc126491a47 2025-06-05T23:46:57.8836584Z deleted: sha256:da746bb2b38ce237c36fae5af2a50b4a46f285ebd50b0a02d84f6c8bcb6bbc0c 2025-06-05T23:46:57.8837240Z deleted: sha256:04c8a937a1561e8550a8a598e9c093d73f10246690ed589ad3f23534ab02c76f 2025-06-05T23:46:57.8837872Z deleted: sha256:b5d6d4acd251b6ac69357a165c91479b5e8f1702a37cfc15776af77eddde2404 2025-06-05T23:46:57.8838532Z deleted: sha256:7bee23d9f5e199e37a2ec556e712b54ef52bb30ced5e0ce2f37b60d7624df5ae 2025-06-05T23:46:57.8839267Z deleted: sha256:9d9ccae416e588bffff015c33b0c117bde8024b11b043956cbc26b18916ad299 2025-06-05T23:46:57.8840052Z deleted: sha256:5c7e5b5e3b2ebcee3007bd0fd2c409a85598d546930a22df302dd1fe7f1542d6 2025-06-05T23:46:57.8840719Z deleted: sha256:ab74eae120b22cff36da0a48ed5b30d804f4a65606735fd3077688c2e1ae7030 2025-06-05T23:46:57.8841365Z deleted: sha256:f14125e3900dee8f0d0a7b8a38d05ad0f6076c4500976a6795ec23f1b14ea1a2 2025-06-05T23:46:57.8842026Z deleted: sha256:e6fec5e98753edbdb07c6ea073f99f5bd4b6dd41a343c0228140b69913127cee 2025-06-05T23:46:57.8842673Z deleted: sha256:08804d9b4c7ba8ea664e3bbeac4916f5305caa3df590424c86bcd2ee81333b6e 2025-06-05T23:46:57.8843323Z deleted: sha256:a1e0e6887505fbba5f7542191b585d1aa1646085f5b9169d7d66c021044cd4a5 2025-06-05T23:46:57.8843991Z deleted: sha256:12655bcb01ff12049daf2e00ecdc5667a888a3ea832902ac2ab9aa3489a887cb 2025-06-05T23:46:57.8844630Z deleted: sha256:57ddd7a9d4b7281b997e017f8abe678d2d78c09f6dbe876306217f96d3a81a94 2025-06-05T23:46:57.8845290Z deleted: sha256:1b7f3a4b5bbcb835b8a919c3a1400b26cae20a19b863d03034d7a2bd78f3d48b 2025-06-05T23:46:57.8845933Z deleted: sha256:a16c0bf8d39a8e40c9c3bd305f8b1aa6daf203740f4a4b085d4082c6fe1159df 2025-06-05T23:46:57.8846595Z deleted: sha256:ad081a7103efef197123cbdb82d44e3f4d526b313f55acbaaaf7233443429d17 2025-06-05T23:46:57.8847247Z deleted: sha256:810dfb733d8f668f5034dc291c928ebecf583718c7d477148f8ff3424bfd45b1 2025-06-05T23:46:57.8847890Z deleted: sha256:a0b754dcf20ac4d7e88d4ebbb5f6bf366b15eac93096716993dd8ad0f63399c7 2025-06-05T23:46:57.8848555Z deleted: sha256:1662d8ba2290ad0ef83f1bbf3bec3e4a1390b2b1eeb600986ba64e02d2440c15 2025-06-05T23:46:57.8849193Z deleted: sha256:72f3c75257d1046ee55cece841f69a404113937fbb9dad11b1d208ad402ab0ec 2025-06-05T23:46:57.8849841Z deleted: sha256:b7ad650ecd12b33a673062609f9a9fe8873488f8d901724ce0b7e24bbb7c1950 2025-06-05T23:46:57.8850478Z deleted: sha256:a9c00ddfc9c07f0a7c96d11b9ce336c40144cc6d7d858218610ec9bdb6621766 2025-06-05T23:46:57.8851131Z deleted: sha256:3a0b9283b8e87533d4af456357fc8069774f8f7bdd863a4dd5f4fa84ea18d261 2025-06-05T23:46:57.8851780Z deleted: sha256:0ed09f6a3dce2ecb5545a6d08f414f944ce42688bb354410d2d3c4c2c63813ad 2025-06-05T23:46:57.8852419Z deleted: sha256:5c11659163aafc56df935c27e80e0882f36ab549b251996da49dc9c93e12a60c 2025-06-05T23:46:57.8853060Z deleted: sha256:4abfca2c3b9c37dd338f44590567a01587399406da63f68c0cb99a4d93425f1a 2025-06-05T23:46:57.8853698Z deleted: sha256:927b857563b91cfb53a865bf98c645f5475ba3fe9cf4608efc634bcb56499704 2025-06-05T23:46:57.8854347Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:46:57.8854977Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:46:57.8855844Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:46:57.8856748Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:46:57.8857396Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:46:57.8857804Z 2025-06-05T23:46:57.8872865Z Total reclaimed space: 17.9GB 2025-06-05T23:46:57.8917773Z ##[group]Run set +e 2025-06-05T23:46:57.8918056Z set +e 2025-06-05T23:46:57.8918300Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:46:57.8918795Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:46:57.8919149Z else 2025-06-05T23:46:57.8919428Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:46:57.8919760Z fi 2025-06-05T23:46:57.8919976Z set -e 2025-06-05T23:46:57.8925336Z shell: /usr/bin/bash -e {0} 2025-06-05T23:46:57.8925612Z env: 2025-06-05T23:46:57.8925858Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:46:57.8926225Z REPOSITORY: pytorch/executorch 2025-06-05T23:46:57.8926497Z PR_NUMBER: 2025-06-05T23:46:57.8929773Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=qnn PT2E_QUANTIZE=qnn_8a8w ./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}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-06-05T23:46:57.8933320Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:46:57.8933903Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:46:57.8934461Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:46:57.8934847Z NO_SUDO: false 2025-06-05T23:46:57.8935070Z ##[endgroup] 2025-06-05T23:46:59.2961441Z Post job cleanup. 2025-06-05T23:46:59.3988726Z Post job cleanup. 2025-06-05T23:46:59.4947349Z [command]/usr/bin/git version 2025-06-05T23:46:59.5005013Z git version 2.47.1 2025-06-05T23:46:59.5048139Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/beb1a590-e2f9-4c38-801c-de5c4ba38508' before making global git config changes 2025-06-05T23:46:59.5049120Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:46:59.5053165Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:46:59.5082461Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:46:59.5117499Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:46:59.5390777Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:46:59.5407082Z http.https://github.com/.extraheader 2025-06-05T23:46:59.5416642Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:46:59.5441655Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:46:59.5744834Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:46:59.5770352Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:46:59.5775820Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:46:59.5776213Z ##[endgroup] 2025-06-05T23:47:06.1985725Z Cleaning up orphan processes